about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-13 09:11:21 +0200
committerPeter Simons <simons@cryp.to>2014-10-13 09:12:25 +0200
commit61b30d6b0aa4f655121d5ba12e2d2448b324d443 (patch)
treeb964542f1bb61594b6b2fcf527d511f0f68a15bc /pkgs/development/libraries/haskell
parent1999083f2ef1e54b39dbdddf9a5fab37837cc745 (diff)
downloadnixlib-61b30d6b0aa4f655121d5ba12e2d2448b324d443.tar
nixlib-61b30d6b0aa4f655121d5ba12e2d2448b324d443.tar.gz
nixlib-61b30d6b0aa4f655121d5ba12e2d2448b324d443.tar.bz2
nixlib-61b30d6b0aa4f655121d5ba12e2d2448b324d443.tar.lz
nixlib-61b30d6b0aa4f655121d5ba12e2d2448b324d443.tar.xz
nixlib-61b30d6b0aa4f655121d5ba12e2d2448b324d443.tar.zst
nixlib-61b30d6b0aa4f655121d5ba12e2d2448b324d443.zip
haskell-optparse-applicative: add version 0.11.0.1
Diffstat (limited to 'pkgs/development/libraries/haskell')
-rw-r--r--pkgs/development/libraries/haskell/optparse-applicative/0.11.0.1.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/optparse-applicative/0.11.0.1.nix b/pkgs/development/libraries/haskell/optparse-applicative/0.11.0.1.nix
new file mode 100644
index 000000000000..bef76ab73ee6
--- /dev/null
+++ b/pkgs/development/libraries/haskell/optparse-applicative/0.11.0.1.nix
@@ -0,0 +1,17 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, ansiWlPprint, transformers, transformersCompat }:
+
+cabal.mkDerivation (self: {
+  pname = "optparse-applicative";
+  version = "0.11.0.1";
+  sha256 = "0jdzajj9w0dghv751m59l3imzm2x9lx9cqb6094mncnx8k6cf6f9";
+  buildDepends = [ ansiWlPprint transformers transformersCompat ];
+  jailbreak = true;
+  meta = {
+    homepage = "https://github.com/pcapriotti/optparse-applicative";
+    description = "Utilities and combinators for parsing command line options";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+  };
+})