liamoc / latex-formulae

Libraries and tools for rendering math to images using real LaTeX, from Haskell, Pandoc and Hakyll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support newer versions of GHC

aligusnet opened this issue · comments

Hello,

do you mind to support newer versions of GHC and latest Haskell LTS?

Right now upper bound of base does not allow it. I would recommend changing the bound for base to base < 5.0. And remove version constraints for other packages. Like I have done here: aligusnet@55026b3

In most cases, it works just fine and allows using the package with newer compiler's versions without pain and hassle :)

I'd rather leave version bounds in for cabal users.