exercism/haskell/leap/package.yaml

22 lines
344 B
YAML
Raw Normal View History

2021-09-09 10:59:03 -04:00
name: leap
version: 1.6.0.10
dependencies:
- base
library:
exposed-modules: LeapYear
source-dirs: src
ghc-options: -Wall
# dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
tests:
test:
main: Tests.hs
source-dirs: test
dependencies:
- leap
- hspec