summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-02-21 11:53:05 +0100
committerGitHub <noreply@github.com>2019-02-21 11:53:05 +0100
commit48db7bf9d97d7d72c7c161b4603fe689966693ff (patch)
tree31470cbcf13f41ca3944acb9f5b1d57452db9b16 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent1c6855a0f7b2f471158a46d272f25fabefcc1624 (diff)
parent5aa3f23a9865352cae50d2efbf20131439f99434 (diff)
downloadnixpkgs-48db7bf9d97d7d72c7c161b4603fe689966693ff.tar
nixpkgs-48db7bf9d97d7d72c7c161b4603fe689966693ff.tar.gz
nixpkgs-48db7bf9d97d7d72c7c161b4603fe689966693ff.tar.bz2
nixpkgs-48db7bf9d97d7d72c7c161b4603fe689966693ff.tar.lz
nixpkgs-48db7bf9d97d7d72c7c161b4603fe689966693ff.tar.xz
nixpkgs-48db7bf9d97d7d72c7c161b4603fe689966693ff.tar.zst
nixpkgs-48db7bf9d97d7d72c7c161b4603fe689966693ff.zip
Merge pull request #56138 from jacereda/psqueues-check-86
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 47bf367875c..2d382e90632 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -53,7 +53,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