haskell-wxcore: update to version 0.91.0.0
This commit is contained in:
parent
5e93487703
commit
ebd884c21b
@ -6,18 +6,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wxcore";
|
pname = "wxcore";
|
||||||
version = "0.90.1.1";
|
version = "0.91.0.0";
|
||||||
sha256 = "1ma6vjf87b493vz3sj6hxzifqixk62n6b5gvixpfzfig1lysddgp";
|
sha256 = "01pvaysihyijklyw129vcafjqyh8bpafjzvscxvzll1g86qbqlkz";
|
||||||
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|array >= .*,|array,|' wxcore.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "wxHaskell core";
|
description = "wxHaskell core";
|
||||||
license = "unknown";
|
license = "unknown";
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = with self.stdenv.lib.maintainers; [ andres ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user