Name:		yjtools-unix
Version:	0.1
Cabal-Version:	>= 1.2
Build-Type:	Simple
License:	GPL
License-file:	LICENSE
Author:		Yoshikuni Jujo
Maintainer:	Yoshikuni Jujo <PAF01143@nifty.ne.jp>
Stability:	experimental
Homepage:	http://homepage3.nifty.com/salamander/second/projects/yj-gentoo-haskell-tools/index.xhtml
Package-Url:	http://homepage3.nifty.com/salamander/second/portage/distfiles/yj-gentoo-haskell-tools-0.0.tar.gz
Synopsis:	add copyright to Cabal package source file.
Description:	tools for building and maintainance haskell package in gentoo
Category:	Build
Tested-With:	GHC
Data-Files:	gpl_header.txt
Extra-Source-Files:
Extra-Tmp-Files:

Library
  Build-Depends:	yjtools
  Exposed-Modules:	YJTools

Executable update-portage-cabal
  Build-Depends:	base, unix, regexpr, process, directory
  Main-Is:		update-portage.hs
  Other-Modules:	YJTools

Executable local-update-portage-cabal
  Build-Depends:	base, regexpr, process, directory
  Main-Is:		local-update-portage.hs

Executable add-copyright
  Build-Depends:	Cabal
  GHC-Options:		-Wall
  Main-Is:		add-copyright.hs
