Skip to content
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

error while building on ghc 8.4.2 #151

Open
DanielCollins opened this issue May 22, 2018 · 5 comments
Open

error while building on ghc 8.4.2 #151

DanielCollins opened this issue May 22, 2018 · 5 comments

Comments

@DanielCollins
Copy link

https://gist.githubusercontent.com/DanielCollins/7ec09db73295cd4a24aa9a6ab07040b9/raw/e8fa80ade7f359e1fd029ec13de4be68930bb934/gistfile1.txt

works if i switch to 8.2.2.

@jonpetterbergman
Copy link

I have a branch which builds with GHC 8.4.3:

https://github.com/jonpetterbergman/digestive-functors/tree/ghc-8.4.3

The issue is that Semigroup became a superclass of Monoid in base 4.11.0.0.

Data.Semigroup was first included in base 4.9, so I bumped the lower bound on base.

In order to support older versions of base you could use an alternative dependency on the semigroup package for base versions <4.9.

@saurabhnanda
Copy link

Bumped into this issue while upgrading our project to latest stack LTS. Has this branch already been merged into master? Is master stable enough to use directly as a dependency from github?

@jonpetterbergman
Copy link

It has not been merged. There are also two pull requests regarding the same issue.

@saurabhnanda
Copy link

I have raised a PR that builds against Stack LTS 12.1 Please have a look.

@jaspervdj
Copy link
Owner

I merged the PR and will do releases/fixes on monday. Apologies for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants