-
-
Notifications
You must be signed in to change notification settings - Fork 195
Remove stub dependencies #423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.