Skip to content

Commit

Permalink
Merge pull request #2062 from tweag/fix-empty-haskell-gi-overloading
Browse files Browse the repository at this point in the history
Add `haskell-gi-overloading` to empty packages blacklist
  • Loading branch information
mergify[bot] authored Nov 30, 2023
2 parents 267933e + 3b022e4 commit 4449f93
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 4449f93

Please sign in to comment.