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

doesn't build on 8.2 #4

Closed cartazio closed 6 years ago

cartazio commented 6 years ago

Hello! this lib sadly doesn't seem to build on ghc 8.2 in some cases this may be because of dependencies. If theres any way I or other hackage trustees can help make it happen do let me or other know via the tools / issue tracker over at https://github.com/haskell-infra/hackage-trustees/

many thanks! -Carter

konn commented 6 years ago

Thank you for your report! I'm currently undertaking a process to support GHC 8.2 in my type-level programming packages. Almost all done, but my ghc-typelits-presburger won't behave as expected, and computational-algebra deeply relies on it. So please wait until I fix that package. Thanks again!

konn commented 6 years ago

Now fixed. Thank you @cartazio for reporting!