about 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-05-02 13:55:11 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:45 +0200
commit6ff00acd67a8067eb2bc5b3095afe2a0d11262b9 (patch)
tree3fb810b6cba6daa1ea0b1d6b476bcf19f7352522 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent988ad012f6fe1f2f2626864f015239dc49514d83 (diff)
downloadnixlib-6ff00acd67a8067eb2bc5b3095afe2a0d11262b9.tar
nixlib-6ff00acd67a8067eb2bc5b3095afe2a0d11262b9.tar.gz
nixlib-6ff00acd67a8067eb2bc5b3095afe2a0d11262b9.tar.bz2
nixlib-6ff00acd67a8067eb2bc5b3095afe2a0d11262b9.tar.lz
nixlib-6ff00acd67a8067eb2bc5b3095afe2a0d11262b9.tar.xz
nixlib-6ff00acd67a8067eb2bc5b3095afe2a0d11262b9.tar.zst
nixlib-6ff00acd67a8067eb2bc5b3095afe2a0d11262b9.zip
haskell-wl-pprint-text: drop obsolete override for ghc-8.4.x
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.nix20
1 files changed, 4 insertions, 16 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 e18cd3005864..4ed59fb66622 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -246,20 +246,6 @@ self: super: {
     };
   });
 
-  ## Unmerged.  PR: https://github.com/ivan-m/wl-pprint-text/pull/17
-  wl-pprint-text = overrideCabal super.wl-pprint-text (drv: {
-    ##     Ambiguous occurrence ‘<>’
-    ##     It could refer to either ‘PP.<>’,
-    ##                              imported from ‘Prelude.Compat’ at Text/PrettyPrint/Leijen/Text/Monadic.hs:73:1-36
-    src = pkgs.fetchFromGitHub {
-      owner  = "deepfire";
-      repo   = "wl-pprint-text";
-      rev    = "615b83d1e5be52d1448aa1ab2517b431a617027b";
-      sha256 = "1p67v9s878br0r152h4n37smqhkg78v8zxhf4qm6d035s4rzj76i";
-    };
-  });
-
-
   ## Non-code, configuration-only change
 
   adjunctions = overrideCabal super.adjunctions (drv: {
@@ -456,14 +442,16 @@ self: super: {
 
   # Older versions don't compile.
   brick = self.brick_0_36_3;
+  dhall = self.dhall_1_13_0;
+  dhall_1_13_0 = doJailbreak super.dhall_1_13_0;  # support ansi-terminal 0.8.x
   HaTeX = self.HaTeX_3_19_0_0;
   hpack = self.hpack_0_28_2;
   hspec-smallcheck = self.hspec-smallcheck_0_5_2;
   matrix = self.matrix_0_3_6_1;
   pandoc = self.pandoc_2_2;
   pandoc-types = self.pandoc-types_1_17_4_2;
-  dhall = self.dhall_1_13_0;
-  dhall_1_13_0 = doJailbreak super.dhall_1_13_0;  # support ansi-terminal 0.8.x
+  wl-pprint-text = self.wl-pprint-text_1_1_1_1;
+  base-compat = self.base-compat_0_10_1;
 
   # https://github.com/xmonad/xmonad/issues/155
   xmonad = addBuildDepend (appendPatch super.xmonad (pkgs.fetchpatch