Author: simons
Date: Mon Feb 20 10:45:00 2012
New Revision: 32421
URL: https://nixos.org/websvn/nix/?rev=32421&sc=1
Log:
haskell-happstack-server: updated to version 6.6.3
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix
Modified:
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix
==============================================================================
---
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix
Mon Feb 20 10:44:57 2012 (r32420)
+++
nixpkgs/trunk/pkgs/development/libraries/haskell/happstack/happstack-server.nix
Mon Feb 20 10:45:00 2012 (r32421)
@@ -1,18 +1,19 @@
-{ cabal, blazeHtml, extensibleExceptions, filepath, happstackData
-, happstackUtil, hslogger, html, MaybeT, mtl, network, parsec
-, sendfile, syb, text, time, utf8String, xhtml, zlib
+{ cabal, base64Bytestring, blazeHtml, extensibleExceptions
+, filepath, hslogger, html, monadControl, mtl, network, parsec
+, sendfile, syb, text, time, transformers, transformersBase
+, utf8String, xhtml, zlib
}:
cabal.mkDerivation (self: {
pname = "happstack-server";
- version = "6.2.5";
- sha256 = "196s8i3v55i10nkapkvzyw048flshw8mlm604548f0qjciynfjmg";
+ version = "6.6.3";
+ sha256 = "0l1cv1syx1j8xvy5sjl6cj7l4zyizkmv6z8g038n8fwgsw130hm9";
isLibrary = true;
isExecutable = true;
buildDepends = [
- blazeHtml extensibleExceptions filepath happstackData happstackUtil
- hslogger html MaybeT mtl network parsec sendfile syb text time
- utf8String xhtml zlib
+ base64Bytestring blazeHtml extensibleExceptions filepath hslogger
+ html monadControl mtl network parsec sendfile syb text time
+ transformers transformersBase utf8String xhtml zlib
];
meta = {
homepage = "http://happstack.com";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits