Skip to content

Commit

Permalink
CORE-1824: squelch "Paths_reach" warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattaudesse authored and TheChronicMonster committed Jun 16, 2022
1 parent 6b0ca03 commit a438910
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion hs/package.mo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ when:

library:
source-dirs: src
when:
- condition: false
other-modules: Paths_reach
tests:
reach-test:
main: Main.hs
Expand All @@ -156,7 +159,10 @@ tests:
- reach

_std_exe: &std-exe
main: Main.hs
main: Main.hs
when:
- condition: false
other-modules: Paths_reach
ghc-options:
- -threaded
- -rtsopts
Expand All @@ -171,6 +177,9 @@ executables:
reach:
main: Main.hs
source-dirs: app/reach
when:
- condition: false
other-modules: Paths_reach
ghc-options:
- -threaded
- -rtsopts
Expand Down

0 comments on commit a438910

Please sign in to comment.