lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

haskell-modules: remove obsolete overrides

-44
-44
pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
··· 175 175 in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3 176 176 self.webkitgtk3-javascriptcore ]; 177 177 178 - # https://github.com/cartazio/arithmoi/issues/1 179 - arithmoi = markBroken super.arithmoi; 180 - NTRU = dontDistribute super.NTRU; 181 - arith-encode = dontDistribute super.arith-encode; 182 - barchart = dontDistribute super.barchart; 183 - constructible = dontDistribute super.constructible; 184 - cyclotomic = dontDistribute super.cyclotomic; 185 - diagrams = dontDistribute super.diagrams; 186 - diagrams-contrib = dontDistribute super.diagrams-contrib; 187 - enumeration = dontDistribute super.enumeration; 188 - ghci-diagrams = dontDistribute super.ghci-diagrams; 189 - ihaskell-diagrams = dontDistribute super.ihaskell-diagrams; 190 - nimber = dontDistribute super.nimber; 191 - pell = dontDistribute super.pell; 192 - quadratic-irrational = dontDistribute super.quadratic-irrational; 193 - 194 178 # https://github.com/lymar/hastache/issues/47 195 179 hastache = dontCheck super.hastache; 196 180 ··· 209 193 # https://github.com/HugoDaniel/RFC3339/issues/14 210 194 timerep = dontCheck super.timerep; 211 195 212 - # Upstream has no issue tracker. 213 - llvm-base-types = markBroken super.llvm-base-types; 214 - llvm-analysis = dontDistribute super.llvm-analysis; 215 - llvm-data-interop = dontDistribute super.llvm-data-interop; 216 - llvm-tools = dontDistribute super.llvm-tools; 217 - 218 - # Upstream has no issue tracker. 219 - MaybeT = markBroken super.MaybeT; 220 - grammar-combinators = dontDistribute super.grammar-combinators; 221 - 222 196 # Required to fix version 0.91.0.0. 223 197 wx = dontHaddock (appendConfigureFlag super.wx "--ghc-option=-XFlexibleContexts"); 224 - 225 - # Upstream has no issue tracker. 226 - Graphalyze = markBroken super.Graphalyze; 227 - gbu = dontDistribute super.gbu; 228 - SourceGraph = dontDistribute super.SourceGraph; 229 - 230 - # Upstream has no issue tracker. 231 - markBroken = super.protocol-buffers; 232 - caffegraph = dontDistribute super.caffegraph; 233 - 234 - # Deprecated: https://github.com/mikeizbicki/ConstraintKinds/issues/8 235 - ConstraintKinds = markBroken super.ConstraintKinds; 236 - HLearn-approximation = dontDistribute super.HLearn-approximation; 237 - HLearn-distributions = dontDistribute super.HLearn-distributions; 238 - HLearn-classification = dontDistribute super.HLearn-classification; 239 - 240 - # Doesn't work with LLVM 3.5. 241 - llvm-general = markBroken super.llvm-general; 242 198 243 199 # Inexplicable haddock failure 244 200 # https://github.com/gregwebs/aeson-applicative/issues/2