summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/GLUtil/default.nix
blob: ce4b41c93e0aa65e7a864c6e37d5aeeb5dcdc649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, cpphs, JuicyPixels, linear, OpenGL, OpenGLRaw
, transformers, vector
}:

cabal.mkDerivation (self: {
  pname = "GLUtil";
  version = "0.8";
  sha256 = "00r9gmwsb9gx6bcc012rhz0z0hj3my8k1i0yjnaw0jmlqswm45h8";
  buildDepends = [
    cpphs JuicyPixels linear OpenGL OpenGLRaw transformers vector
  ];
  buildTools = [ cpphs ];
  meta = {
    description = "Miscellaneous OpenGL utilities";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})