-
Notifications
You must be signed in to change notification settings - Fork 1
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
Set up CI and update cabal file #4
base: master
Are you sure you want to change the base?
Conversation
Declare the package as being tested against the latest GHC 9.4, 9.6 and 9.8
@prolic This PR is now ready for review. :) |
I ran with cabal 3.10.3.0 and had to upgrade to cabal 3.12.1.0 so I can test these code changes, fair enough. When compiling I see this:
Compilation of the library works though. Next I tried the first demo app with this changes, so I updated github.com/prolic/hsqml-demo-notes cabal.project file and put this:
and I see this build error:
@Kleidukos any idea what's wrong? I might be able to look further into this Monday, but maybe you have an idea. |
Good catch regarding I'll investigate the build error as well this week-end! This is a c2hs problem. |
Maybe the build error is related to the warning and solves itself.
…On Sun, Jul 28, 2024, 03:05 Hécate ***@***.***> wrote:
Good catch regarding misplaced-c-opt, I'll fix it.
I'll investigate the build error as well this week-end!
—
Reply to this email directly, view it on GitHub
<#4 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADAJPEU2SAAECJYCL7TTBLZOSJ3LAVCNFSM6AAAAABLRW2XWCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJUGM3DSNRRGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Not really, the cabal warning is for macOS framework paths, the build error is related to c2hs on my linux machine |
I am going to review this again ASAP |
This PR brings the following changes:
TypeOperators
as the code uses the type equality operator (~
)Cabal
libraryBonus commits:
cabal-fmt
Closes #2 #3