summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-06-26 21:06:48 +0200
committerPeter Simons <simons@cryp.to>2020-06-26 22:43:46 +0200
commit05530585af932a6798b270c88119df45824b2376 (patch)
tree4ffe18bd67a66fad51a9c9021537f23eea1f246e /pkgs/development/haskell-modules/configuration-common.nix
parent876952da7d261d7f16cc52ceb775e88717af3b1d (diff)
downloadnixpkgs-05530585af932a6798b270c88119df45824b2376.tar
nixpkgs-05530585af932a6798b270c88119df45824b2376.tar.gz
nixpkgs-05530585af932a6798b270c88119df45824b2376.tar.bz2
nixpkgs-05530585af932a6798b270c88119df45824b2376.tar.lz
nixpkgs-05530585af932a6798b270c88119df45824b2376.tar.xz
nixpkgs-05530585af932a6798b270c88119df45824b2376.tar.zst
nixpkgs-05530585af932a6798b270c88119df45824b2376.zip
haskell-policeman: jailbreak with all compilers to fix the overspecified constraint on relude
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index e8413a596d5..5a5edb3dd20 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1474,9 +1474,12 @@ self: super: {
   # 2020-06-24: Tests are broken in hackage distribution.
   # See: https://github.com/kowainik/stan/issues/316
   stan = dontCheck super.stan;
-  
+
   # 2020-06-24: Tests are broken in hackage distribution.
   # See: https://github.com/robstewart57/rdf4h/issues/39
   rdf4h = dontCheck super.rdf4h;
 
+  # https://github.com/kowainik/policeman/issues/57
+  policeman = doJailbreak super.policeman;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super