This commit is contained in:
nek0 2018-07-04 00:40:23 +02:00
parent bfb86d1a30
commit 34ebc859a3
2 changed files with 2 additions and 1 deletions

View file

@ -75,7 +75,7 @@ executable haskelloids
, random
, linear
, stm
, nanovg
, nanovg >= 0.6
-- Directories containing source files.
hs-source-dirs: src

View file

@ -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";