haskell-gtk2hs-buildtools: updated to version 0.12.1

svn path=/nixpkgs/trunk/; revision=29219
This commit is contained in:
Peter Simons 2011-09-12 16:45:57 +00:00
parent 676a2a355e
commit dc0a01018e
1 changed files with 5 additions and 4 deletions

View File

@ -1,14 +1,15 @@
{ cabal, alex, happy }: { cabal, alex, happy, random }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "gtk2hs-buildtools"; pname = "gtk2hs-buildtools";
version = "0.12.0"; version = "0.12.1";
sha256 = "1czlmyr9zhzc0h1j0z3chv06ma77cibq2yc6h1slfphb1lkv66a8"; sha256 = "003d48q8q6ji4axa69bh0sp95fic19cgw3hwigsjbl46qgh6n9gl";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ random ];
buildTools = [ alex happy ]; buildTools = [ alex happy ];
meta = { meta = {
homepage = "http://www.haskell.org/gtk2hs/"; homepage = "http://projects.haskell.org/gtk2hs/";
description = "Tools to build the Gtk2Hs suite of User Interface libraries"; description = "Tools to build the Gtk2Hs suite of User Interface libraries";
license = self.stdenv.lib.licenses.gpl2; license = self.stdenv.lib.licenses.gpl2;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;