2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-17 12:07:49 -07:00
|
|
|
{ cabal, alex, filepath, happy, hashtables, random }:
|
2010-07-22 11:04:39 -07:00
|
|
|
|
2011-08-09 17:35:08 -07:00
|
|
|
cabal.mkDerivation (self: {
|
2010-07-22 11:04:39 -07:00
|
|
|
pname = "gtk2hs-buildtools";
|
2014-11-23 12:06:32 -08:00
|
|
|
version = "0.13.0.3";
|
|
|
|
sha256 = "1ijcmcjp8mralpzl1gvh24bzq8njlzkvck1r07b010rrklv04arp";
|
2011-08-09 17:35:08 -07:00
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2014-04-17 12:07:49 -07:00
|
|
|
buildDepends = [ filepath hashtables random ];
|
2011-08-09 17:35:08 -07:00
|
|
|
buildTools = [ alex happy ];
|
2010-07-22 11:04:39 -07:00
|
|
|
meta = {
|
2011-09-12 09:45:57 -07:00
|
|
|
homepage = "http://projects.haskell.org/gtk2hs/";
|
2011-08-11 06:03:51 -07:00
|
|
|
description = "Tools to build the Gtk2Hs suite of User Interface libraries";
|
2011-08-09 17:35:08 -07:00
|
|
|
license = self.stdenv.lib.licenses.gpl2;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2010-07-22 11:04:39 -07:00
|
|
|
};
|
|
|
|
})
|