summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
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/development/haskell-modules/configuration-ghc-7.10.x.nix
parent7ab53bc51a9f387014b513d6d69f00e9e1ee2d3e (diff)
downloadnixpkgs-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar
nixpkgs-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.gz
nixpkgs-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.bz2
nixpkgs-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.lz
nixpkgs-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.xz
nixpkgs-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.tar.zst
nixpkgs-e15a003ddde6f4bb0bedb1a00e61f3609f1ed479.zip
haskell-alex: remove obsolete overrides: the test suite succeeds in version 3.1.5
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 0 insertions, 3 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 f9f94c8f57d..35fd547d334 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.