haskell-primitive: use newer version to compile with ghc-8.2.x

This commit is contained in:
Peter Simons 2017-07-01 19:49:30 +02:00
parent 00bed9edcd
commit 1fb109090e

View file

@ -59,4 +59,7 @@ self: super: {
# https://github.com/nominolo/ghc-syb/issues/20
ghc-syb-utils = dontCheck super.ghc-syb-utils;
# Older, LTS-8-based versions don't compile.
primitive = self.primitive_0_6_2_0;
}