summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-16 19:48:03 +0200
committerPeter Simons <simons@cryp.to>2015-09-19 08:20:52 +0200
commitcf2ab1bf41f447f62537471ebeacc45c733c2272 (patch)
tree2fa6ac715ec5cd5324d996683af585b3e292c00d /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parentca51615d8dfbd20ed9ecfbbca987042466abf9aa (diff)
downloadnixpkgs-cf2ab1bf41f447f62537471ebeacc45c733c2272.tar
nixpkgs-cf2ab1bf41f447f62537471ebeacc45c733c2272.tar.gz
nixpkgs-cf2ab1bf41f447f62537471ebeacc45c733c2272.tar.bz2
nixpkgs-cf2ab1bf41f447f62537471ebeacc45c733c2272.tar.lz
nixpkgs-cf2ab1bf41f447f62537471ebeacc45c733c2272.tar.xz
nixpkgs-cf2ab1bf41f447f62537471ebeacc45c733c2272.tar.zst
nixpkgs-cf2ab1bf41f447f62537471ebeacc45c733c2272.zip
haskell-modules: remove obsolete overrides
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix44
1 files changed, 0 insertions, 44 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 05d24c07f94..c685f310393 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -175,22 +175,6 @@ self: super: {
             in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3
                                           self.webkitgtk3-javascriptcore ];
 
-  # https://github.com/cartazio/arithmoi/issues/1
-  arithmoi = markBroken super.arithmoi;
-  NTRU = dontDistribute super.NTRU;
-  arith-encode = dontDistribute super.arith-encode;
-  barchart = dontDistribute super.barchart;
-  constructible = dontDistribute super.constructible;
-  cyclotomic = dontDistribute super.cyclotomic;
-  diagrams = dontDistribute super.diagrams;
-  diagrams-contrib = dontDistribute super.diagrams-contrib;
-  enumeration = dontDistribute super.enumeration;
-  ghci-diagrams = dontDistribute super.ghci-diagrams;
-  ihaskell-diagrams = dontDistribute super.ihaskell-diagrams;
-  nimber = dontDistribute super.nimber;
-  pell = dontDistribute super.pell;
-  quadratic-irrational = dontDistribute super.quadratic-irrational;
-
   # https://github.com/lymar/hastache/issues/47
   hastache = dontCheck super.hastache;
 
@@ -209,37 +193,9 @@ self: super: {
   # https://github.com/HugoDaniel/RFC3339/issues/14
   timerep = dontCheck super.timerep;
 
-  # Upstream has no issue tracker.
-  llvm-base-types = markBroken super.llvm-base-types;
-  llvm-analysis = dontDistribute super.llvm-analysis;
-  llvm-data-interop = dontDistribute super.llvm-data-interop;
-  llvm-tools = dontDistribute super.llvm-tools;
-
-  # Upstream has no issue tracker.
-  MaybeT = markBroken super.MaybeT;
-  grammar-combinators = dontDistribute super.grammar-combinators;
-
   # Required to fix version 0.91.0.0.
   wx = dontHaddock (appendConfigureFlag super.wx "--ghc-option=-XFlexibleContexts");
 
-  # Upstream has no issue tracker.
-  Graphalyze = markBroken super.Graphalyze;
-  gbu = dontDistribute super.gbu;
-  SourceGraph = dontDistribute super.SourceGraph;
-
-  # Upstream has no issue tracker.
-  markBroken = super.protocol-buffers;
-  caffegraph = dontDistribute super.caffegraph;
-
-  # Deprecated: https://github.com/mikeizbicki/ConstraintKinds/issues/8
-  ConstraintKinds = markBroken super.ConstraintKinds;
-  HLearn-approximation = dontDistribute super.HLearn-approximation;
-  HLearn-distributions = dontDistribute super.HLearn-distributions;
-  HLearn-classification = dontDistribute super.HLearn-classification;
-
-  # Doesn't work with LLVM 3.5.
-  llvm-general = markBroken super.llvm-general;
-
   # Inexplicable haddock failure
   # https://github.com/gregwebs/aeson-applicative/issues/2
   aeson-applicative = dontHaddock super.aeson-applicative;