hackage-packages.nix: re-generate from Hackage 2015-02-09T15:36:30+0100

This commit is contained in:
Peter Simons
2015-02-09 15:58:47 +01:00
parent 462c145f18
commit a81cfcc475
2 changed files with 203 additions and 118 deletions
@@ -449,12 +449,8 @@ self: super: {
rematch = dontCheck super.rematch; # https://github.com/tcrayford/rematch/issues/5
rematch-text = dontCheck super.rematch-text; # https://github.com/tcrayford/rematch/issues/6
# Missing files in the test suite stanza.
Rasterific = dontCheck super.Rasterific; # https://github.com/Twinside/Rasterific/issues/19
rasterific-svg = dontCheck super.rasterific-svg; # https://github.com/Twinside/rasterific-svg/issues/1
# https://github.com/utdemir/handsy/issues/5
handsy = dontCheck super.handsy;
# https://github.com/Twinside/Rasterific/issues/20
Rasterific = dontCheck super.Rasterific;
# Upstream notified by e-mail.
MonadCompose = markBrokenVersion "0.2.0.0" super.MonadCompose;