summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/non-empty/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/non-empty/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/non-empty/default.nix16
1 files changed, 16 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/non-empty/default.nix b/pkgs/development/libraries/haskell/non-empty/default.nix
new file mode 100644
index 00000000000..7fba365097b
--- /dev/null
+++ b/pkgs/development/libraries/haskell/non-empty/default.nix
@@ -0,0 +1,16 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
+{ cabal, QuickCheck, utilityHt }:
+
+cabal.mkDerivation (self: {
+  pname = "non-empty";
+  version = "0.2";
+  sha256 = "1wapx5q8spvlq8g7nagj2lwhrqzg90dw4n0qvd1ap47n0rh3iymm";
+  buildDepends = [ QuickCheck utilityHt ];
+  meta = {
+    homepage = "http://code.haskell.org/~thielema/non-empty/";
+    description = "List-like structures with static restrictions on the number of elements";
+    license = self.stdenv.lib.licenses.bsd3;
+    platforms = self.ghc.meta.platforms;
+  };
+})