touch
This commit is contained in:
parent
bfb86d1a30
commit
34ebc859a3
2 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,7 @@ executable haskelloids
|
||||||
, random
|
, random
|
||||||
, linear
|
, linear
|
||||||
, stm
|
, stm
|
||||||
, nanovg
|
, nanovg >= 0.6
|
||||||
|
|
||||||
-- Directories containing source files.
|
-- Directories containing source files.
|
||||||
hs-source-dirs: src
|
hs-source-dirs: src
|
||||||
|
|
|
@ -56,6 +56,7 @@ let
|
||||||
];
|
];
|
||||||
librarySystemDepends = [ ];
|
librarySystemDepends = [ ];
|
||||||
libraryToolDepends = [ ];
|
libraryToolDepends = [ ];
|
||||||
|
configureFlags = [ "-fdebug" ];
|
||||||
testHaskellDepends = [ ];
|
testHaskellDepends = [ ];
|
||||||
homepage = "https://github.com/nek0/affection";
|
homepage = "https://github.com/nek0/affection";
|
||||||
description = "A simple Game Engine in Haskell using SDL";
|
description = "A simple Game Engine in Haskell using SDL";
|
||||||
|
|
Loading…
Reference in a new issue