haskell-snap: update to version 0.10.0

This commit is contained in:
Peter Simons 2012-12-10 12:43:41 +01:00
parent 2b057f50d2
commit 780e808177

View File

@ -1,23 +1,23 @@
{ cabal, aeson, attoparsec, cereal, clientsession, configurator { cabal, aeson, attoparsec, cereal, clientsession, comonad
, dataLens, dataLensTemplate, directoryTree, filepath, hashable , configurator, directoryTree, dlist, errors, filepath, hashable
, heist, logict, MonadCatchIOTransformers, mtl, mwcRandom , heist, lens, logict, MonadCatchIOTransformers, mtl, mwcRandom
, pwstoreFast, snapCore, snapServer, stm, syb, text, time , pwstoreFast, regexPosix, snapCore, snapServer, stm, syb, text
, transformers, unorderedContainers, vector, vectorAlgorithms , time, transformers, unorderedContainers, vector, vectorAlgorithms
, xmlhtml , xmlhtml
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "snap"; pname = "snap";
version = "0.9.2.2"; version = "0.10.0";
sha256 = "1ql9c8b9arcd8zwlwsiipl4diah87sp339ljc5bc7yls1g4d9zsw"; sha256 = "1nr9izh8p2jwhp2qcqhh1v2z01y5rhsx458b202hk3iqhrd9n6l8";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson attoparsec cereal clientsession configurator dataLens aeson attoparsec cereal clientsession comonad configurator
dataLensTemplate directoryTree filepath hashable heist logict directoryTree dlist errors filepath hashable heist lens logict
MonadCatchIOTransformers mtl mwcRandom pwstoreFast snapCore MonadCatchIOTransformers mtl mwcRandom pwstoreFast regexPosix
snapServer stm syb text time transformers unorderedContainers snapCore snapServer stm syb text time transformers
vector vectorAlgorithms xmlhtml unorderedContainers vector vectorAlgorithms xmlhtml
]; ];
meta = { meta = {
homepage = "http://snapframework.com/"; homepage = "http://snapframework.com/";