agentm / project-m36

Project: M36 Relational Algebra Engine
The Unlicense
876 stars 47 forks source link

Added support for GHC 8.6 #249

Closed ilyakooo0 closed 4 years ago

ilyakooo0 commented 4 years ago

closes #230

Added support for GHC 8.6

While at it I also bumped GHC 8.4.3 to 8.4.4 and added macOS to all Travis builds

NOTE: GHC 8.4 fails on Mac for some reason I haven't gone into yet (but it also fails in the current master branch so at least this isn't a regression) (this seems like some linker issue)

ilyakooo0 commented 4 years ago

We might want to drop AppVeyor for GHC 8.4 since it's a known issue and won't be useful to get failed CI every time.

agentm commented 4 years ago

Thanks for the patch! I made some small changes to enables stock cabal builds.

I still think it's important to dump the poorly-maintained distributed-process package, so I'm open to suggestions for replacement.