exercism/haskell/space-age/package.yaml

22 lines
353 B
YAML
Raw Normal View History

2021-09-10 17:19:51 -04:00
name: space-age
version: 1.2.0.6
dependencies:
- base
library:
exposed-modules: SpaceAge
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:
- space-age
- hspec