about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-09-05 19:31:49 +0000
committerPeter Simons <simons@cryp.to>2011-09-05 19:31:49 +0000
commitb1277cea392b23bd4daa95e7fbfc0d4a85fb9c34 (patch)
tree628cd95e843e5b79edd6bcf403a23e50306123b2 /pkgs/development/libraries
parented864ff8c38d1e594176931b19b73ff5dbf02516 (diff)
downloadnixlib-b1277cea392b23bd4daa95e7fbfc0d4a85fb9c34.tar
nixlib-b1277cea392b23bd4daa95e7fbfc0d4a85fb9c34.tar.gz
nixlib-b1277cea392b23bd4daa95e7fbfc0d4a85fb9c34.tar.bz2
nixlib-b1277cea392b23bd4daa95e7fbfc0d4a85fb9c34.tar.lz
nixlib-b1277cea392b23bd4daa95e7fbfc0d4a85fb9c34.tar.xz
nixlib-b1277cea392b23bd4daa95e7fbfc0d4a85fb9c34.tar.zst
nixlib-b1277cea392b23bd4daa95e7fbfc0d4a85fb9c34.zip
haskell-ghc-paths: updated default version to 0.1.0.8 (and dropped obsolete older versions)
svn path=/nixpkgs/trunk/; revision=29040
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/haskell/ghc-paths/0.1.0.5.nix16
-rw-r--r--pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix16
-rw-r--r--pkgs/development/libraries/haskell/ghc-paths/default.nix (renamed from pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix)0
3 files changed, 0 insertions, 32 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.5.nix b/pkgs/development/libraries/haskell/ghc-paths/0.1.0.5.nix
deleted file mode 100644
index cd295e3476f0..000000000000
--- a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.5.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ cabal }:
-
-cabal.mkDerivation (self: {
-  pname = "ghc-paths";
-  version = "0.1.0.5";
-  sha256 = "ea9e97425894e3dbd7915e00e107e2e7fc07b6e8293fd2dd66a813f0673cba10";
-  meta = {
-    description = "Knowledge of GHC's installation directories";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
-  };
-})
diff --git a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix b/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix
deleted file mode 100644
index ae280fa54ea6..000000000000
--- a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.6.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{ cabal }:
-
-cabal.mkDerivation (self: {
-  pname = "ghc-paths";
-  version = "0.1.0.6";
-  sha256 = "95d8c0e6ce2f182d792e910149b3c81c381b7d2c2052ffc6d96128b071c55243";
-  meta = {
-    description = "Knowledge of GHC's installation directories";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
-  };
-})
diff --git a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix b/pkgs/development/libraries/haskell/ghc-paths/default.nix
index 1fa7e662f022..1fa7e662f022 100644
--- a/pkgs/development/libraries/haskell/ghc-paths/0.1.0.8.nix
+++ b/pkgs/development/libraries/haskell/ghc-paths/default.nix