18 lines
597 B
Nix
18 lines
597 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, distributive, lens, linear, OpenGL, OpenGLRaw, tagged }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "linear-opengl";
|
|
version = "0.2.0.4";
|
|
sha256 = "11pdif2w730jqknajr2si77a0z4v4k5spm5zdks642i25ya135ba";
|
|
buildDepends = [
|
|
distributive lens linear OpenGL OpenGLRaw tagged
|
|
];
|
|
meta = {
|
|
homepage = "http://www.github.com/bgamari/linear-opengl";
|
|
description = "Isomorphisms between linear and OpenGL types";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|