summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-04-17 23:48:09 +0300
committerNikolay Amiantov <ab@fmap.me>2015-04-17 23:51:03 +0300
commit125cce54badccfb587b7448dababf15079a84b57 (patch)
treefb6eb97863f98ca8d5f45491c4f8a3546f5f5f12 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent282dfc8bb3d42d116b9abd6272ac3ceb096e029e (diff)
downloadnixpkgs-125cce54badccfb587b7448dababf15079a84b57.tar
nixpkgs-125cce54badccfb587b7448dababf15079a84b57.tar.gz
nixpkgs-125cce54badccfb587b7448dababf15079a84b57.tar.bz2
nixpkgs-125cce54badccfb587b7448dababf15079a84b57.tar.lz
nixpkgs-125cce54badccfb587b7448dababf15079a84b57.tar.xz
nixpkgs-125cce54badccfb587b7448dababf15079a84b57.tar.zst
nixpkgs-125cce54badccfb587b7448dababf15079a84b57.zip
haskellngPackages.dependent-sum-template: fix for GHC 7.10
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 1ef275d8c26..48529707ce4 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -246,6 +246,10 @@ self: super: {
     url = "https://patch-diff.githubusercontent.com/raw/haskell/ghc-events/pull/8.patch";
     sha256 = "1k881jrvzfvs761jgfhf5nsbmbc33c9333l4s0f5088p46ff2n1l";
   });
+  dependent-sum-template = appendPatch super.dependent-sum-template (pkgs.fetchpatch {
+    url = "https://patch-diff.githubusercontent.com/raw/mokus0/dependent-sum-template/pull/4.patch";
+    sha256 = "1yb1ny4ckl4d3sf4xnvpbsa9rw2dficzgipijs5s3729dnsc3rb0";
+  });
   mueval = appendPatch super.mueval (pkgs.fetchpatch {
     url = "https://patch-diff.githubusercontent.com/raw/gwern/mueval/pull/10.patch";
     sha256 = "1gs8p89d1qsrd1qycbhf6kv4qw0sbb8m6dy106dqkmdzcjzcyq74";