We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad59ee commit c32b769Copy full SHA for c32b769
bytestring.cabal
@@ -185,6 +185,13 @@ library
185
if os(windows) && impl(ghc < 9.3)
186
extra-libraries: gcc
187
188
+ if arch(aarch64)
189
+ -- The libffi in Apple's darwin toolchain doesn't
190
+ -- play nice with -Wundef. Recent GHCs work around this.
191
+ -- See also https://github.com/haskell/bytestring/issues/665
192
+ -- and https://gitlab.haskell.org/ghc/ghc/-/issues/23568
193
+ build-depends: base (>= 4.17.2 && < 4.18) || >= 4.18.1
194
+
195
include-dirs: include
196
install-includes: fpstring.h
197
bytestring-cpp-macros.h
0 commit comments