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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "wxdirect";
|
pname = "wxdirect";
|
||||||
version = "0.90.1.0";
|
version = "0.90.1.1";
|
||||||
sha256 = "06r8z4css7md35rcbi805407dcabcrb1knif9f7445aphwzgadr0";
|
sha256 = "0ibhxl4n66w094jhca01z2vmibgz0nn7qddgxzqngvajzjvnha98";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath parsec strict time ];
|
buildDepends = [ filepath parsec strict time ];
|
||||||
preConfigure = "find . -type f -exec touch {} +";
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
homepage = "http://haskell.org/haskellwiki/WxHaskell";
|
||||||
description = "helper tool for building wxHaskell";
|
description = "helper tool for building wxHaskell";
|
||||||
|
Loading…
Reference in New Issue
Block a user