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