haskell-snap-core: update to version 0.9.3.1
This commit is contained in:
parent
587e82e085
commit
e8de5bd8d9
@ -7,15 +7,14 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap-core";
|
pname = "snap-core";
|
||||||
version = "0.9.2.2";
|
version = "0.9.3.1";
|
||||||
sha256 = "0svahih2piaj87xfysgjvqqh11gmwz9icrh2g819h68kzh10imlf";
|
sha256 = "1q2lk70l0hk4l6ksjnal1bfkby0i08gdzvj9cscvxs4njxmgdapq";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
attoparsec attoparsecEnumerator blazeBuilder blazeBuilderEnumerator
|
attoparsec attoparsecEnumerator blazeBuilder blazeBuilderEnumerator
|
||||||
bytestringMmap caseInsensitive deepseq enumerator filepath HUnit
|
bytestringMmap caseInsensitive deepseq enumerator filepath HUnit
|
||||||
MonadCatchIOTransformers mtl random regexPosix text time unixCompat
|
MonadCatchIOTransformers mtl random regexPosix text time unixCompat
|
||||||
unorderedContainers vector zlibEnum
|
unorderedContainers vector zlibEnum
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "Snap: A Haskell Web Framework (core interfaces and types)";
|
description = "Snap: A Haskell Web Framework (core interfaces and types)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user