haskell-snap: update to version 0.13.0.4
This commit is contained in:
parent
914369f732
commit
803c55e563
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "snap";
|
pname = "snap";
|
||||||
version = "0.13.0.3";
|
version = "0.13.0.4";
|
||||||
sha256 = "0gwcrsmcx5823w53nfi92gg2hkjnyxd3mp97qijp5p8y83mhh0l0";
|
sha256 = "1cbc42x7p87fmazm0dqc519rdaiiiwmkri8y1n4hgvr70kfi6569";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -20,7 +20,6 @@ cabal.mkDerivation (self: {
|
|||||||
unorderedContainers vector vectorAlgorithms xmlhtml
|
unorderedContainers vector vectorAlgorithms xmlhtml
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
patchPhase = "sed -i -e 's|lens .*|lens|' snap.cabal";
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://snapframework.com/";
|
homepage = "http://snapframework.com/";
|
||||||
description = "Top-level package for the Snap Web Framework";
|
description = "Top-level package for the Snap Web Framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user