Skip to content

Commit

Permalink
haskell-HTTP: update to version 4000.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 6604497 commit 1a29d1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

cabal.mkDerivation (self: {
pname = "HTTP";
version = "4000.2.15";
sha256 = "1bw79hq5nzx1gab9p3d3szr0wkiv9zvf2ld9d4i48z6fnmil4qwj";
version = "4000.2.17";
sha256 = "1701mgf1gw00nxd70kkr86yl80qxy63rpqky2g9m2nfr6y4y5b59";
buildDepends = [ mtl network parsec ];
testDepends = [
caseInsensitive conduit conduitExtra deepseq httpdShed httpTypes
Expand Down
4 changes: 2 additions & 2 deletions pkgs/top-level/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
HTTP_4000_2_3 = callPackage ../development/libraries/haskell/HTTP/4000.2.3.nix {};
HTTP_4000_2_5 = callPackage ../development/libraries/haskell/HTTP/4000.2.5.nix { network = self.network_2_4_1_2; };
HTTP_4000_2_8 = callPackage ../development/libraries/haskell/HTTP/4000.2.8.nix {};
HTTP_4000_2_15 = callPackage ../development/libraries/haskell/HTTP/4000.2.15.nix {};
HTTP = self.HTTP_4000_2_15;
HTTP_4000_2_17 = callPackage ../development/libraries/haskell/HTTP/4000.2.17.nix {};
HTTP = self.HTTP_4000_2_17;

httpAttoparsec = callPackage ../development/libraries/haskell/http-attoparsec {};

Expand Down

0 comments on commit 1a29d1b

Please sign in to comment.