about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/gtk2hs-buildtools/default.nix
blob: 39ef8cbba0f4bf0d3567acba06043691ff36f353 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, alex, filepath, happy, hashtables, random }:

cabal.mkDerivation (self: {
  pname = "gtk2hs-buildtools";
  version = "0.13.0.1";
  sha256 = "0ngdg44hxpyga9kwm70340c8jhsh9wl5rja3wx9mfx194idivaxa";
  isLibrary = false;
  isExecutable = true;
  buildDepends = [ filepath hashtables random ];
  buildTools = [ alex happy ];
  meta = {
    homepage = "http://projects.haskell.org/gtk2hs/";
    description = "Tools to build the Gtk2Hs suite of User Interface libraries";
    license = self.stdenv.lib.licenses.gpl2;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})