2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-16 14:05:41 +00:00
|
|
|
{ cabal }:
|
2011-08-07 22:59:42 +01:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-08-07 22:59:42 +01:00
|
|
|
pname = "StateVar";
|
2014-10-26 15:43:25 +00:00
|
|
|
version = "1.0.1.0";
|
|
|
|
sha256 = "02n2sxxkr0ydc77dc3amwp5jrw289d2s2z55rhrmhxxg1c7lp5js";
|
2011-08-07 22:59:42 +01:00
|
|
|
meta = {
|
2014-10-26 15:43:25 +00:00
|
|
|
homepage = "https://github.com/haskell-opengl/StateVar";
|
2011-08-07 22:59:42 +01:00
|
|
|
description = "State variables";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-10 00:00:20 +01:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-07 22:59:42 +01:00
|
|
|
};
|
|
|
|
})
|