Skip to content

Commit

Permalink
Merge pull request #28 from Koki-Yamaguchi/fix-build-on-macos
Browse files Browse the repository at this point in the history
Fix build on macos by ignoring path case sensitivity error
  • Loading branch information
kmyk authored Jun 26, 2021
2 parents a971a6c + 722556e commit 18bf6b9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ library:
ghc-options:
- -W
- -Werror
- -optP-Wno-nonportable-include-path

executables:
jikka:
Expand All @@ -50,6 +51,7 @@ executables:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -optP-Wno-nonportable-include-path
dependencies:
- Jikka

Expand All @@ -63,6 +65,7 @@ tests:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -optP-Wno-nonportable-include-path
dependencies:
- Jikka
- ormolu
Expand All @@ -78,6 +81,7 @@ tests:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -optP-Wno-nonportable-include-path
dependencies:
- Jikka
- doctest

0 comments on commit 18bf6b9

Please sign in to comment.