haskell-base-orphans: use latest version when compiling with ghc-8.2.x
This commit is contained in:
parent
bde4ef2234
commit
c6ccfcd01a
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue