aboutsummaryrefslogtreecommitdiffstats
path: root/nix/hedgehog-fn.nix
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-29 12:06:05 +0000
committerYann Herklotz <git@yannherklotz.com>2019-10-29 12:06:05 +0000
commit4ee6646b8a78d4c20fe0b89d95f23d382e1c47fc (patch)
tree9b02e1b92f8abf0baf3dc108ab7f4fb8f33e753a /nix/hedgehog-fn.nix
parent1aaff80235237507572e0fb4be86f34cb1829b68 (diff)
parent01c2ab3f6a58d416528efce3057e2cf2f1604489 (diff)
downloadverismith-feature/nondeterminism.tar.gz
verismith-feature/nondeterminism.zip
Merge branch 'master' into HEADfeature/nondeterminism
Diffstat (limited to 'nix/hedgehog-fn.nix')
-rw-r--r--nix/hedgehog-fn.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/nix/hedgehog-fn.nix b/nix/hedgehog-fn.nix
deleted file mode 100644
index 0bf9279..0000000
--- a/nix/hedgehog-fn.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ mkDerivation, base, contravariant, hedgehog, stdenv, transformers
-}:
-mkDerivation {
- pname = "hedgehog-fn";
- version = "0.6";
- sha256 = "fb02b67fba97e24c226feba010d2b308934c54e20a0723b6ea7e4eb199f02176";
- revision = "1";
- editedCabalFile = "19v7amg8l6s1gadnya8nxkcbi0vd3wqc7h6gvqvs099qaqm7zbb1";
- isLibrary = true;
- isExecutable = true;
- libraryHaskellDepends = [
- base contravariant hedgehog transformers
- ];
- homepage = "https://github.com/qfpl/hedgehog-fn";
- description = "Function generation for `hedgehog`";
- license = stdenv.lib.licenses.bsd3;
-}