fumieval / free-game

The free game engine
http://hackage.haskell.org/package/free-game
BSD 3-Clause "New" or "Revised" License
64 stars 15 forks source link

Free-4.4 breaks FreeGame/Util.hs #19

Closed cosmo0920 closed 10 years ago

cosmo0920 commented 10 years ago

at master 0a0db8447c3881e2fef8a8514a038c4f8b1e9c97

% cabal install
...
Installed free-4.4
Installed linear-1.4
Installed OpenGL-2.9.1.0
Configuring free-game-1.0...
Building free-game-1.0...
Failed to install free-game-1.0
Last 10 lines of the build log ( ...):

FreeGame/Util.hs:68:9:
    Not in scope: data constructor `Iter'
    Perhaps you meant `IterT' (imported from Control.Monad.Trans.Iter)

FreeGame/Util.hs:74:9: Not in scope: data constructor `Pure'

FreeGame/Util.hs:75:9:
    Not in scope: data constructor `Iter'
    Perhaps you meant `IterT' (imported from Control.Monad.Trans.Iter)
cabal: Error: some packages failed to install:
free-game-1.0 failed during the building phase. The exception was:
ExitFailure 1
fumieval commented 10 years ago

Fixed, and now it requires >4.4.