summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-08-09 13:00:13 +0200
committerPeter Simons <simons@cryp.to>2014-08-09 13:49:24 +0200
commit01a059ee80908333a69871f1a2ea3fa2e2ad5a2a (patch)
treeabc66280f212a8023959257a9dae9f899849e19f
parent18250b97aee8b6630e4a235a1dc540d365382c0d (diff)
downloadnixlib-01a059ee80908333a69871f1a2ea3fa2e2ad5a2a.tar
nixlib-01a059ee80908333a69871f1a2ea3fa2e2ad5a2a.tar.gz
nixlib-01a059ee80908333a69871f1a2ea3fa2e2ad5a2a.tar.bz2
nixlib-01a059ee80908333a69871f1a2ea3fa2e2ad5a2a.tar.lz
nixlib-01a059ee80908333a69871f1a2ea3fa2e2ad5a2a.tar.xz
nixlib-01a059ee80908333a69871f1a2ea3fa2e2ad5a2a.tar.zst
nixlib-01a059ee80908333a69871f1a2ea3fa2e2ad5a2a.zip
haskell-filepath: drop this package, it's been part of GHC forever
-rw-r--r--pkgs/development/libraries/haskell/filepath/1.3.0.2.nix16
-rw-r--r--pkgs/top-level/haskell-packages.nix1
2 files changed, 0 insertions, 17 deletions
diff --git a/pkgs/development/libraries/haskell/filepath/1.3.0.2.nix b/pkgs/development/libraries/haskell/filepath/1.3.0.2.nix
deleted file mode 100644
index 406b7d444da2..000000000000
--- a/pkgs/development/libraries/haskell/filepath/1.3.0.2.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, QuickCheck, random }:
-
-cabal.mkDerivation (self: {
-  pname = "filepath";
-  version = "1.3.0.2";
-  sha256 = "0wvvz6cs5fh4f04a87b9s7xrnzypmnzzkn149p6xk8xi7gcvcpy2";
-  testDepends = [ QuickCheck random ];
-  meta = {
-    homepage = "http://www-users.cs.york.ac.uk/~ndm/filepath/";
-    description = "Library for manipulating FilePaths in a cross platform way";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-  };
-})
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 985f45ea04ff..6159109d5e3f 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -780,7 +780,6 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
 
   fdoNotify = callPackage ../development/libraries/haskell/fdo-notify {};
 
-  filepath_1_3_0_2 = callPackage ../development/libraries/haskell/filepath/1.3.0.2.nix {};
   filepath = null;              # core package since forever
 
   fileLocation = callPackage ../development/libraries/haskell/file-location {};