Twinside / Rasterific

A drawing engine in Haskell
BSD 3-Clause "New" or "Revised" License
140 stars 11 forks source link

Support for GHC 7.4.1 #14

Closed Leonidas-from-XIV closed 10 years ago

Leonidas-from-XIV commented 10 years ago

I was trying to use Rasterific/FontyTruity on the Raspberry Pi, but it turns out it requires base/4.6 and GHC 7.4.1 ships with base/4.5. Would it be possible to lower the required version of base, so it could be installed? Thanks.

Twinside commented 10 years ago

Sure, tell me if anything is breaking though.

Leonidas-from-XIV commented 10 years ago

Okay, I'm currently building FontyFruity with base 4.5 to see if it breaks. Will let you know.

Leonidas-from-XIV commented 10 years ago

Can't be installed because vector can't be installed: https://gist.github.com/Leonidas-from-XIV/f838c9f208297ff78ac2 Not much that can't be done except for building a newer GHC I guess.

Twinside commented 10 years ago

That's sad, Vector is so central.