add package
This commit is contained in:
parent
3332370012
commit
ef1ba1f988
2 changed files with 3 additions and 2 deletions
|
@ -113,6 +113,7 @@ library
|
||||||
, glib
|
, glib
|
||||||
, bytestring
|
, bytestring
|
||||||
, OpenGL
|
, OpenGL
|
||||||
|
, OpenGLRAW
|
||||||
, stm
|
, stm
|
||||||
, uuid
|
, uuid
|
||||||
, vector
|
, vector
|
||||||
|
|
|
@ -91,7 +91,7 @@ let
|
||||||
|
|
||||||
f = { mkDerivation, base, bytestring, clock, containers, deepseq
|
f = { mkDerivation, base, bytestring, clock, containers, deepseq
|
||||||
, linear, matrix, monad-loops, monad-parallel, mtl
|
, linear, matrix, monad-loops, monad-parallel, mtl
|
||||||
, OpenGL, random, stdenv, stm, text, uuid, vector
|
, OpenGL, OpenGLRaw, random, stdenv, stm, text, uuid, vector
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "affection";
|
pname = "affection";
|
||||||
|
@ -102,7 +102,7 @@ let
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
base bytestring clock containers glib linear monad-loops
|
base bytestring clock containers glib linear monad-loops
|
||||||
monad-parallel mtl OpenGL sdl2 stm text uuid vector
|
monad-parallel mtl OpenGL OpenGLRaw sdl2 stm text uuid vector
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
base containers deepseq linear matrix nanovg OpenGL random sdl2 stm
|
base containers deepseq linear matrix nanovg OpenGL random sdl2 stm
|
||||||
|
|
Loading…
Reference in a new issue