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