haskell-ng: configure overrides
This commit is contained in:
parent
1bc9c33f78
commit
ce441f4aaf
@ -593,6 +593,15 @@ self: super: {
|
|||||||
# https://github.com/megantti/rtorrent-rpc/issues/1
|
# https://github.com/megantti/rtorrent-rpc/issues/1
|
||||||
rtorrent-rpc = markBroken super.rtorrent-rpc;
|
rtorrent-rpc = markBroken super.rtorrent-rpc;
|
||||||
|
|
||||||
|
# https://github.com/PaulJohnson/geodetics/issues/1
|
||||||
|
geodetics = dontCheck super.geodetics;
|
||||||
|
|
||||||
|
# https://github.com/AndrewRademacher/aeson-casing/issues/1
|
||||||
|
aeson-casing = dontCheck super.aeson-casing;
|
||||||
|
|
||||||
|
# https://github.com/junjihashimoto/test-sandbox-compose/issues/2
|
||||||
|
test-sandbox-compose = dontCheck super.test-sandbox-compose;
|
||||||
|
|
||||||
} // {
|
} // {
|
||||||
|
|
||||||
# Not on Hackage.
|
# Not on Hackage.
|
||||||
|
@ -86,6 +86,8 @@ self: super: {
|
|||||||
highlighter2 = markBroken super.highlighter2;
|
highlighter2 = markBroken super.highlighter2;
|
||||||
hypher = markBroken super.hypher;
|
hypher = markBroken super.hypher;
|
||||||
purescript = markBroken super.purescript;
|
purescript = markBroken super.purescript;
|
||||||
|
xhb-atom-cache = markBroken super.xhb-atom-cache;
|
||||||
|
xhb-ewmh = markBroken super.xhb-ewmh;
|
||||||
yesod-purescript = markBroken super.yesod-purescript;
|
yesod-purescript = markBroken super.yesod-purescript;
|
||||||
yet-another-logger = markBroken super.yet-another-logger;
|
yet-another-logger = markBroken super.yet-another-logger;
|
||||||
|
|
||||||
@ -94,6 +96,7 @@ self: super: {
|
|||||||
|
|
||||||
# https://ghc.haskell.org/trac/ghc/ticket/9625
|
# https://ghc.haskell.org/trac/ghc/ticket/9625
|
||||||
wai-middleware-preprocessor = dontCheck super.wai-middleware-preprocessor;
|
wai-middleware-preprocessor = dontCheck super.wai-middleware-preprocessor;
|
||||||
|
incremental-computing = dontCheck super.incremental-computing;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user