Skip to content

Commit

Permalink
Fix build on macos by ignoring path case sensitivity error
Browse files Browse the repository at this point in the history
  • Loading branch information
Koki-Yamaguchi committed Jun 26, 2021
1 parent a971a6c commit 722556e
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 722556e

Please sign in to comment.