aboutsummaryrefslogtreecommitdiffstats
path: root/nix/tasty-hedgehog.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/tasty-hedgehog.nix
parent1aaff80235237507572e0fb4be86f34cb1829b68 (diff)
parent01c2ab3f6a58d416528efce3057e2cf2f1604489 (diff)
downloadverismith-feature/nondeterminism.tar.gz
verismith-feature/nondeterminism.zip
Merge branch 'master' into HEADfeature/nondeterminism
Diffstat (limited to 'nix/tasty-hedgehog.nix')
-rw-r--r--nix/tasty-hedgehog.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/nix/tasty-hedgehog.nix b/nix/tasty-hedgehog.nix
deleted file mode 100644
index e9a937d..0000000
--- a/nix/tasty-hedgehog.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{ mkDerivation, base, hedgehog, stdenv, tagged, tasty
-, tasty-expected-failure
-}:
-mkDerivation {
- pname = "tasty-hedgehog";
- version = "0.2.0.0";
- sha256 = "5a107fc3094efc50663e4634331a296281318b38c9902969c2d2d215d754a182";
- revision = "6";
- editedCabalFile = "0d7s1474pvnyad6ilr5rvpama7s468ya9ns4ksbl0827z9vvga43";
- libraryHaskellDepends = [ base hedgehog tagged tasty ];
- testHaskellDepends = [
- base hedgehog tasty tasty-expected-failure
- ];
- homepage = "https://github.com/qfpl/tasty-hedgehog";
- description = "Integration for tasty and hedgehog";
- license = stdenv.lib.licenses.bsd3;
-}