Skip to content

Commit

Permalink
haskellPackages.haskell-src-exts-simple: build against new haskell-sr…
Browse files Browse the repository at this point in the history
…c-exts
  • Loading branch information
abbradar committed Dec 5, 2016
1 parent b6fe399 commit 497e6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ self: super: {
};

# Needs new version.
haskell-src-exts-simple = super.haskell-src-exts-simple.override { haskell-src-exts = self.haskell-src-exts_1_18_2; };
haskell-src-exts-simple = super.haskell-src-exts-simple.override { haskell-src-exts = self.haskell-src-exts_1_19_0; };

# Test suite fails a QuickCheck property.
optparse-applicative_0_13_0_0 = dontCheck super.optparse-applicative_0_13_0_0;
Expand Down

0 comments on commit 497e6d2

Please sign in to comment.