haskell-vcsgui: update to version 0.0.4
This commit is contained in:
parent
17b1fd5652
commit
751fb11e26
|
@ -1,12 +1,12 @@
|
||||||
{ cabal, filepath, gtk3, MissingH, mtl, vcswrapper }:
|
{ cabal, filepath, gtk3, mtl, vcswrapper }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "vcsgui";
|
pname = "vcsgui";
|
||||||
version = "0.0.2";
|
version = "0.0.4";
|
||||||
sha256 = "0kj06l9s4l791ffwdnh7j0nvjvgili18g2jl2ik81n28bzfyq1dx";
|
sha256 = "12hfdhnv3xc2dyqk76lyx5ggiygyap4hm50sd6qmwfjj3f2w6b98";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath gtk3 MissingH mtl vcswrapper ];
|
buildDepends = [ filepath gtk3 mtl vcswrapper ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/forste/haskellVCSGUI";
|
homepage = "https://github.com/forste/haskellVCSGUI";
|
||||||
description = "GUI library for source code management systems";
|
description = "GUI library for source code management systems";
|
||||||
|
|
Loading…
Reference in New Issue