haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5
This commit is contained in:
parent
7ab53bc51a
commit
e15a003ddd
@ -118,9 +118,6 @@ self: super: {
|
|||||||
# Version 1.19.5 fails its test suite.
|
# Version 1.19.5 fails its test suite.
|
||||||
happy = dontCheck super.happy;
|
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'
|
# Upstream was notified about the over-specified constraint on 'base'
|
||||||
# but refused to do anything about it because he "doesn't want to
|
# but refused to do anything about it because he "doesn't want to
|
||||||
# support a moving target". Go figure.
|
# support a moving target". Go figure.
|
||||||
|
@ -55,8 +55,6 @@ self: super: {
|
|||||||
nats = dontHaddock super.nats;
|
nats = dontHaddock super.nats;
|
||||||
bytestring-builder = dontHaddock super.bytestring-builder;
|
bytestring-builder = dontHaddock super.bytestring-builder;
|
||||||
|
|
||||||
alex = dontCheck super.alex;
|
|
||||||
|
|
||||||
# We have time 1.5
|
# We have time 1.5
|
||||||
aeson = disableCabalFlag super.aeson "old-locale";
|
aeson = disableCabalFlag super.aeson "old-locale";
|
||||||
|
|
||||||
|
@ -44,8 +44,6 @@ self: super: {
|
|||||||
nats = dontHaddock super.nats;
|
nats = dontHaddock super.nats;
|
||||||
bytestring-builder = dontHaddock super.bytestring-builder;
|
bytestring-builder = dontHaddock super.bytestring-builder;
|
||||||
|
|
||||||
alex = dontCheck super.alex;
|
|
||||||
|
|
||||||
# We have time 1.5
|
# We have time 1.5
|
||||||
aeson = disableCabalFlag super.aeson "old-locale";
|
aeson = disableCabalFlag super.aeson "old-locale";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user