From 1fb109090edef18d9ea717c01a13321471c27d58 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 1 Jul 2017 19:49:30 +0200 Subject: haskell-primitive: use newer version to compile with ghc-8.2.x --- pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix') 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 35cd857b6620..76f29f37b39a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix @@ -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; + } -- cgit 1.4.1