summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hspec-expectations/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-19 18:52:04 +0200
committerPeter Simons <simons@cryp.to>2015-05-04 12:27:02 +0200
commit1028dc7cb6689bfed92cfb0fb821c0c54269a4f1 (patch)
tree42626cfa28a937e34c6622601e5a7ceca7ffefcf /pkgs/development/libraries/haskell/hspec-expectations/default.nix
parentc0c82ea2ebbcf0632260a931cf832cac1c8a014e (diff)
downloadnixlib-1028dc7cb6689bfed92cfb0fb821c0c54269a4f1.tar
nixlib-1028dc7cb6689bfed92cfb0fb821c0c54269a4f1.tar.gz
nixlib-1028dc7cb6689bfed92cfb0fb821c0c54269a4f1.tar.bz2
nixlib-1028dc7cb6689bfed92cfb0fb821c0c54269a4f1.tar.lz
nixlib-1028dc7cb6689bfed92cfb0fb821c0c54269a4f1.tar.xz
nixlib-1028dc7cb6689bfed92cfb0fb821c0c54269a4f1.tar.zst
nixlib-1028dc7cb6689bfed92cfb0fb821c0c54269a4f1.zip
Remove obsolete pkgs/development/libraries/haskell directory.
Diffstat (limited to 'pkgs/development/libraries/haskell/hspec-expectations/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hspec-expectations/default.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/pkgs/development/libraries/haskell/hspec-expectations/default.nix b/pkgs/development/libraries/haskell/hspec-expectations/default.nix
deleted file mode 100644
index a1267254f1a7..000000000000
--- a/pkgs/development/libraries/haskell/hspec-expectations/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, hspec, HUnit, markdownUnlit, silently }:
-
-cabal.mkDerivation (self: {
-  pname = "hspec-expectations";
-  version = "0.6.1";
-  sha256 = "0rr1dn39daxi4kqnbz3k21slxpscz939bx16161rr1zp4v7m1lzj";
-  buildDepends = [ HUnit ];
-  testDepends = [ hspec HUnit markdownUnlit silently ];
-  doCheck = false;
-  meta = {
-    homepage = "https://github.com/sol/hspec-expectations#readme";
-    description = "Catchy combinators for HUnit";
-    license = self.stdenv.lib.licenses.mit;
-    platforms = self.ghc.meta.platforms;
-  };
-})