haskell-wxdirect: update to version 0.90.1.0

This commit is contained in:
Peter Simons 2014-03-22 10:34:55 +01:00
parent 33a55a58c1
commit 02e8e7021b

View file

@ -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";