summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/optparse-applicative/0.9.1.1.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/optparse-applicative/0.9.1.1.nix')
-rw-r--r--pkgs/development/libraries/haskell/optparse-applicative/0.9.1.1.nix25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/optparse-applicative/0.9.1.1.nix b/pkgs/development/libraries/haskell/optparse-applicative/0.9.1.1.nix
new file mode 100644
index 00000000000..4660e7f37ba
--- /dev/null
+++ b/pkgs/development/libraries/haskell/optparse-applicative/0.9.1.1.nix
@@ -0,0 +1,25 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, ansiWlPprint, HUnit, QuickCheck, testFramework
+, testFrameworkHunit, testFrameworkQuickcheck2
+, testFrameworkThPrime, transformers, transformersCompat
+}:
+
+cabal.mkDerivation (self: {
+  pname = "optparse-applicative";
+  version = "0.9.1.1";
+  sha256 = "1fy8839y9dg2a5pj7abjiqkm3qcz8faip32q3x1zi5mrz4v3q2g6";
+  buildDepends = [ ansiWlPprint transformers transformersCompat ];
+  testDepends = [
+    HUnit QuickCheck testFramework testFrameworkHunit
+    testFrameworkQuickcheck2 testFrameworkThPrime
+  ];
+  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;
+    hydraPlatforms = self.stdenv.lib.platforms.none;
+  };
+})