diff options
author | Ben Gamari <ben@well-typed.com> | 2023-03-13 17:10:02 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-03-13 21:18:24 -0400 |
commit | ee17001e54c3c6adccc5e3b67b629655c14da43a (patch) | |
tree | 651dc89c9637dd2289ac3c4ef7246da56e65f33a | |
parent | 536d1f90020dfd74c9e4211e128e051317da5bf6 (diff) | |
download | haskell-ee17001e54c3c6adccc5e3b67b629655c14da43a.tar.gz |
ghc-bignum: Drop redundant include-dirs field
-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: |