haskell-snap: update to version 0.10.0
This commit is contained in:
parent
2b057f50d2
commit
780e808177
@ -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/";
|
||||||
|
Loading…
Reference in New Issue
Block a user