haskell-StateVar: update to version 1.0.1.0

This commit is contained in:
Peter Simons 2014-10-26 16:43:25 +01:00
parent 589d586da5
commit c062dd0857

View File

@ -4,10 +4,10 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "StateVar"; pname = "StateVar";
version = "1.0.0.0"; version = "1.0.1.0";
sha256 = "1c1b6a6nn1cdnba08zzp0645wl482h7yaa69zw2l3wwyyyccjic4"; sha256 = "02n2sxxkr0ydc77dc3amwp5jrw289d2s2z55rhrmhxxg1c7lp5js";
meta = { meta = {
homepage = "http://www.haskell.org/HOpenGL/"; homepage = "https://github.com/haskell-opengl/StateVar";
description = "State variables"; description = "State variables";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;