1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-11 11:55:36 +03:00
snack/tests/ghc-options/package.yaml
2019-01-31 18:59:25 +01:00

10 lines
142 B
YAML

name: snack-extensions-test
ghc-options:
- -XOverloadedStrings
dependencies:
- text
executable:
main: Main.hs
source-dirs: .