summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorSiva Mahadevan <me@svmhdvn.name>2020-06-28 14:21:40 -0400
committerSiva Mahadevan <me@svmhdvn.name>2020-06-30 15:49:56 -0400
commit9dcf53102719a3a73d0e42f5176d00144a8e3121 (patch)
tree5e2ef2cf88cd59b51e6162994fce0d9ce589e665 /pkgs/development/haskell-modules
parentbc6776a3b6dae1aad0e018d8a3be7ebd07a463f5 (diff)
downloadnixpkgs-9dcf53102719a3a73d0e42f5176d00144a8e3121.tar
nixpkgs-9dcf53102719a3a73d0e42f5176d00144a8e3121.tar.gz
nixpkgs-9dcf53102719a3a73d0e42f5176d00144a8e3121.tar.bz2
nixpkgs-9dcf53102719a3a73d0e42f5176d00144a8e3121.tar.lz
nixpkgs-9dcf53102719a3a73d0e42f5176d00144a8e3121.tar.xz
nixpkgs-9dcf53102719a3a73d0e42f5176d00144a8e3121.tar.zst
nixpkgs-9dcf53102719a3a73d0e42f5176d00144a8e3121.zip
haskellPackages: remove obsolete overrides
universum: -dontCheck
MissingH: -dontCheck, -doJailbreak
html-entities: -doJailbreak
restless-git: -doJailbreak
blaze-markup: -doJailbreak
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix14
1 files changed, 1 insertions, 13 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index d22eb95ad3b..7d325883c1d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -480,9 +480,6 @@ self: super: {
   # Won't compile with recent versions of QuickCheck.
   inilist = dontCheck super.inilist;
 
-  # Doesn't accept recent versions of 'base' or QuickCheck.
-  MissingH = dontCheck (doJailbreak super.MissingH);
-
   # https://github.com/yaccz/saturnin/issues/3
   Saturnin = dontCheck super.Saturnin;
 
@@ -754,9 +751,6 @@ self: super: {
   digestive-functors-blaze = doJailbreak super.digestive-functors-blaze;
   digestive-functors = doJailbreak super.digestive-functors;
 
-  # missing dependencies: doctest ==0.12.*
-  html-entities = doJailbreak super.html-entities;
-
   # https://github.com/takano-akio/filelock/issues/5
   filelock = dontCheck super.filelock;
 
@@ -776,8 +770,7 @@ self: super: {
   grakn = dontCheck (doJailbreak super.grakn);
 
   # test suite requires git and does a bunch of git operations
-  # doJailbreak because of hardcoded time, seems to be fixed upstream
-  restless-git = dontCheck (doJailbreak super.restless-git);
+  restless-git = dontCheck super.restless-git;
 
   # Depends on broken fluid.
   fluid-idl-http-client = markBroken super.fluid-idl-http-client;
@@ -794,7 +787,6 @@ self: super: {
 
   # Needs QuickCheck <2.10, which we don't have.
   edit-distance = doJailbreak super.edit-distance;
-  blaze-markup = doJailbreak super.blaze-markup;
   blaze-html = doJailbreak super.blaze-html;
   attoparsec = dontCheck super.attoparsec;      # 1 out of 67 tests fails
   int-cast = doJailbreak super.int-cast;
@@ -1119,10 +1111,6 @@ self: super: {
     '';
   });
 
-  # The doctests in universum-1.5.0 are broken.  The doctests in versions of universum after
-  # 1.5.0 should be fixed, so this should be able to be removed.
-  universum = dontCheck super.universum;
-
   # https://github.com/erikd/hjsmin/issues/32
   hjsmin = dontCheck super.hjsmin;