You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
353 B
22 lines
353 B
3 years ago
|
name: space-age
|
||
|
version: 1.2.0.6
|
||
|
|
||
|
dependencies:
|
||
|
- base
|
||
|
|
||
|
library:
|
||
|
exposed-modules: SpaceAge
|
||
|
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:
|
||
|
- space-age
|
||
|
- hspec
|