about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-03 11:13:55 +0200
committerPeter Simons <simons@cryp.to>2018-10-03 18:00:29 +0200
commit975c77e2d5235b007a4eed064f24a0fcf9673f83 (patch)
treecff99ca1b6c98644bc0d0c3c30a3eef297a0a742 /pkgs/development/haskell-modules
parent53347519649df7e28f81aad6e5bfc804c0be88bc (diff)
downloadnixlib-975c77e2d5235b007a4eed064f24a0fcf9673f83.tar
nixlib-975c77e2d5235b007a4eed064f24a0fcf9673f83.tar.gz
nixlib-975c77e2d5235b007a4eed064f24a0fcf9673f83.tar.bz2
nixlib-975c77e2d5235b007a4eed064f24a0fcf9673f83.tar.lz
nixlib-975c77e2d5235b007a4eed064f24a0fcf9673f83.tar.xz
nixlib-975c77e2d5235b007a4eed064f24a0fcf9673f83.tar.zst
nixlib-975c77e2d5235b007a4eed064f24a0fcf9673f83.zip
haskell-free and base-orphans: use latest versions to fix build with ghc-8.6.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index 402eccac639c..588f76eca067 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -45,8 +45,10 @@ self: super: {
   hoopl = self.hoopl_3_10_2_2;
 
   # LTS-12.x versions do not compile.
+  base-orphans = self.base-orphans_0_8;
   contravariant = self.contravariant_1_5;
   control-monad-free = markBrokenVersion "0.6.1" super.control-monad-free;
+  free = self.free_5_1;
   Glob = self.Glob_0_9_3;
   haddock-library = markBroken super.haddock-library;
   hslogger = self.hslogger_1_2_12;