about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorVaibhav Sagar <vaibhav.sagar@obsidian.systems>2019-08-29 17:42:46 -0400
committerPeter Simons <simons@cryp.to>2019-09-03 09:23:28 +0200
commit5641a8da281baa02b2556d6138c9edf8e1d05a0f (patch)
tree15bfdb1cd6bf5946b25b30054fb87675c01e10f1 /pkgs/development/haskell-modules
parent5e91bfa80acea3dabca7034f8a517044965b6270 (diff)
downloadnixlib-5641a8da281baa02b2556d6138c9edf8e1d05a0f.tar
nixlib-5641a8da281baa02b2556d6138c9edf8e1d05a0f.tar.gz
nixlib-5641a8da281baa02b2556d6138c9edf8e1d05a0f.tar.bz2
nixlib-5641a8da281baa02b2556d6138c9edf8e1d05a0f.tar.lz
nixlib-5641a8da281baa02b2556d6138c9edf8e1d05a0f.tar.xz
nixlib-5641a8da281baa02b2556d6138c9edf8e1d05a0f.tar.zst
nixlib-5641a8da281baa02b2556d6138c9edf8e1d05a0f.zip
haskell.packages.ghc881.yaml: fix build
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index 23390518b680..241cc49a145d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -159,4 +159,5 @@ self: super: {
       cp -v ${pkgs.fetchurl {url = "https://raw.githubusercontent.com/hvr/head.hackage/master/patches/memory-0.14.18.cabal"; sha256 = "1325wny0irnq51rz0f4xgkvm01p6n4z5jid2jgpkhjac8a2sdgwl";}} memory.cabal
     '';
   });
+  yaml = self.yaml_0_11_1_2;
 }