haskell-snap: update to version 0.11.2.2
This commit is contained in:
parent
9ab1e2c0ac
commit
2b37a87a57
@ -1,28 +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, text
|
, pwstoreFast, regexPosix, snapCore, snapServer, stm, syb, tagged
|
||||||
, time, transformers, unorderedContainers, vector, vectorAlgorithms
|
, text, time, transformers, unorderedContainers, vector
|
||||||
, xmlhtml
|
, vectorAlgorithms, xmlhtml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap";
|
pname = "snap";
|
||||||
version = "0.11.2";
|
version = "0.11.2.2";
|
||||||
sha256 = "1z9n15dhbxg0j17c1ik0vhdhxy2mz70915xd4jffg9jrdvlky51a";
|
sha256 = "1fwm60rx2ginlphi00kn3ghs9rxdx4br8p4f3prpfmhvjikwgv8n";
|
||||||
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 text time transformers
|
snapCore snapServer stm syb tagged text time transformers
|
||||||
unorderedContainers vector vectorAlgorithms xmlhtml
|
unorderedContainers vector vectorAlgorithms xmlhtml
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|lens .*>= 3.7.6.*$|lens|' snap.cabal
|
|
||||||
'';
|
|
||||||
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