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

Does not compile, missing containers dependency #26

Closed LokiClock closed 10 years ago

LokiClock commented 10 years ago

Compiling with GHC-7.4.2, cabal 1.14.0. Although I checked that containers was part of the .cabal file, I get the error:

Preprocessing library free-game-1.0.4...

FreeGame/Backend/GLFW.hs:29:18:
    Could not find module `Data.Map.Strict'
    It is a member of the hidden package `containers-0.5.3.1'.
    Perhaps you need to add `containers' to the build-depends in your .cabal file.
    It is a member of the hidden package `containers-0.5.5.1'.
    Perhaps you need to add `containers' to the build-depends in your .cabal file.
fumieval commented 10 years ago

Fixed in free-game-1.0.5.