Skip to content

Commit

Permalink
Don't error on non-portable path on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Jan 30, 2023
1 parent dd76a55 commit c3a80d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ maintainer: Trail of Bits <echidna-dev@trailofbits.com>

version: 2.0.5

ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
# https://github.com/haskell/cabal/issues/4739
ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS -optP-Wno-nonportable-include-path

dependencies:
- base
Expand Down

0 comments on commit c3a80d5

Please sign in to comment.