summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-22 19:37:55 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 19:47:24 +0100
commitf898ca1a2eda2d768321256cb90d5dd54ae15565 (patch)
treeb46a800e2c4cf37e98620763059c2b24dfe76c47 /pkgs
parent3c86d744890e1e2416a5e42dfbcbcc77c67bf29e (diff)
downloadnixpkgs-f898ca1a2eda2d768321256cb90d5dd54ae15565.tar
nixpkgs-f898ca1a2eda2d768321256cb90d5dd54ae15565.tar.gz
nixpkgs-f898ca1a2eda2d768321256cb90d5dd54ae15565.tar.bz2
nixpkgs-f898ca1a2eda2d768321256cb90d5dd54ae15565.tar.lz
nixpkgs-f898ca1a2eda2d768321256cb90d5dd54ae15565.tar.xz
nixpkgs-f898ca1a2eda2d768321256cb90d5dd54ae15565.tar.zst
nixpkgs-f898ca1a2eda2d768321256cb90d5dd54ae15565.zip
haskell-ng: clean up some obsolete overrides
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 27d4a6693b6..df4cdc3358f 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -492,31 +492,18 @@ self: super: {
   # https://github.com/anton-k/temporal-csound/issues/2
   temporal-csound = markBrokenVersion "0.4.1" super.temporal-csound;
 
-  # https://github.com/gregwebs/haskell-heroku/issues/9
-  heroku = dontCheck super.heroku;
-
   # https://github.com/seanparsons/wiring/issues/1
   wiring = markBrokenVersion super.wiring;
 
-  # https://github.com/gibiansky/IHaskell/issues/355
-  ihaskell-parsec = markBroken super.ihaskell-parsec;
-
   # https://github.com/jwiegley/simple-conduit/issues/2
   simple-conduit = markBroken super.simple-conduit;
 
-  # https://github.com/evanrinehart/lowgl/issues/1
-  lowgl = markBroken super.lowgl;
-
   # https://github.com/srijs/hwsl2/issues/1
   hwsl2 = markBroken super.hwsl2;
 
   # https://code.google.com/p/linux-music-player/issues/detail?id=1
   mp = markBroken super.mp;
 
-  # https://github.com/athanclark/lucid-foundation/issues/1
-  lucid-foundation = markBroken super.lucid-foundation;
-  digestive-foundation-lucid = markBroken super.digestive-foundation-lucid;
-
   # Depends on broken lmdb package.
   vcache = markBroken super.vcache;