summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorJorge Acereda <jacereda@gmail.com>2019-02-21 10:06:42 +0100
committerJorge Acereda <jacereda@gmail.com>2019-02-21 10:06:42 +0100
commit5aa3f23a9865352cae50d2efbf20131439f99434 (patch)
treeecc231aafb9a3f9af3eebdff3a83fe9af15db87f /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent6959c375a5ba0092a0d76af5f1d6b263d85f240a (diff)
downloadnixpkgs-5aa3f23a9865352cae50d2efbf20131439f99434.tar
nixpkgs-5aa3f23a9865352cae50d2efbf20131439f99434.tar.gz
nixpkgs-5aa3f23a9865352cae50d2efbf20131439f99434.tar.bz2
nixpkgs-5aa3f23a9865352cae50d2efbf20131439f99434.tar.lz
nixpkgs-5aa3f23a9865352cae50d2efbf20131439f99434.tar.xz
nixpkgs-5aa3f23a9865352cae50d2efbf20131439f99434.tar.zst
nixpkgs-5aa3f23a9865352cae50d2efbf20131439f99434.zip
psqueues: run test suite on ghc-8.6
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index abfbe69568a..febc14f5f90 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -54,7 +54,6 @@ self: super: {
   hpc-coveralls = doJailbreak super.hpc-coveralls; # https://github.com/guillaume-nargeot/hpc-coveralls/issues/82
   http-api-data = doJailbreak super.http-api-data;
   persistent-sqlite = dontCheck super.persistent-sqlite;
-  psqueues = dontCheck super.psqueues;    # won't cope with QuickCheck 2.12.x
   system-fileio = dontCheck super.system-fileio;  # avoid dependency on broken "patience"
   unicode-transforms = dontCheck super.unicode-transforms;
   wl-pprint-extras = doJailbreak super.wl-pprint-extras; # containers >=0.4 && <0.6 is too tight; https://github.com/ekmett/wl-pprint-extras/issues/17