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