From f8f9fccd32418d76f572995e1cd4b7bc887630e9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 1 Jul 2017 19:53:16 +0200 Subject: [PATCH] haskell-syb: use newer version to compile with ghc-8.2.x --- pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix | 1 + 1 file changed, 1 insertion(+) 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 76f29f37b39..7e2ffa5a8fc 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix @@ -61,5 +61,6 @@ self: super: { # Older, LTS-8-based versions don't compile. primitive = self.primitive_0_6_2_0; + syb = self.syb_0_7; }