From 498cfc52eae927f16a36965a94397976c65f7c2b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 3 Dec 2012 16:11:05 +0100 Subject: [PATCH] haskell-happstack-server: update to version 7.1.1 --- .../libraries/haskell/happstack/happstack-server.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pkgs/development/libraries/haskell/happstack/happstack-server.nix b/pkgs/development/libraries/haskell/happstack/happstack-server.nix index e864075b42a..b2311bde6ca 100644 --- a/pkgs/development/libraries/haskell/happstack/happstack-server.nix +++ b/pkgs/development/libraries/haskell/happstack/happstack-server.nix @@ -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";