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 , 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

View file

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