ihaskell.cabal: fix build error on macOS

This commit is contained in:
Vaibhav Sagar 2018-10-20 18:43:36 -04:00
parent 9f197efd21
commit 9d4d581661

View File

@ -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