Skip to content

Commit

Permalink
Add haskell-gi-overloading to empty packages blacklist
Browse files Browse the repository at this point in the history
Fixes #1752
  • Loading branch information
avdv committed Nov 30, 2023
1 parent 267933e commit 3b022e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion haskell/cabal.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ _CABAL_TOOLS = ["alex", "c2hs", "cpphs", "doctest", "happy"]
_EMPTY_PACKAGES_BLACKLIST = [
"bytestring-builder",
"fail",
"ghc-byteorder",
"haskell-gi-overloading",
"mtl-compat",
"nats",
"ghc-byteorder",
]

def _cabal_tool_flag(tool):
Expand Down

0 comments on commit 3b022e4

Please sign in to comment.