You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've wanted to use this library for so long, but could never get it working with Cabal. Now that I know what the problem is, I look forward to being able to build and use it! Thank you for your work maintaining Euterpea!
The text was updated successfully, but these errors were encountered:
ramirez7
added a commit
to ramirez7/Euterpea2
that referenced
this issue
Dec 23, 2019
@donya I have just started reading "The Haskell School Of Music", I am a beginner in Haskell and am hoping to use your book to learn, only to encounter this cabal issue.
After looking at your open issues and PR's I went to make one myself, only to notice that the README says you don't accept PR's and changes will be managed by open issues.
I realise that there might be a reason why this has not been fixed for later versions of cabal that I would not understand due to my noobie view of the Haskell / cabal eco system but could you please advise when this will be fixed or why it can not?
In the meantime, I'm going to work out how to build/install the library from source.
Hi there,
To fix the installation issues with new-style Cabal, you can either:
build-type: Custom
withbuild-type: Simple
inEuterpea.cabal
Euterpea.cabal
:If
Setup.hs
needs any dependencies other thanCabal
andbase
, usebuild-type: Custom
and list the dependencies; otherwise, usebuild-type: Simple
.See #26 (comment).
I've wanted to use this library for so long, but could never get it working with Cabal. Now that I know what the problem is, I look forward to being able to build and use it! Thank you for your work maintaining Euterpea!
The text was updated successfully, but these errors were encountered: