haskell-wxdirect: update to version 0.90.1.0
This commit is contained in:
parent
33a55a58c1
commit
02e8e7021b
@ -1,15 +1,12 @@
|
|||||||
{ cabal, parsec, strict, time }:
|
{ cabal, filepath, parsec, strict, time }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wxdirect";
|
pname = "wxdirect";
|
||||||
version = "0.90.0.1";
|
version = "0.90.1.0";
|
||||||
sha256 = "04jslgxw601g6wh8f2wrdnipzh6x0487kfxb89fkgfgjhxrkfyr3";
|
sha256 = "06r8z4css7md35rcbi805407dcabcrb1knif9f7445aphwzgadr0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ parsec strict time ];
|
buildDepends = [ filepath parsec strict time ];
|
||||||
patchPhase = ''
|
|
||||||
sed -i -e 's|containers >=.*|containers|' wxdirect.cabal
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "helper tool for building wxHaskell";
|
description = "helper tool for building wxHaskell";
|
||||||
|
Loading…
Reference in New Issue
Block a user