✅ haskell: bob
This commit is contained in:
17
haskell/bob/examples/success-standard/package.yaml
Normal file
17
haskell/bob/examples/success-standard/package.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
name: bob
|
||||
|
||||
dependencies:
|
||||
- base
|
||||
- safe
|
||||
|
||||
library:
|
||||
exposed-modules: Bob
|
||||
source-dirs: src
|
||||
|
||||
tests:
|
||||
test:
|
||||
main: Tests.hs
|
||||
source-dirs: test
|
||||
dependencies:
|
||||
- bob
|
||||
- hspec
|
Reference in New Issue
Block a user