16 lines
430 B
Nix
16 lines
430 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "StateVar";
|
|
version = "1.0.1.0";
|
|
sha256 = "02n2sxxkr0ydc77dc3amwp5jrw289d2s2z55rhrmhxxg1c7lp5js";
|
|
meta = {
|
|
homepage = "https://github.com/haskell-opengl/StateVar";
|
|
description = "State variables";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|