-
Notifications
You must be signed in to change notification settings - Fork 841
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
Sqlite error on master after fd59ca3 #2824
Comments
mgsloan
added a commit
that referenced
this issue
Dec 10, 2016
Pin persistent-sqlite to 2.6. Fixes #2824
mgsloan
added a commit
that referenced
this issue
Dec 10, 2016
borsboom
pushed a commit
that referenced
this issue
Dec 11, 2016
borsboom
pushed a commit
that referenced
this issue
Dec 11, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Versions of stack after fd59ca3 (found via bisect) give this error when trying to run
stack build
with Docker support turned on:That commits upgrades
persistent
andpersistent-template
to2.6
and2.5.1.6
respectively. Maybe it's a bug in the code generation?Database.Persist.Sqlite
is part ofpersistent-sqlite
.Steps to reproduce
For example:
stack new foo simple
docker: {enable: true}
tostack.yaml
stack build
Expected
Project builds successfully.
Actual
Error message quoted above. Here's the output of
stack build -v
:Stack version
Method of installation
stack build
in a Git checkout.The text was updated successfully, but these errors were encountered: