summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-09-30 12:52:43 +0200
committerPeter Simons <simons@cryp.to>2019-09-30 12:52:43 +0200
commit1c92cdaf7414261b4a0e0753ca9383137e6fef06 (patch)
treecf16e6a86e7880dee5a2f8c739a5b9ead7c5fdea /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent69666091041a4a3382fbc53ddf2b3df2aeb7a9a0 (diff)
downloadnixpkgs-1c92cdaf7414261b4a0e0753ca9383137e6fef06.tar
nixpkgs-1c92cdaf7414261b4a0e0753ca9383137e6fef06.tar.gz
nixpkgs-1c92cdaf7414261b4a0e0753ca9383137e6fef06.tar.bz2
nixpkgs-1c92cdaf7414261b4a0e0753ca9383137e6fef06.tar.lz
nixpkgs-1c92cdaf7414261b4a0e0753ca9383137e6fef06.tar.xz
nixpkgs-1c92cdaf7414261b4a0e0753ca9383137e6fef06.tar.zst
nixpkgs-1c92cdaf7414261b4a0e0753ca9383137e6fef06.zip
configuration-ghcjs.nix: fix evaluation
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix12
1 files changed, 5 insertions, 7 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 489f363db6a..862b45299a6 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -43,13 +43,12 @@ self: super:
   # integer-simple is wrong.
   #integer-simple = null;
 
-  # These packages are core libraries in GHC 7.10.x, but not here.
+  # These packages are core libraries in GHC 8.6..x, but not here.
   bin-package-db = null;
-  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_1_1;
-  xhtml = self.xhtml_3000_2_1;
+  haskeline = self.haskeline_0_7_5_0;
+  hpc = self.hpc_0_6_0_3;
+  terminfo = self.terminfo_0_4_1_4;
+  xhtml = self.xhtml_3000_2_2_1;
 
 ## OTHER PACKAGES
 
@@ -115,7 +114,6 @@ self: super:
       ];
       license = pkgs.stdenv.lib.licenses.mit;
       description = "bindings for https://github.com/Matt-Esch/virtual-dom";
-      inherit (src) homepage;
     }) {};
 
   ghcjs-dom = overrideCabal super.ghcjs-dom (drv: {