From a49afbdee8744245a44393d0e1ba065ed994b951 Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 15 Oct 2020 19:39:32 +0200 Subject: [PATCH] add package --- extern/affection/affection.cabal | 1 + extern/affection/shell.nix | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/extern/affection/affection.cabal b/extern/affection/affection.cabal index 4a324e3..51d79a4 100644 --- a/extern/affection/affection.cabal +++ b/extern/affection/affection.cabal @@ -113,6 +113,7 @@ library , glib , bytestring , OpenGL + , OpenGLRAW , stm , uuid , vector diff --git a/extern/affection/shell.nix b/extern/affection/shell.nix index 6d4b133..9451c76 100644 --- a/extern/affection/shell.nix +++ b/extern/affection/shell.nix @@ -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