about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-11-27 11:15:14 +0100
committerPeter Simons <simons@cryp.to>2015-11-29 15:30:31 +0100
commite15a003ddde6f4bb0bedb1a00e61f3609f1ed479 (patch)
tree1dd1825bc6da02e0a75edb1ea0a57bac8e8a7ee1 /pkgs
parent7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e (diff)
downloadnixlib-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar
nixlib-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.gz
nixlib-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.bz2
nixlib-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.lz
nixlib-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.xz
nixlib-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.zst
nixlib-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.zip
haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-head.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-nokinds.nix2
3 files changed, 0 insertions, 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";