Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwotton/associative
https://github.com/mwotton/associative
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwotton/associative
- Owner: mwotton
- License: bsd-3-clause
- Created: 2018-05-02T01:23:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T01:24:06.000Z (over 6 years ago)
- Last Synced: 2024-10-27T18:28:32.157Z (3 months ago)
- Language: Haskell
- Size: 3.91 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Associative
I'm not sure how this project is differing from [Half](https://github.com/BebeSparkelSparkel/Half).
Half runs while Associative does not
Error I'm getting with `stack test`
```shell
williamrusnack@MacBook-Air-2 ~/D/h/h/c/Associative> stack testError: While constructing the build plan, the following exceptions were encountered:
In the dependencies for Associative-0.1.0.0:
Lib must match -any, but the stack configuration has no specified version
needed since Associative is a build target.Some potential ways to resolve this:
* Set 'allow-newer: true' to ignore all version constraints and build anyway.
* You may also want to try using the 'stack solver' command.
Plan construction failed.
```I'm getting the feeling it has something to do with how I initialize the project with stack.