haskell-ltk: update to version 0.13.1.0
This commit is contained in:
parent
e63062ed9d
commit
e31bd9e6ee
1 changed files with 6 additions and 4 deletions
|
@ -1,10 +1,12 @@
|
|||
{ cabal, Cabal, filepath, glib, gtk, mtl, parsec, transformers }:
|
||||
{ cabal, Cabal, filepath, glib, gtk3, mtl, parsec, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ltk";
|
||||
version = "0.12.1.0";
|
||||
sha256 = "12x6nba5bll8fgzpxii1cf87j27jk4mn5gf1bx4ahd9v30h1a0h6";
|
||||
buildDepends = [ Cabal filepath glib gtk mtl parsec transformers ];
|
||||
version = "0.13.1.0";
|
||||
sha256 = "09ryyzjd3iazwiw714hsny2b9f4b1cfhyzc11k5xzin5kh5d804a";
|
||||
buildDepends = [
|
||||
Cabal filepath glib gtk3 mtl parsec transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.leksah.org";
|
||||
description = "Leksah tool kit";
|
||||
|
|
Loading…
Reference in a new issue