mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5
This commit is contained in:
parent
7ab53bc51a
commit
e15a003ddd
3 changed files with 0 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue