exercism/haskell/hello-world/package.yaml
2021-09-08 17:47:47 -04:00

22 lines
359 B
YAML

name: hello-world
version: 1.1.0.5
dependencies:
- base
library:
exposed-modules: HelloWorld
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:
- hello-world
- hspec