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>2015-10-16 15:12:27 +0200
committerPeter Simons <simons@cryp.to>2015-10-18 22:01:09 +0200
commit8e07d5d77c7c9b1b7f66afee460ea696228c8a99 (patch)
tree8a0309d0aa90b7fda36e6c10ea0ec31e6160d1f1 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent215e7a6f006a86040bbf77dca2d355f8e1e4c510 (diff)
downloadnixpkgs-8e07d5d77c7c9b1b7f66afee460ea696228c8a99.tar
nixpkgs-8e07d5d77c7c9b1b7f66afee460ea696228c8a99.tar.gz
nixpkgs-8e07d5d77c7c9b1b7f66afee460ea696228c8a99.tar.bz2
nixpkgs-8e07d5d77c7c9b1b7f66afee460ea696228c8a99.tar.lz
nixpkgs-8e07d5d77c7c9b1b7f66afee460ea696228c8a99.tar.xz
nixpkgs-8e07d5d77c7c9b1b7f66afee460ea696228c8a99.tar.zst
nixpkgs-8e07d5d77c7c9b1b7f66afee460ea696228c8a99.zip
haskell: update lists of core and non-core packages for older compilers
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index 381da0afa3f..f07a065e176 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -55,6 +55,14 @@ self: super: {
   unordered-containers = null;
   vector = null;
 
+  # These packages are core libraries in GHC 7.10.x, but not here.
+  bin-package-db = null;
+  haskeline = self.haskeline_0_7_2_1;
+  hoopl = self.hoopl_3_10_2_0;
+  hpc = self.hpc_0_6_0_2;
+  terminfo = self.terminfo_0_4_0_1;
+  xhtml = self.xhtml_3000_2_1;
+
   pqueue = overrideCabal super.pqueue (drv: {
     postPatch = ''
       sed -i -e '12s|null|Data.PQueue.Internals.null|' Data/PQueue/Internals.hs