about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2021-01-09 11:13:31 +0900
committerGitHub <noreply@github.com>2021-01-09 11:13:31 +0900
commit6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720 (patch)
treead7c67a9bc27243483ae70389700e2479b374add /pkgs/development/haskell-modules
parentfcbb15272c97d0ea2ab2ead88e2cf32ab43494b5 (diff)
parent2a9c1eb91e860421297effd0c24f9cb8d71f21b6 (diff)
downloadnixlib-6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720.tar
nixlib-6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720.tar.gz
nixlib-6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720.tar.bz2
nixlib-6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720.tar.lz
nixlib-6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720.tar.xz
nixlib-6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720.tar.zst
nixlib-6e80b3b7ae6c5169c06ebe3ba70fb8d41e90d720.zip
Merge pull request #108788 from expipiplus1/joe-nothunks
haskellPackages.nothunks: jailbreak to fix tests
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
-rw-r--r--pkgs/development/haskell-modules/configuration-hackage2nix.yaml1
2 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 24253c8bec8e..ae67ac00c131 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1570,4 +1570,8 @@ self: super: {
   # https://github.com/jaspervdj/profiteur/issues/33
   profiteur = doJailbreak super.profiteur;
 
+  # Test suite has overly strict bounds on tasty.
+  # https://github.com/input-output-hk/nothunks/issues/9
+  nothunks = doJailbreak super.nothunks;
+
 } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index ab8f1f7e5f27..929163b5bcd1 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -8392,7 +8392,6 @@ broken-packages:
   - NoSlow
   - not-gloss-examples
   - notcpp
-  - nothunks
   - notifications-tray-icon
   - notmuch-haskell
   - notmuch-web