haskell-snap: update to version 0.9.2.2
This commit is contained in:
parent
4b9b535b74
commit
c30dc2231e
@ -2,14 +2,14 @@
|
|||||||
, dataLens, dataLensTemplate, directoryTree, filepath, hashable
|
, dataLens, dataLensTemplate, directoryTree, filepath, hashable
|
||||||
, heist, logict, MonadCatchIOTransformers, mtl, mwcRandom
|
, heist, logict, MonadCatchIOTransformers, mtl, mwcRandom
|
||||||
, pwstoreFast, snapCore, snapServer, stm, syb, text, time
|
, pwstoreFast, snapCore, snapServer, stm, syb, text, time
|
||||||
, transformers, unorderedContainers, utf8String, vector
|
, transformers, unorderedContainers, vector, vectorAlgorithms
|
||||||
, vectorAlgorithms, xmlhtml
|
, xmlhtml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap";
|
pname = "snap";
|
||||||
version = "0.9.2.1";
|
version = "0.9.2.2";
|
||||||
sha256 = "0gxnkr6icx2g16w3ab54cqy4x15xj6y9cs6qv8dg0xamm7kyyfhl";
|
sha256 = "1ql9c8b9arcd8zwlwsiipl4diah87sp339ljc5bc7yls1g4d9zsw";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -17,9 +17,8 @@ cabal.mkDerivation (self: {
|
|||||||
dataLensTemplate directoryTree filepath hashable heist logict
|
dataLensTemplate directoryTree filepath hashable heist logict
|
||||||
MonadCatchIOTransformers mtl mwcRandom pwstoreFast snapCore
|
MonadCatchIOTransformers mtl mwcRandom pwstoreFast snapCore
|
||||||
snapServer stm syb text time transformers unorderedContainers
|
snapServer stm syb text time transformers unorderedContainers
|
||||||
utf8String vector vectorAlgorithms xmlhtml
|
vector vectorAlgorithms xmlhtml
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "Top-level package for the Snap Web Framework";
|
description = "Top-level package for the Snap Web Framework";
|
||||||
|
Loading…
Reference in New Issue
Block a user