From e15a003ddde6f4bb0bedb1a00e61f3609f1ed479 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Nov 2015 11:15:14 +0100 Subject: [PATCH] haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5 --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 --- pkgs/development/haskell-modules/configuration-ghc-head.nix | 2 -- pkgs/development/haskell-modules/configuration-ghc-nokinds.nix | 2 -- 3 files changed, 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index f9f94c8f57d7..35fd547d3348 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -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. diff --git a/pkgs/development/haskell-modules/configuration-ghc-head.nix b/pkgs/development/haskell-modules/configuration-ghc-head.nix index 55fd891ba2a6..2f1d9b24580a 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-head.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-head.nix @@ -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"; diff --git a/pkgs/development/haskell-modules/configuration-ghc-nokinds.nix b/pkgs/development/haskell-modules/configuration-ghc-nokinds.nix index e62f21f135e8..413984a7bd31 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-nokinds.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-nokinds.nix @@ -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";