22 lines
349 B
YAML
22 lines
349 B
YAML
name: pangram
|
|
version: 2.0.0.12
|
|
|
|
dependencies:
|
|
- base
|
|
|
|
library:
|
|
exposed-modules: Pangram
|
|
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:
|
|
- pangram
|
|
- hspec
|