summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
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/haskell-modules/configuration-ghcjs.nix
parent0113a5ec29c58cdc8e686620b0d64e2b938248a5 (diff)
downloadnixpkgs-691b3bcd77efc5e00339ccb2dcd9dc7e06402439.tar
nixpkgs-691b3bcd77efc5e00339ccb2dcd9dc7e06402439.tar.gz
nixpkgs-691b3bcd77efc5e00339ccb2dcd9dc7e06402439.tar.bz2
nixpkgs-691b3bcd77efc5e00339ccb2dcd9dc7e06402439.tar.lz
nixpkgs-691b3bcd77efc5e00339ccb2dcd9dc7e06402439.tar.xz
nixpkgs-691b3bcd77efc5e00339ccb2dcd9dc7e06402439.tar.zst
nixpkgs-691b3bcd77efc5e00339ccb2dcd9dc7e06402439.zip
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/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 826869f828b..e4a4f74907a 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;