Skip to content

Commit

Permalink
Silence warning via cargo cult
Browse files Browse the repository at this point in the history
  • Loading branch information
grancalavera committed Feb 17, 2018
1 parent fe099d1 commit 3d5a559
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions labyrinth.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--
-- see: https://github.com/sol/hpack
--
-- hash: f7e4509a6d55c7876b47b6f88b73902c6e559134ef4faa63d0c8809c24cb9a27
-- hash: 6a7e6b9a06eea72e8b001f181038c3591f67fc2c6f3c07724b167f80d907c306

name: labyrinth
version: 0.1.0.0
Expand Down Expand Up @@ -56,7 +56,7 @@ executable labyrinth
main-is: Main.hs
hs-source-dirs:
src
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -optP-Wno-nonportable-include-path
build-depends:
base
, labyrinth
Expand Down
1 change: 1 addition & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ executables:
- -threaded
- -rtsopts
- -with-rtsopts=-N
- -optP-Wno-nonportable-include-path
dependencies:
- base
- labyrinth
Expand Down

0 comments on commit 3d5a559

Please sign in to comment.