summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-05-02 13:46:23 +0200
committerPeter Simons <simons@cryp.to>2018-05-03 14:50:44 +0200
commitcdca78789946fd441461b852375277ee646c8c68 (patch)
tree910cb982bfa2b0c93229c490d445319ae0dedaff /pkgs
parent451907642178743a2db96a3d0cc802d7cfc1c6d6 (diff)
downloadnixlib-cdca78789946fd441461b852375277ee646c8c68.tar
nixlib-cdca78789946fd441461b852375277ee646c8c68.tar.gz
nixlib-cdca78789946fd441461b852375277ee646c8c68.tar.bz2
nixlib-cdca78789946fd441461b852375277ee646c8c68.tar.lz
nixlib-cdca78789946fd441461b852375277ee646c8c68.tar.xz
nixlib-cdca78789946fd441461b852375277ee646c8c68.tar.zst
nixlib-cdca78789946fd441461b852375277ee646c8c68.zip
haskell-dhall: jailbreak version 1.13.0 to fix the build with ansi-terminal 0.8.x
Ping: @Gabriel439
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix1
1 files changed, 1 insertions, 0 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 0948a70a5c79..b18737d97773 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -476,6 +476,7 @@ self: super: {
   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
 
   # https://github.com/xmonad/xmonad/issues/155
   xmonad = addBuildDepend (appendPatch super.xmonad (pkgs.fetchpatch