haskell-happstack-server: update to version 7.1.7
This commit is contained in:
parent
e02fe72dd3
commit
3cb80788bf
@ -7,8 +7,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "happstack-server";
|
pname = "happstack-server";
|
||||||
version = "7.1.6";
|
version = "7.1.7";
|
||||||
sha256 = "0gifq625kclam6sgblwa8a1vhxmx8saanzlrikch0l9q0l95nfwd";
|
sha256 = "1gd7qa224z04aya44fdrbhpiy5iw88wjcvqihz6l95ks9ilbzmg7";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
|
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
|
||||||
html monadControl mtl network parsec sendfile syb systemFilepath
|
html monadControl mtl network parsec sendfile syb systemFilepath
|
||||||
@ -16,7 +16,6 @@ cabal.mkDerivation (self: {
|
|||||||
utf8String xhtml zlib
|
utf8String xhtml zlib
|
||||||
];
|
];
|
||||||
testDepends = [ HUnit parsec zlib ];
|
testDepends = [ HUnit parsec zlib ];
|
||||||
doCheck = false;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://happstack.com";
|
homepage = "http://happstack.com";
|
||||||
description = "Web related tools and services";
|
description = "Web related tools and services";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user