Remove stub dependencies#423
Remove stub dependencies#423petertseng merged 24 commits intoexercism:masterfrom rbasso:remove-stub-dependencies
Conversation
|
In case you are wondering, I have to delay the review of this until about 6 hours from now. |
|
But I can say this: Some of the commit messages say "unneeed" instead of "unneeded" |
|
the |
Most of them are wrong. I should not commit after 2AM. 😁
Thanks for finding that. 👍 |
|
Checked and things seem to build. Thanks for going through these. Interesting thing I noticed: |
|
I think that name: go-counting
dependencies:
- base
- containers
library:
exposed-modules: Counting
source-dirs: src
dependencies:
# - foo # List here the packages you
# - bar # want to use in your solution.
- array
tests:
test:
main: Tests.hs
source-dirs: test
dependencies:
- go-counting
- hspec
- multiset |
|
Closes a flaw first discovered in #189 (comment) |
Closes #420.