Skip to content

Commit

Permalink
Merge pull request #23252 from ljli/ghc7103-pkgs-fixes
Browse files Browse the repository at this point in the history
haskell ghc710x packages fixes
  • Loading branch information
peti committed Mar 2, 2017
2 parents 4b77d42 + 1a4ec41 commit 027ffb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
Expand Up @@ -42,6 +42,10 @@ self: super: {
# Build jailbreak-cabal with the latest version of Cabal.
jailbreak-cabal = super.jailbreak-cabal.override { Cabal = self.Cabal_1_24_2_0; };

gtk2hs-buildtools = super.gtk2hs-buildtools.override { Cabal = self.Cabal_1_24_2_0; };

megaparsec = addBuildDepend super.megaparsec self.fail;

Extra = appendPatch super.Extra (pkgs.fetchpatch {
url = "https://github.com/seereason/sr-extra/commit/29787ad4c20c962924b823d02a7335da98143603.patch";
sha256 = "193i1xmq6z0jalwmq0mhqk1khz6zz0i1hs6lgfd7ybd6qyaqnf5f";
Expand Down

0 comments on commit 027ffb6

Please sign in to comment.