summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-07 19:17:52 +0200
committerPeter Simons <simons@cryp.to>2017-07-13 08:47:01 +0200
commitc6ccfcd01a958764fde88b94ec08e10aee2ec5ed (patch)
tree272ab358e76d1e626d068737a4ae63cc537a87d6 /pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
parentbde4ef2234fa1aea2edace217faf4b4cd478d718 (diff)
downloadnixlib-c6ccfcd01a958764fde88b94ec08e10aee2ec5ed.tar
nixlib-c6ccfcd01a958764fde88b94ec08e10aee2ec5ed.tar.gz
nixlib-c6ccfcd01a958764fde88b94ec08e10aee2ec5ed.tar.bz2
nixlib-c6ccfcd01a958764fde88b94ec08e10aee2ec5ed.tar.lz
nixlib-c6ccfcd01a958764fde88b94ec08e10aee2ec5ed.tar.xz
nixlib-c6ccfcd01a958764fde88b94ec08e10aee2ec5ed.tar.zst
nixlib-c6ccfcd01a958764fde88b94ec08e10aee2ec5ed.zip
haskell-base-orphans: use latest version when compiling with ghc-8.2.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
index 33503a75c023..62bb55fba1d2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix
@@ -60,6 +60,7 @@ self: super: {
   ghc-syb-utils = dontCheck super.ghc-syb-utils;
 
   # Older, LTS-8-based versions don't compile.
+  base-orphans = self.base-orphans_0_6;
   hspec-meta = self.hspec-meta_2_4_4;
   primitive = self.primitive_0_6_2_0;
   syb = self.syb_0_7;
@@ -69,7 +70,4 @@ self: super: {
   ChasingBottoms = doJailbreak super.ChasingBottoms;
   hashable = doJailbreak super.hashable;
 
-  # https://github.com/haskell-compat/base-orphans/issues/42
-  base-orphans = dontCheck super.base-orphans;
-
 }