-
Notifications
You must be signed in to change notification settings - Fork 62
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
build fail with ghc-9.0.1 #467
Comments
Wow! Are you using it as a plugin or building liquid-fixpoint separately?
In the latter case can you let us know how you’re building?
…On Thu, Mar 11, 2021 at 5:13 AM Ondřej Súkup ***@***.***> wrote:
[ 242s] [59 of 61] Compiling Language.Fixpoint.Solver ( src/Language/Fixpoint/Solver.hs, dist/build/Language/Fixpoint/Solver.o, dist/build/Language/Fixpoint/Solver.dyn_o )
[ 242s]
[ 242s] src/Language/Fixpoint/Solver.hs:193:31: error:
[ 242s] A pragma is not allowed in this position: {-# SCC "sanitize" #-}
[ 242s] |
[ 242s] 193 | let si1 = either die id $ {-# SCC "sanitize" #-} sanitize cfg $!! si0
[ 242s] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ 242s] error: Bad exit status from /var/tmp/rpm-tmp.7BJJL5 (%build)
[ 242s]
[ 242s]
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://urldefense.com/v3/__https://github.com/ucsd-progsys/liquid-fixpoint/issues/467__;!!Mih3wA!Ss7SjYM5LWqX6-qAFcJiDHg7iYe9LV60sYHTVmfPkCNwTyC-yY9dLWLuXl3rPmm7$>,
or unsubscribe
<https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAMS4OFACE6PTCXF3UVIPELTDC6WHANCNFSM4ZAIFGUA__;!!Mih3wA!Ss7SjYM5LWqX6-qAFcJiDHg7iYe9LV60sYHTVmfPkCNwTyC-yY9dLWLuXhI_I72f$>
.
|
sorry for late reply, develop branch build on my system fine , please release new version on hackage :D |
Since May 9th, there have been two Hackage releases of
So it looks like the fixes have been released and this issue can be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: