haskell-base-orphans: use latest version when compiling with ghc-8.2.x

This commit is contained in:
Peter Simons 2017-07-07 19:17:52 +02:00
parent bde4ef2234
commit c6ccfcd01a

View file

@ -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;
}