mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 07:31:20 +00:00
haskell-snap-core: update to version 0.9.2.1
This commit is contained in:
parent
db90286ff7
commit
ddaea62f91
|
@ -7,15 +7,14 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap-core";
|
pname = "snap-core";
|
||||||
version = "0.9.2";
|
version = "0.9.2.1";
|
||||||
sha256 = "04c1i5ccsb76yw7nyj8sxxnwq3ym14iygc3immdn2lqrm424vkkp";
|
sha256 = "18i0hfzc37q12nyp7g4sc87s4xcqz1crjwpnhh4y5fw66glzmq3q";
|
||||||
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
|
MonadCatchIOTransformers mtl random regexPosix text time
|
||||||
transformers unixCompat unorderedContainers vector zlibEnum
|
transformers unixCompat 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…
Reference in a new issue