Skip to content

Commit 5dcf9be

Browse files
Update package.yaml
Unsure about `version`.
1 parent 8007f05 commit 5dcf9be

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: square-root
2+
version: 2.3.0.10
3+
4+
dependencies:
5+
- base
6+
7+
library:
8+
exposed-modules: SquareRoot
9+
source-dirs: src
10+
ghc-options: -Wall
11+
# dependencies:
12+
# - foo # List here the packages you
13+
# - bar # want to use in your solution.
14+
15+
tests:
16+
test:
17+
main: Tests.hs
18+
source-dirs: test
19+
dependencies:
20+
- square-root
21+
- hspec

0 commit comments

Comments
 (0)