haskell-packages.nix: added StateVar version 1.0.0.0
svn path=/nixpkgs/trunk/; revision=28299
This commit is contained in:
parent
43f521506d
commit
5461875f65
12
pkgs/development/libraries/haskell/StateVar/default.nix
Executable file
12
pkgs/development/libraries/haskell/StateVar/default.nix
Executable file
@ -0,0 +1,12 @@
|
||||
{cabal} :
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "StateVar";
|
||||
version = "1.0.0.0";
|
||||
sha256 = "1c1b6a6nn1cdnba08zzp0645wl482h7yaa69zw2l3wwyyyccjic4";
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/HOpenGL/";
|
||||
description = "State variables";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
})
|
@ -987,6 +987,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
};
|
||||
|
||||
stateref = callPackage ../development/libraries/haskell/stateref {};
|
||||
StateVar = callPackage ../development/libraries/haskell/StateVar {};
|
||||
|
||||
|
||||
statistics = callPackage ../development/libraries/haskell/statistics {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user