Skip to content

Commit

Permalink
haskell-conduit: update to version 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jun 9, 2014
1 parent 1a1c1ba commit d9344b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/libraries/haskell/conduit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@

cabal.mkDerivation (self: {
pname = "conduit";
version = "1.1.5";
sha256 = "107mfkw2jin724cdkn5mkhxgfv2mf1nkhcn12mwaw9cnkxxxx78z";
version = "1.1.6";
sha256 = "1nhjj5zz934fd6fdbmkl8xvnvlaprxccgpwxffmdgqwxhvxgprq3";
buildDepends = [
exceptions liftedBase mmorph monadControl mtl resourcet
transformers transformersBase void
];
testDepends = [ hspec mtl QuickCheck resourcet transformers void ];
testDepends = [
exceptions hspec mtl QuickCheck resourcet transformers void
];
doCheck = false;
meta = {
homepage = "http://github.com/snoyberg/conduit";
Expand Down

0 comments on commit d9344b7

Please sign in to comment.