-
Notifications
You must be signed in to change notification settings - Fork 20
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
use stack to build and test #166
Comments
Oh! It will fix the versions of every library too, so it will fix #149 for free! |
Wait. |
How about: next to the user prelude, we put a default |
...but then we're back to square one: if the user can modify the |
Maybe there's a way to separate the |
The most obvious difficulty is that |
Or |
Okay, so I'm now convinced that this can work. But first things first: let's switch the build system to |
The Travis tests are still failing, but only under some versions of GHC. But why am I even supporting more than one version of GHC?
hawk
is an executable, not a library. So let's use stack to fix a GHC version once and for all, and hopefully fix and simplify the TravisCI tests at the same time.The text was updated successfully, but these errors were encountered: