haskell-wxc: update to version 0.90.1.1

This commit is contained in:
Peter Simons 2014-03-26 09:51:04 +01:00
parent d1fc054b02
commit bbcf732015

View file

@ -2,12 +2,14 @@
cabal.mkDerivation (self: {
pname = "wxc";
version = "0.90.1.0";
sha256 = "1j318pxn6wqjwhz5rinb8az1bkhasgm9rhb3l36dlbzwcc4p0a2a";
version = "0.90.1.1";
sha256 = "0cvfphskvsq3lsl24h6jh8r6yw5jg8qa9wdc883yasfvmzmxwwgc";
buildDepends = [ wxdirect ];
extraLibraries = [ libX11 mesa wxGTK ];
noHaddock = true;
preConfigure = "find . -type f -exec touch {} +";
postInstall = ''
cp -v dist/build/libwxc.so.${self.version} $out/lib/libwxc.so
'';
meta = {
homepage = "http://haskell.org/haskellwiki/WxHaskell";
description = "wxHaskell C++ wrapper";