add package
This commit is contained in:
parent
a66e67ee69
commit
a49afbdee8
2 changed files with 3 additions and 2 deletions
1
extern/affection/affection.cabal
vendored
1
extern/affection/affection.cabal
vendored
|
@ -113,6 +113,7 @@ library
|
|||
, glib
|
||||
, bytestring
|
||||
, OpenGL
|
||||
, OpenGLRAW
|
||||
, stm
|
||||
, uuid
|
||||
, vector
|
||||
|
|
4
extern/affection/shell.nix
vendored
4
extern/affection/shell.nix
vendored
|
@ -91,7 +91,7 @@ let
|
|||
|
||||
f = { mkDerivation, base, bytestring, clock, containers, deepseq
|
||||
, linear, matrix, monad-loops, monad-parallel, mtl
|
||||
, OpenGL, random, stdenv, stm, text, uuid, vector
|
||||
, OpenGL, OpenGLRaw, random, stdenv, stm, text, uuid, vector
|
||||
}:
|
||||
mkDerivation {
|
||||
pname = "affection";
|
||||
|
@ -102,7 +102,7 @@ let
|
|||
isExecutable = true;
|
||||
libraryHaskellDepends = [
|
||||
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 = [
|
||||
base containers deepseq linear matrix nanovg OpenGL random sdl2 stm
|
||||
|
|
Loading…
Reference in a new issue