summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-09-23 14:18:25 +0200
committerPeter Simons <simons@cryp.to>2014-09-23 19:02:51 +0200
commitaba43ec2345a98e76b392ffcfac0cd814acc4426 (patch)
tree37adb380881af9d05164e4b80a025ef33b7f8418
parent589d8c7408104ebf9c469d2fc7bb22172064691d (diff)
downloadnixpkgs-aba43ec2345a98e76b392ffcfac0cd814acc4426.tar
nixpkgs-aba43ec2345a98e76b392ffcfac0cd814acc4426.tar.gz
nixpkgs-aba43ec2345a98e76b392ffcfac0cd814acc4426.tar.bz2
nixpkgs-aba43ec2345a98e76b392ffcfac0cd814acc4426.tar.lz
nixpkgs-aba43ec2345a98e76b392ffcfac0cd814acc4426.tar.xz
nixpkgs-aba43ec2345a98e76b392ffcfac0cd814acc4426.tar.zst
nixpkgs-aba43ec2345a98e76b392ffcfac0cd814acc4426.zip
haskell-shell-conduit: update to version 3.0
-rw-r--r--pkgs/development/libraries/haskell/shell-conduit/default.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/libraries/haskell/shell-conduit/default.nix b/pkgs/development/libraries/haskell/shell-conduit/default.nix
index db2f9cc0d73..23ce1522254 100644
--- a/pkgs/development/libraries/haskell/shell-conduit/default.nix
+++ b/pkgs/development/libraries/haskell/shell-conduit/default.nix
@@ -1,17 +1,18 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
 { cabal, conduit, conduitExtra, controlMonadLoop, filepath
-, monadControl, monadsTf, resourcet, split, text, transformers
-, transformersBase
+, monadControl, monadsTf, resourcet, semigroups, split, text, these
+, transformers, transformersBase
 }:
 
 cabal.mkDerivation (self: {
   pname = "shell-conduit";
-  version = "1.1";
-  sha256 = "0sv4v1675qrn46j5qwq739al6jj7vqwc61lsyb513nlgw0cwgvr9";
+  version = "3.0";
+  sha256 = "07x920j52zjqh3lpfam5f1nhsgqbcgz458dbrwxsmsn3cnqf2qd6";
   buildDepends = [
     conduit conduitExtra controlMonadLoop filepath monadControl
-    monadsTf resourcet split text transformers transformersBase
+    monadsTf resourcet semigroups split text these transformers
+    transformersBase
   ];
   meta = {
     description = "Write shell scripts with Conduit";