22 lines
337 B
YAML
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
|