summaryrefslogtreecommitdiffstats
path: root/pkgs/development
diff options
context:
space:
mode:
authorLeon Isenberg <leon.isenberg@t-online.de>2017-03-05 16:36:47 +0100
committerLeon Isenberg <leon.isenberg@t-online.de>2017-03-05 16:45:31 +0100
commit691b3bcd77efc5e00339ccb2dcd9dc7e06402439 (patch)
treef86359725b25f12989d7c43e4d851ce863723949 /pkgs/development
parent0113a5ec29c58cdc8e686620b0d64e2b938248a5 (diff)
haskellPackages: fix dangling references
haskeline_0_7_2_1 -> haskline_0_7_3_1 terminfo_0_4_0_1 -> terminfo_0_4_0_2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix4
7 files changed, 13 insertions, 13 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
index 32348f2c9095..03a905ea3d11 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-6.12.x.nix
@@ -43,9 +43,9 @@ self: super: {
# These packages are core libraries in GHC 7.10.x, but not here.
binary = self.binary_0_8_4_1;
deepseq = self.deepseq_1_3_0_1;
- haskeline = self.haskeline_0_7_2_1;
+ haskeline = self.haskeline_0_7_3_1;
hoopl = self.hoopl_3_10_2_0;
- terminfo = self.terminfo_0_4_0_1;
+ terminfo = self.terminfo_0_4_0_2;
transformers = self.transformers_0_4_3_0;
xhtml = self.xhtml_3000_2_1;
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
index 16c1ff4f0652..ca271e6c271e 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.0.x.nix
@@ -37,9 +37,9 @@ self: super: {
# These packages are core libraries in GHC 7.10.x, but not here.
binary = self.binary_0_7_6_1;
deepseq = self.deepseq_1_3_0_1;
- haskeline = self.haskeline_0_7_2_1;
+ haskeline = self.haskeline_0_7_3_1;
hoopl = self.hoopl_3_10_2_0;
- terminfo = self.terminfo_0_4_0_1;
+ terminfo = self.terminfo_0_4_0_2;
transformers = self.transformers_0_4_3_0;
xhtml = self.xhtml_3000_2_1;
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
index 5aea83e7567d..ee6e59c65ef3 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.2.x.nix
@@ -36,8 +36,8 @@ self: super: {
# These packages are core libraries in GHC 7.10.x, but not here.
deepseq = self.deepseq_1_3_0_1;
- haskeline = self.haskeline_0_7_2_1;
- terminfo = self.terminfo_0_4_0_1;
+ haskeline = self.haskeline_0_7_3_1;
+ terminfo = self.terminfo_0_4_0_2;
transformers = self.transformers_0_4_3_0;
xhtml = self.xhtml_3000_2_1;
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
index 32d3c89d5fe3..3bbfa34fb502 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.4.x.nix
@@ -35,8 +35,8 @@ self: super: {
unix = null;
# These packages are core libraries in GHC 7.10.x, but not here.
- haskeline = self.haskeline_0_7_2_1;
- terminfo = self.terminfo_0_4_0_1;
+ haskeline = self.haskeline_0_7_3_1;
+ terminfo = self.terminfo_0_4_0_2;
transformers = self.transformers_0_4_3_0;
xhtml = self.xhtml_3000_2_1;
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
index ffd6845b1d05..150d38dbbf1b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.6.x.nix
@@ -34,8 +34,8 @@ self: super: {
unix = null;
# These packages are core libraries in GHC 7.10.x, but not here.
- haskeline = self.haskeline_0_7_2_1;
- terminfo = self.terminfo_0_4_0_1;
+ haskeline = self.haskeline_0_7_3_1;
+ terminfo = self.terminfo_0_4_0_2;
transformers = self.transformers_0_4_3_0;
xhtml = self.xhtml_3000_2_1;
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
index 4b18332648db..1be8f16a7d58 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.8.x.nix
@@ -65,7 +65,7 @@ self: super: {
mkDerivation = drv: super.mkDerivation (drv // { doCheck = false; });
mtl = super.mtl_2_2_1;
transformers = super.transformers_0_4_3_0;
- haskeline = self.haskeline_0_7_2_1;
+ haskeline = self.haskeline_0_7_3_1;
transformers-compat = disableCabalFlag super.transformers-compat "three";
})) (drv: {});
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 826869f828b1..e4a4f74907a8 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -47,10 +47,10 @@ self: super:
# These packages are core libraries in GHC 7.10.x, but not here.
bin-package-db = null;
- haskeline = self.haskeline_0_7_2_1;
+ haskeline = self.haskeline_0_7_3_1;
hoopl = self.hoopl_3_10_2_1;
hpc = self.hpc_0_6_0_2;
- terminfo = self.terminfo_0_4_0_1;
+ terminfo = self.terminfo_0_4_0_2;
xhtml = self.xhtml_3000_2_1;