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