haskell-primitive: use newer version to compile with ghc-8.2.x
This commit is contained in:
parent
00bed9edcd
commit
1fb109090e
@ -59,4 +59,7 @@ self: super: {
|
|||||||
# https://github.com/nominolo/ghc-syb/issues/20
|
# https://github.com/nominolo/ghc-syb/issues/20
|
||||||
ghc-syb-utils = dontCheck super.ghc-syb-utils;
|
ghc-syb-utils = dontCheck super.ghc-syb-utils;
|
||||||
|
|
||||||
|
# Older, LTS-8-based versions don't compile.
|
||||||
|
primitive = self.primitive_0_6_2_0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user