Skip to content

Commit

Permalink
put ide info under a conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed Jul 3, 2024
1 parent afc0789 commit 81ae23c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ extra-source-files:
- package.yaml

ghc-options:
- -fwrite-ide-info
- -Weverything
- -Wno-all-missed-specialisations
- -Wno-missed-specialisations
Expand All @@ -38,6 +37,9 @@ when:
ghc-options:
- -Wno-missing-safe-haskell-mode
- -Wno-prepositive-qualified-module
- condition: "impl(ghc >= 8.8)"
ghc-options:
- -fwrite-ide-info

dependencies:
- base < 5
Expand Down

0 comments on commit 81ae23c

Please sign in to comment.