From c53463dcee0c452730458efa87f00220cd76af1f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 26 Mar 2014 09:51:06 +0100 Subject: [PATCH] haskell-wxcore: update to version 0.90.1.1 --- pkgs/development/libraries/haskell/wxHaskell/wxcore.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/development/libraries/haskell/wxHaskell/wxcore.nix b/pkgs/development/libraries/haskell/wxHaskell/wxcore.nix index 3ee5d9e2cdb7..ae01992db975 100644 --- a/pkgs/development/libraries/haskell/wxHaskell/wxcore.nix +++ b/pkgs/development/libraries/haskell/wxHaskell/wxcore.nix @@ -4,11 +4,10 @@ cabal.mkDerivation (self: { pname = "wxcore"; - version = "0.90.1.0"; - sha256 = "0pyh5xc8f3rlyn66dawlijwym8nwac12qwh96hfkna0pbqg0995c"; + version = "0.90.1.1"; + sha256 = "1ma6vjf87b493vz3sj6hxzifqixk62n6b5gvixpfzfig1lysddgp"; buildDepends = [ filepath parsec stm time wxc wxdirect ]; extraLibraries = [ libX11 mesa wxGTK ]; - preConfigure = "find . -type f -exec touch {} +"; meta = { homepage = "http://haskell.org/haskellwiki/WxHaskell"; description = "wxHaskell core";