haskell-packages: fix purescript_0_10_5 deps

purescript-0.10.5 requires bower-json >= 1.0.0.1 && < 1.1, which is
available as bower-json_1_0_0_1.
This commit is contained in:
Anthony Cowley 2017-01-16 14:53:41 -05:00
parent 339313cf48
commit 15389b51ce

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;