mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-configuration-common.nix: clean up obsolete overrides
This commit is contained in:
parent
cca1b01b02
commit
9c3a0d6e1e
@ -384,15 +384,9 @@ self: super: {
|
||||
# https://github.com/Philonous/xml-picklers/issues/5
|
||||
xml-picklers = dontCheck super.xml-picklers;
|
||||
|
||||
# https://github.com/blamario/monoid-subclasses/issues/4
|
||||
monoid-subclasses = dontCheck super.monoid-subclasses;
|
||||
|
||||
# https://github.com/joeyadams/haskell-stm-delay/issues/3
|
||||
stm-delay = dontCheck super.stm-delay;
|
||||
|
||||
# https://github.com/JPMoresmau/HGraphStorage/issues/2
|
||||
HGraphStorage = dontHaddock super.HGraphStorage;
|
||||
|
||||
# https://github.com/fumieval/call/issues/3
|
||||
call = markBrokenVersion "0.1.2" super.call;
|
||||
rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial; # depends on call
|
||||
|
Loading…
Reference in New Issue
Block a user