mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
ihaskell.cabal: fix build error on macOS
This commit is contained in:
parent
9f197efd21
commit
9d4d581661
@ -127,6 +127,9 @@ executable ihaskell
|
||||
Paths_ihaskell
|
||||
ghc-options: -threaded -rtsopts -Wall
|
||||
|
||||
if os(darwin)
|
||||
ghc-options: -optP-Wno-nonportable-include-path
|
||||
|
||||
if impl (ghc >= 8.4)
|
||||
ghc-options: -Wpartial-fields
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user