summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/linear-opengl/default.nix
blob: a10489a6006c1995cf15b8896b0397f03d226650 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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;
  };
})