summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorCray Elliott <MP2E@archlinux.us>2015-04-05 00:49:39 -0700
committerCray Elliott <MP2E@archlinux.us>2015-04-05 00:49:39 -0700
commit2f180f6888bdc6a80fc082af70fc118eeacd283a (patch)
treeab9d133f257a49d7b5e871b0a8b27dc576f8b9f1 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parenteb7362a36cf2be72ddcc9845249641d021424a93 (diff)
downloadnixpkgs-2f180f6888bdc6a80fc082af70fc118eeacd283a.tar
nixpkgs-2f180f6888bdc6a80fc082af70fc118eeacd283a.tar.gz
nixpkgs-2f180f6888bdc6a80fc082af70fc118eeacd283a.tar.bz2
nixpkgs-2f180f6888bdc6a80fc082af70fc118eeacd283a.tar.lz
nixpkgs-2f180f6888bdc6a80fc082af70fc118eeacd283a.tar.xz
nixpkgs-2f180f6888bdc6a80fc082af70fc118eeacd283a.tar.zst
nixpkgs-2f180f6888bdc6a80fc082af70fc118eeacd283a.zip
yesod-bin : pull in patch from PR to support GHC 7.10.1
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.nix5
1 files changed, 5 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 14f052b436a..5a844d7269d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -139,6 +139,11 @@ self: super: {
     url = "https://github.com/fpco/conduit-combinators/pull/16.patch";
     sha256 = "0jpwpi3shdn5rms3lcr4srajbhhfp5dbwy7pl23c9kmlil3d9mk3";
   });
+  yesod-bin = overrideCabal (appendPatch super.yesod-bin (pkgs.fetchpatch {
+    url = "https://github.com/yesodweb/yesod/pull/966.patch";
+    sha256 = "0jxhj3ls0xsw81mmiiy3ln1yb910r6p87vkqpaw8xdczly4h98fc";
+  })) (drv: {
+    patchFlags = "-p2";
   });
 
   ghcjs-prim = self.callPackage ({ mkDerivation, fetchgit, primitive }: mkDerivation {