summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorSiva Mahadevan <me@svmhdvn.name>2020-06-24 15:43:54 -0400
committerSiva Mahadevan <me@svmhdvn.name>2020-06-25 13:04:26 -0400
commit5018491e059bae7367263915528a05587b442c15 (patch)
treed5b3696f34565dcbe5f78c01a13fcc7154a9545a /pkgs/development/haskell-modules/configuration-common.nix
parent913724e47ca73642dd0b62d31f53612fbe45aa31 (diff)
downloadnixpkgs-5018491e059bae7367263915528a05587b442c15.tar
nixpkgs-5018491e059bae7367263915528a05587b442c15.tar.gz
nixpkgs-5018491e059bae7367263915528a05587b442c15.tar.bz2
nixpkgs-5018491e059bae7367263915528a05587b442c15.tar.lz
nixpkgs-5018491e059bae7367263915528a05587b442c15.tar.xz
nixpkgs-5018491e059bae7367263915528a05587b442c15.tar.zst
nixpkgs-5018491e059bae7367263915528a05587b442c15.zip
haskellPackages: remove obsolete overrides
esqueleto: -dontHaddock
blank-canvas: -dontCheck
tdigest: -doJailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 809e1076eff..bda8caee2ee 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1063,10 +1063,6 @@ self: super: {
     sha256 = "056rk58v9h114mjx62f41x971xn9p3nhsazcf9zrcyxh1ymrdm8j";
   });
 
-  # Tests require a browser: https://github.com/ku-fpg/blank-canvas/issues/73
-  blank-canvas = dontCheck super.blank-canvas;
-  blank-canvas_0_6_2 = dontCheck super.blank-canvas_0_6_2;
-
   # needed because of testing-feat >=0.4.0.2 && <1.1
   language-ecmascript = doJailbreak super.language-ecmascript;
 
@@ -1108,7 +1104,7 @@ self: super: {
   # https://github.com/danfran/cabal-macosx/issues/13
   cabal-macosx = dontCheck super.cabal-macosx;
 
-  # https://github.com/DanielG/cabal-helper/issues/59
+  # https://github.com/DanielG/cabal-helper/pull/123
   cabal-helper = doJailbreak super.cabal-helper;
 
   # TODO(Profpatsch): factor out local nix store setup from
@@ -1128,9 +1124,6 @@ self: super: {
   # https://github.com/mgajda/json-autotype/issues/25
   json-autotype = dontCheck super.json-autotype;
 
-  # Jailbreak tasty < 1.2: https://github.com/phadej/tdigest/issues/30
-  tdigest = doJailbreak super.tdigest; # until tdigest > 0.2.1
-
   # Requires pg_ctl command during tests
   beam-postgres = overrideCabal super.beam-postgres (drv: {
     testToolDepends = (drv.testToolDepends or []) ++ [pkgs.postgresql];
@@ -1161,8 +1154,7 @@ self: super: {
   xattr = appendPatch super.xattr ./patches/xattr-fix-build.patch;
 
   # Some tests depend on a postgresql instance
-  # Haddock failure: https://github.com/haskell/haddock/issues/979
-  esqueleto = dontHaddock (dontCheck super.esqueleto);
+  esqueleto = dontCheck super.esqueleto;
 
   # Requires API keys to run tests
   algolia = dontCheck super.algolia;