summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 11:10:09 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commit147c88256e6861fd15b322325c1d2e2c23c6174d (patch)
treeb0bf8b084439e9e76dfc4f4eb43ecfb4b40c2f05
parent156e0b07887baf9ecd26921300dc73cebfc08d5a (diff)
downloadnixlib-147c88256e6861fd15b322325c1d2e2c23c6174d.tar
nixlib-147c88256e6861fd15b322325c1d2e2c23c6174d.tar.gz
nixlib-147c88256e6861fd15b322325c1d2e2c23c6174d.tar.bz2
nixlib-147c88256e6861fd15b322325c1d2e2c23c6174d.tar.lz
nixlib-147c88256e6861fd15b322325c1d2e2c23c6174d.tar.xz
nixlib-147c88256e6861fd15b322325c1d2e2c23c6174d.tar.zst
nixlib-147c88256e6861fd15b322325c1d2e2c23c6174d.zip
haskell-config-ini: jailbreak to fix build with ghc-8.6.1
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 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 36f5534dc2aa..024d7ff3fffa 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -46,6 +46,7 @@ self: super: {
 
   # LTS-12.x versions do not compile.
   base-orphans = self.base-orphans_0_8;
+  config-ini = doJailbreak super.config-ini;   # https://github.com/aisamanra/config-ini/issues/18
   contravariant = self.contravariant_1_5;
   free = self.free_5_1;
   haddock-library = dontCheck super.haddock-library_1_7_0;