jaspervdj / digestive-functors

A general way to consume input using applicative functors
149 stars 71 forks source link

Make semigroup super classes, have multiple stack files #153

Closed fredefox closed 6 years ago

fredefox commented 6 years ago

Make Semigroup instance for Monoids

Relax version bound on map-syntax and heist

Also adds an entry for a version of map-syntax and heist compatible with lts-12.0

Multiple stack files

Have multiple stack config files. This allows for building the project with different snapshots/ghc versions.

jaspervdj commented 6 years ago

Thanks for the contribution! I fixed this in another way though and I think this can be closed, unless I'm missing something?

fredefox commented 6 years ago

I'll let you know if i can build your patch with my current setup and report back

fredefox commented 6 years ago

Sorry for the delay. Seems to be working fine for me now. Thank you!