haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5

This commit is contained in:
Peter Simons 2015-11-27 11:15:14 +01:00
parent 7ab53bc51a
commit e15a003ddd
3 changed files with 0 additions and 7 deletions

View File

@ -118,9 +118,6 @@ self: super: {
# Version 1.19.5 fails its test suite.
happy = dontCheck super.happy;
# Test suite fails in "/tokens_bytestring_unicode.g.bin".
alex = dontCheck super.alex;
# Upstream was notified about the over-specified constraint on 'base'
# but refused to do anything about it because he "doesn't want to
# support a moving target". Go figure.

View File

@ -55,8 +55,6 @@ self: super: {
nats = dontHaddock super.nats;
bytestring-builder = dontHaddock super.bytestring-builder;
alex = dontCheck super.alex;
# We have time 1.5
aeson = disableCabalFlag super.aeson "old-locale";

View File

@ -44,8 +44,6 @@ self: super: {
nats = dontHaddock super.nats;
bytestring-builder = dontHaddock super.bytestring-builder;
alex = dontCheck super.alex;
# We have time 1.5
aeson = disableCabalFlag super.aeson "old-locale";