z0w0 / helm

A functionally reactive game engine, with headgear to protect you from the headache of game development provided.
http://helm-engine.org/
MIT License
600 stars 69 forks source link

update cairo/pango 0.13, sdl 1.3 #91

Closed clrnd closed 8 years ago

clrnd commented 9 years ago

Couldn't build because of some cairo/pango/glib 0.12 combined with cabal issue http://lpaste.net/129986 Update cairo and pango to 0.13 along with sdl2 to 1.3 Seems to be related to #90 #87 too.

clrnd commented 9 years ago

Build fails[0] because of a text issue[1], I'll need to modify the travis configuration for this since text now needs the integer-simple flag disabled and it can only be done with cabal-install.

[0] https://travis-ci.org/switchface/helm/builds/56784631 [1] https://github.com/bos/text/pull/96

clrnd commented 9 years ago

Okay it works but with GHC 7.8, my knowledge doesn't get as far as supporting multiple versions, do as you like.

kasbah commented 9 years ago

Thanks for taking another look. I think we need to figure out the constraints we need to add to get a reliable build for GHC 7.6 - 7.10.

z0w0 commented 8 years ago

Shouldn't be an issue anymore as far as I know. Please open an issue if it's still happening.