diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | Spear/Game.hs | 1 |
2 files changed, 2 insertions, 1 deletions
| @@ -12,7 +12,7 @@ Installation (Ubuntu) | |||
| 12 | Install dependencies, then build with cabal: | 12 | Install dependencies, then build with cabal: |
| 13 | 13 | ||
| 14 | ``` | 14 | ``` |
| 15 | $ sudo apt install libxxf86vm-dev libglfw3-dev libopenal-dev libopenalut-dev | 15 | $ sudo apt install libxxf86vm-dev libxinerama-dev libglfw3-dev libglu1-mesa-dev libopenal-dev libalut-dev |
| 16 | $ cabal build | 16 | $ cabal build |
| 17 | ``` | 17 | ``` |
| 18 | 18 | ||
diff --git a/Spear/Game.hs b/Spear/Game.hs index ae986c8..fddefef 100644 --- a/Spear/Game.hs +++ b/Spear/Game.hs | |||
| @@ -32,6 +32,7 @@ module Spear.Game | |||
| 32 | ) | 32 | ) |
| 33 | where | 33 | where |
| 34 | 34 | ||
| 35 | import Data.Functor (void) | ||
| 35 | import Control.Monad.Catch | 36 | import Control.Monad.Catch |
| 36 | import Control.Monad.State.Strict | 37 | import Control.Monad.State.Strict |
| 37 | import Control.Monad.Trans.Class (lift) | 38 | import Control.Monad.Trans.Class (lift) |
