First commit
This commit is contained in:
21
package.yaml
Normal file
21
package.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: game-of-life
|
||||
version: 1.0.0.0
|
||||
|
||||
dependencies:
|
||||
- base
|
||||
|
||||
library:
|
||||
exposed-modules: GameOfLife
|
||||
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:
|
||||
- game-of-life
|
||||
- hspec
|
Reference in New Issue
Block a user