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

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

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