summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-09-21 12:20:48 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2014-09-21 12:21:15 +0200
commit115906c52ef4ac6038b1bcd998415e39ec7872c9 (patch)
tree74e231fda0ceff02b26e163ddd9874c98b06c1d1 /pkgs/development
parent7fedb1baa61ae652f1532ccbd7a73a16831b61f5 (diff)
downloadnixlib-115906c52ef4ac6038b1bcd998415e39ec7872c9.tar
nixlib-115906c52ef4ac6038b1bcd998415e39ec7872c9.tar.gz
nixlib-115906c52ef4ac6038b1bcd998415e39ec7872c9.tar.bz2
nixlib-115906c52ef4ac6038b1bcd998415e39ec7872c9.tar.lz
nixlib-115906c52ef4ac6038b1bcd998415e39ec7872c9.tar.xz
nixlib-115906c52ef4ac6038b1bcd998415e39ec7872c9.tar.zst
nixlib-115906c52ef4ac6038b1bcd998415e39ec7872c9.zip
add shell-conduit 1.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/shell-conduit/default.nix21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/shell-conduit/default.nix b/pkgs/development/libraries/haskell/shell-conduit/default.nix
new file mode 100644
index 000000000000..db2f9cc0d735
--- /dev/null
+++ b/pkgs/development/libraries/haskell/shell-conduit/default.nix
@@ -0,0 +1,21 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, conduit, conduitExtra, controlMonadLoop, filepath
+, monadControl, monadsTf, resourcet, split, text, transformers
+, transformersBase
+}:
+
+cabal.mkDerivation (self: {
+  pname = "shell-conduit";
+  version = "1.1";
+  sha256 = "0sv4v1675qrn46j5qwq739al6jj7vqwc61lsyb513nlgw0cwgvr9";
+  buildDepends = [
+    conduit conduitExtra controlMonadLoop filepath monadControl
+    monadsTf resourcet split text transformers transformersBase
+  ];
+  meta = {
+    description = "Write shell scripts with Conduit";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+  };
+})