Skip to content

Commit

Permalink
Added missing Hate.Util module to cabal list. Added hpp to the build
Browse files Browse the repository at this point in the history
  • Loading branch information
bananu7 committed Dec 21, 2015
1 parent d0a0cc4 commit 2e5da35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Hate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Hate
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change

version: 0.1.4.2
version: 0.1.4.3
synopsis: A small 2D game framework.
description: A small 2D game framework.
stability: experimental
Expand Down Expand Up @@ -46,6 +46,7 @@ library
Hate.Graphics.Backend.Modern
Hate.Graphics.Backend.Modern.Shaders
Hate.Graphics.Backend.Modern.Types
Hate.Util


hs-source-dirs: .,src
Expand All @@ -55,6 +56,7 @@ library
-- Other library packages from which modules are imported.
build-depends: base >= 4.6 && < 4.9,
GLFW-b >= 1.4 && < 1.4.7,
hpp,
GLUtil >= 0.7,
OpenGL > 2.9.1,
transformers,
Expand Down

0 comments on commit 2e5da35

Please sign in to comment.