summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-07-01 19:53:16 +0200
committerPeter Simons <simons@cryp.to>2017-07-04 15:50:26 +0200
commitf8f9fccd32418d76f572995e1cd4b7bc887630e9 (patch)
tree3f82ebdda3775a9e96118322a03c1ae2c988dcbd /pkgs
parent1fb109090edef18d9ea717c01a13321471c27d58 (diff)
downloadnixpkgs-f8f9fccd32418d76f572995e1cd4b7bc887630e9.tar
nixpkgs-f8f9fccd32418d76f572995e1cd4b7bc887630e9.tar.gz
nixpkgs-f8f9fccd32418d76f572995e1cd4b7bc887630e9.tar.bz2
nixpkgs-f8f9fccd32418d76f572995e1cd4b7bc887630e9.tar.lz
nixpkgs-f8f9fccd32418d76f572995e1cd4b7bc887630e9.tar.xz
nixpkgs-f8f9fccd32418d76f572995e1cd4b7bc887630e9.tar.zst
nixpkgs-f8f9fccd32418d76f572995e1cd4b7bc887630e9.zip
haskell-syb: use newer version to compile with ghc-8.2.x
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.2.x.nix1
1 files changed, 1 insertions, 0 deletions
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;
 
 }