haskell-snap: update to version 0.11.1
This commit is contained in:
parent
3ea36a6ae4
commit
6687f0d1be
@ -1,25 +1,24 @@
|
|||||||
{ cabal, aeson, attoparsec, cereal, clientsession, comonad
|
{ cabal, aeson, attoparsec, cereal, clientsession, comonad
|
||||||
, configurator, directoryTree, dlist, either, errors, filepath
|
, configurator, directoryTree, dlist, errors, filepath, hashable
|
||||||
, hashable, heist, lens, logict, MonadCatchIOTransformers, mtl
|
, heist, lens, logict, MonadCatchIOTransformers, mtl, mwcRandom
|
||||||
, mwcRandom, pwstoreFast, regexPosix, snapCore, snapServer, stm
|
, pwstoreFast, regexPosix, snapCore, snapServer, stm, syb, text
|
||||||
, syb, 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.0";
|
version = "0.11.1";
|
||||||
sha256 = "0mw1fxjijd3z9bz1znrc5vfxa4mc1by481gxfmk2hdlcsib9sp7n";
|
sha256 = "0dd66496fjfp80i6whl356sqk7n03rx4ycsah7x11fc9rvplmr3q";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec cereal clientsession comonad configurator
|
aeson attoparsec cereal clientsession comonad configurator
|
||||||
directoryTree dlist either errors filepath hashable heist lens
|
directoryTree dlist errors filepath hashable heist lens logict
|
||||||
logict MonadCatchIOTransformers mtl mwcRandom pwstoreFast
|
MonadCatchIOTransformers mtl mwcRandom pwstoreFast regexPosix
|
||||||
regexPosix snapCore snapServer stm syb 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