wxHaskell: cosmetic, no functional change
svn path=/nixpkgs/trunk/; revision=28363
This commit is contained in:
parent
24ebfb216f
commit
75dfd9d3c6
@ -1,12 +1,13 @@
|
|||||||
{cabal, stm, wxcore}:
|
{cabal, stm, wxcore} :
|
||||||
|
|
||||||
cabal.mkDerivation (self : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "wx";
|
pname = "wx";
|
||||||
version = "0.12.1.6";
|
version = "0.12.1.6";
|
||||||
sha256 = "1p0gn46gk1abin095va22n9bycxhm2cq1vyvwiypcdq7jq541lhk";
|
sha256 = "1p0gn46gk1abin095va22n9bycxhm2cq1vyvwiypcdq7jq541lhk";
|
||||||
propagatedBuildInputs = [stm wxcore];
|
propagatedBuildInputs = [ stm wxcore ];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "wxHaskell";
|
description = "wxHaskell";
|
||||||
|
license = "LGPL";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user