mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
haskell-happstack-server: update to version 7.1.1
This commit is contained in:
parent
a69fbde5b3
commit
498cfc52ea
@ -1,18 +1,18 @@
|
||||
{ cabal, base64Bytestring, blazeHtml, extensibleExceptions
|
||||
, filepath, hslogger, html, monadControl, mtl, network, parsec
|
||||
, sendfile, syb, systemFilepath, text, threads, time, transformers
|
||||
, transformersBase, utf8String, xhtml, zlib
|
||||
, sendfile, syb, systemFilepath, text, threads, time, timeCompat
|
||||
, transformers, transformersBase, utf8String, xhtml, zlib
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "happstack-server";
|
||||
version = "7.0.7";
|
||||
sha256 = "0r9bk82zjzlsi6j6dnz5b73qacpfdyhsn5ds98cn7gkqyf4yg7cj";
|
||||
version = "7.1.1";
|
||||
sha256 = "0q12l93kq5ixvam682ys3a6i3q59amz9cyr1bb06f2zf8qr57b7a";
|
||||
buildDepends = [
|
||||
base64Bytestring blazeHtml extensibleExceptions filepath hslogger
|
||||
html monadControl mtl network parsec sendfile syb systemFilepath
|
||||
text threads time transformers transformersBase utf8String xhtml
|
||||
zlib
|
||||
text threads time timeCompat transformers transformersBase
|
||||
utf8String xhtml zlib
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://happstack.com";
|
||||
|
Loading…
Reference in New Issue
Block a user