haskell-snap: update to version 0.11.3
This commit is contained in:
parent
8f10a42a32
commit
cb842f9717
@ -1,25 +1,24 @@
|
|||||||
{ cabal, aeson, attoparsec, cereal, clientsession, comonad
|
{ cabal, aeson, attoparsec, cereal, clientsession, comonad
|
||||||
, configurator, directoryTree, dlist, errors, filepath, hashable
|
, configurator, directoryTree, dlist, errors, filepath, hashable
|
||||||
, heist, lens, logict, MonadCatchIOTransformers, mtl, mwcRandom
|
, heist, lens, logict, MonadCatchIOTransformers, mtl, mwcRandom
|
||||||
, pwstoreFast, regexPosix, snapCore, snapServer, stm, syb, tagged
|
, pwstoreFast, regexPosix, snapCore, snapServer, stm, syb, text
|
||||||
, text, time, transformers, unorderedContainers, vector
|
, time, transformers, unorderedContainers, vector, vectorAlgorithms
|
||||||
, vectorAlgorithms, xmlhtml
|
, xmlhtml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap";
|
pname = "snap";
|
||||||
version = "0.11.2.2";
|
version = "0.11.3";
|
||||||
sha256 = "1fwm60rx2ginlphi00kn3ghs9rxdx4br8p4f3prpfmhvjikwgv8n";
|
sha256 = "1v4qx9kfxyx3kc2k4cpr8pjf20mfqmmzi7rzdlaf32frh38hp5ac";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec cereal clientsession comonad configurator
|
aeson attoparsec cereal clientsession comonad configurator
|
||||||
directoryTree dlist errors filepath hashable heist lens logict
|
directoryTree dlist errors filepath hashable heist lens logict
|
||||||
MonadCatchIOTransformers mtl mwcRandom pwstoreFast regexPosix
|
MonadCatchIOTransformers mtl mwcRandom pwstoreFast regexPosix
|
||||||
snapCore snapServer stm syb tagged text time transformers
|
snapCore snapServer stm syb text time transformers
|
||||||
unorderedContainers vector vectorAlgorithms xmlhtml
|
unorderedContainers 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…
x
Reference in New Issue
Block a user