exercism/haskell/bob/package.yaml
2021-09-13 17:25:15 -04:00

22 lines
337 B
YAML

name: bob
version: 1.4.0.10
dependencies:
- base
library:
exposed-modules: Bob
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:
- bob
- hspec