haskell-wxdirect: update to version 0.90.1.1

This commit is contained in:
Peter Simons 2014-03-26 09:51:07 +01:00
parent c53463dcee
commit 29187bc16a

View file

@ -2,12 +2,11 @@
cabal.mkDerivation (self: {
pname = "wxdirect";
version = "0.90.1.0";
sha256 = "06r8z4css7md35rcbi805407dcabcrb1knif9f7445aphwzgadr0";
version = "0.90.1.1";
sha256 = "0ibhxl4n66w094jhca01z2vmibgz0nn7qddgxzqngvajzjvnha98";
isLibrary = true;
isExecutable = true;
buildDepends = [ filepath parsec strict time ];
preConfigure = "find . -type f -exec touch {} +";
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "helper tool for building wxHaskell";