Merge pull request #21938 from acowley/purescript

haskell-packages: fix purescript_0_10_5 deps
This commit is contained in:
Peter Simons 2017-01-16 22:05:49 +01:00 committed by GitHub
commit bb8ded9a78

View file

@ -614,6 +614,11 @@ self: super: {
# /homeless-shelter. Disabled.
purescript = dontCheck super.purescript;
# Requires bower-json >= 1.0.0.1 && < 1.1
purescript_0_10_5 = super.purescript_0_10_5.overrideScope (self: super: {
bower-json = self.bower-json_1_0_0_1;
});
# https://github.com/tych0/xcffib/issues/37
xcffib = dontCheck super.xcffib;