cabal2nix-2.8.2: test/golden-test-cases/GPipe-GLFW.nix.golden
{ mkDerivation, async, base, containers, fetchurl, GLFW-b, GPipe
, stm
}:
mkDerivation {
pname = "GPipe-GLFW";
version = "1.4.1.1";
src = fetchurl {
url = "http://example.org/";
sha256 = "abc";
};
enableSeparateDataOutput = true;
libraryHaskellDepends = [ async base containers GLFW-b GPipe stm ];
homepage = "https://github.com/plredmond/GPipe-GLFW";
description = "GLFW OpenGL context creation for GPipe";
license = stdenv.lib.licenses.mit;
}