haskell-snap: update to version 0.11.0

This commit is contained in:
Peter Simons 2013-01-30 11:29:42 +01:00
parent 7d41cdf238
commit 53e0d41689

View File

@ -1,22 +1,22 @@
{ cabal, aeson, attoparsec, cereal, clientsession, comonad { cabal, aeson, attoparsec, cereal, clientsession, comonad
, configurator, directoryTree, dlist, errors, filepath, hashable , configurator, directoryTree, dlist, either, errors, filepath
, heist, lens, logict, MonadCatchIOTransformers, mtl, mwcRandom , hashable, heist, lens, logict, MonadCatchIOTransformers, mtl
, pwstoreFast, regexPosix, snapCore, snapServer, stm, syb, text , mwcRandom, pwstoreFast, regexPosix, snapCore, snapServer, stm
, time, transformers, unorderedContainers, vector, vectorAlgorithms , syb, text, time, transformers, unorderedContainers, vector
, xmlhtml , vectorAlgorithms, xmlhtml
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "snap"; pname = "snap";
version = "0.10.0.1"; version = "0.11.0";
sha256 = "14j9lgcdyxh7n4yidfvn1r94nziljiqz6nsqgq114v34bnn6l2yn"; sha256 = "0mw1fxjijd3z9bz1znrc5vfxa4mc1by481gxfmk2hdlcsib9sp7n";
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 either errors filepath hashable heist lens
MonadCatchIOTransformers mtl mwcRandom pwstoreFast regexPosix logict MonadCatchIOTransformers mtl mwcRandom pwstoreFast
snapCore snapServer stm syb text time transformers regexPosix snapCore snapServer stm syb text time transformers
unorderedContainers vector vectorAlgorithms xmlhtml unorderedContainers vector vectorAlgorithms xmlhtml
]; ];
jailbreak = true; jailbreak = true;