1
1
mirror of https://github.com/gelisam/hawk.git synced 2024-12-02 16:38:27 +03:00
hawk/stack.yaml
Jens Petersen 349f373314 requires base-4.13 (ghc-8.8) for MonadFail.fail to work correctly
otherwise tests fail (see #227 for discussion)

Hawk.Args.Option: drop redundant import of Data.Maybe (silence compile warning)

It ought to be possible to support 8.6 with a little more work
if someone is keen for that, but at this point better to support
8.8+ than 8.4-
2021-03-13 16:19:43 +08:00

5 lines
48 B
YAML

resolver: lts-17.5
packages:
- .
extra-deps: []