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 23:27:08 +0900
committerGitHub <noreply@github.com>2021-01-09 23:27:08 +0900
commit0127170fed95b6a681cccef9d436cbd1b7da6ea1 (patch)
treeee16a7361fa7bb4bd7672b53df60289c03f68cad /pkgs/development/haskell-modules
parentcd4e0674e2b09183f2abe7aea6f7657df7dc557b (diff)
parent39476955ed9f25219fcd6a3c218ccaa6b730d0b2 (diff)
downloadnixlib-0127170fed95b6a681cccef9d436cbd1b7da6ea1.tar
nixlib-0127170fed95b6a681cccef9d436cbd1b7da6ea1.tar.gz
nixlib-0127170fed95b6a681cccef9d436cbd1b7da6ea1.tar.bz2
nixlib-0127170fed95b6a681cccef9d436cbd1b7da6ea1.tar.lz
nixlib-0127170fed95b6a681cccef9d436cbd1b7da6ea1.tar.xz
nixlib-0127170fed95b6a681cccef9d436cbd1b7da6ea1.tar.zst
nixlib-0127170fed95b6a681cccef9d436cbd1b7da6ea1.zip
Merge pull request #108780 from cideM/unbreak-co-log
co-log, chronos: unmarkBroken by disabling tests for chronos
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.yaml2
2 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index ae67ac00c131..e993536d8ef3 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -954,6 +954,10 @@ self: super: {
   # Work around overspecified constraint on github ==0.18.
   github-backup = doJailbreak super.github-backup;
 
+  # https://github.com/andrewthad/chronos/issues/62
+  # doctests are failing on newer GHC versions
+  chronos = dontCheck super.chronos;
+
   # Test suite depends on cabal-install
   doctest = dontCheck super.doctest;
 
diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
index 7d12d24cade3..34bed6888375 100644
--- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
+++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml
@@ -3957,7 +3957,6 @@ broken-packages:
   - ChristmasTree
   - chromatin
   - chronograph
-  - chronos
   - chronos-bench
   - chu2
   - chunks
@@ -4070,7 +4069,6 @@ broken-packages:
   - cmt
   - cmv
   - cnc-spec-compiler
-  - co-log
   - co-log-polysemy
   - co-log-polysemy-formatting
   - co-log-sys