haskell-wxcore: update to version 0.90.1.0
This commit is contained in:
parent
9761a0c49a
commit
33a55a58c1
@ -4,13 +4,10 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wxcore";
|
pname = "wxcore";
|
||||||
version = "0.90.0.3";
|
version = "0.90.1.0";
|
||||||
sha256 = "0d79hr6cz9zj3w57h6630nfnsmfq1w73gz04jjmlhwh8ih557imw";
|
sha256 = "0pyh5xc8f3rlyn66dawlijwym8nwac12qwh96hfkna0pbqg0995c";
|
||||||
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
buildDepends = [ filepath parsec stm time wxc wxdirect ];
|
||||||
extraLibraries = [ libX11 mesa wxGTK ];
|
extraLibraries = [ libX11 mesa wxGTK ];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|containers >=.*|containers|' wxcore.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "wxHaskell core";
|
description = "wxHaskell core";
|
||||||
|
Loading…
Reference in New Issue
Block a user