mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-wxdirect: update to version 0.90.1.1
This commit is contained in:
parent
c53463dcee
commit
29187bc16a
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user