diff options
author | Ben Gamari <ben@well-typed.com> | 2023-03-13 17:10:02 +0000 |
---|---|---|
committer | Ben Gamari <ben@well-typed.com> | 2023-03-13 17:10:02 +0000 |
commit | adb2f3c730c74aacc232945fb9d95bb6ed3b16ae (patch) | |
tree | c9baf39a67b9deac3befe03df70828d1aa23dcc3 | |
parent | 559a480427a841b5189f2e6a84a38b02a7c2b8a1 (diff) | |
download | haskell-wip/ghc-bignum-redundancy.tar.gz |
ghc-bignum: Drop redundant include-dirs fieldwip/ghc-bignum-redundancy
-rw-r--r-- | libraries/ghc-bignum/ghc-bignum.cabal | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libraries/ghc-bignum/ghc-bignum.cabal b/libraries/ghc-bignum/ghc-bignum.cabal index 002e77abeb..45bb2b904d 100644 --- a/libraries/ghc-bignum/ghc-bignum.cabal +++ b/libraries/ghc-bignum/ghc-bignum.cabal @@ -89,8 +89,6 @@ library -- "ghc-bignum" and not "ghc-bignum-1.0". ghc-options: -this-unit-id ghc-bignum - include-dirs: include - if flag(gmp) cpp-options: -DBIGNUM_GMP other-modules: |