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
|
||||
, linear
|
||||
, stm
|
||||
, nanovg
|
||||
, nanovg >= 0.6
|
||||
|
||||
-- Directories containing source files.
|
||||
hs-source-dirs: src
|
||||
|
|
|
@ -56,6 +56,7 @@ let
|
|||
];
|
||||
librarySystemDepends = [ ];
|
||||
libraryToolDepends = [ ];
|
||||
configureFlags = [ "-fdebug" ];
|
||||
testHaskellDepends = [ ];
|
||||
homepage = "https://github.com/nek0/affection";
|
||||
description = "A simple Game Engine in Haskell using SDL";
|
||||
|
|
Loading…
Reference in a new issue