konn / computational-algebra

General-Purpose Computer Algebra System as an EDSL in Haskell
http://konn.github.io/computational-algebra/
BSD 3-Clause "New" or "Revised" License
92 stars 9 forks source link

GHC 9.0 support #13

Closed sheaf closed 3 years ago

sheaf commented 3 years ago

This adds GHC 9.0 and singletons 3.0 support for:

I'm using cabal and not stack, which is why I added some cabal.project files. I hope that's OK.

konn commented 3 years ago

Thanks a lot! I will test it on my environment to check if it works well with stack.

konn commented 3 years ago

I confirmed that the mentioned packages are all buildable also with stack + GHC 9.0.1. Thanks!