mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
haskell-gtk2hs-buildtools: update to version 0.12.5.2
This commit is contained in:
parent
4d765a4565
commit
aeafc12d89
|
@ -1,12 +1,12 @@
|
||||||
{ cabal, alex, filepath, happy, random }:
|
{ cabal, alex, filepath, happy, hashtables, random }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "gtk2hs-buildtools";
|
pname = "gtk2hs-buildtools";
|
||||||
version = "0.12.5.1";
|
version = "0.12.5.2";
|
||||||
sha256 = "1zjm7y38089b57q3csgq7ydfm104ffhvsycszddkj0cgfgafshfm";
|
sha256 = "1w4mfwkiqil9xd1xl4himb6vnl66hxb7a4vch6wh3bfad880qyiw";
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [ filepath random ];
|
buildDepends = [ filepath hashtables random ];
|
||||||
buildTools = [ alex happy ];
|
buildTools = [ alex happy ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://projects.haskell.org/gtk2hs/";
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
||||||
|
|
Loading…
Reference in a new issue