summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-29 10:56:02 +0200
committerPeter Simons <simons@cryp.to>2018-03-29 20:46:31 +0200
commitc9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7 (patch)
tree685651e12ce957b4df7f64aee708f3ff9e06055f /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent0e829244740ac4761adc887b7463301856503ff0 (diff)
downloadnixlib-c9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7.tar
nixlib-c9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7.tar.gz
nixlib-c9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7.tar.bz2
nixlib-c9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7.tar.lz
nixlib-c9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7.tar.xz
nixlib-c9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7.tar.zst
nixlib-c9f7afa05b5f75f7a8b12429d094c3c1a0cac3c7.zip
haskell-data-inttrie: update override for ghc 8.4.1
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 11de28354223..3cc64af2c4bc 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -620,14 +620,12 @@ self: super: {
     jailbreak       = true;
   });
 
-  # Fix missing semigroup instance.
-  data-inttrie = appendPatch super.data-inttrie (pkgs.fetchpatch
-    { url = https://github.com/luqui/data-inttrie/pull/5.patch;
-      sha256 = "1wwdzrbsjqb7ih4nl28sq5bbj125mxf93a74yh4viv5gmxwj606a";
-    });
+  # https://github.com/luqui/data-inttrie/pull/5#issuecomment-377169026
+  data-inttrie_0_1_3 = doJailbreak super.data-inttrie_0_1_3;
 
   # Older versions don't compile.
   brick = self.brick_0_35_1;
+  data-inttrie = self.data-inttrie_0_1_3;
   HaTeX = self.HaTeX_3_19_0_0;
   matrix = self.matrix_0_3_6_1;
   pandoc = self.pandoc_2_1_3;