packages feed

ginsu-0.8.1: ginsu.cabal

-- vim:et
Name:		ginsu
Version:	0.8.1
Copyright:	2002-2009 John Meacham <john@repetae.net>
		2011-2012 Dylan Simon <dylan@dylex.net>
Author:		John Meacham <john@foo.net>
		Dylan Simon <dylan@dylex.net>
Maintainer:     dylan@dylex.net
License:	MIT
License-File:	LICENSE
Synopsis:	Ginsu Gale Client
Description:	Ginsu is a client for the gale chat system. It is designed to be powerful and above all stable, as well as having a quick learning curve.
Homepage:	http://repetae.net/computer/ginsu/
Category:	Network,Console
Build-Type:	Custom
Cabal-Version:	>= 1.6
tested-with:    GHC == 6.12.3, GHC == 7.6.1
extra-source-files: 
                configure
                ginsu.buildinfo.in
                config.h.in
		gen_keyhelp.prl
		actions.def
		ginsu-mdk 
		my_curses.h
		my_rsa.h
		Boolean/README
		docs/Changelog.old
		docs/ginsu-manual.html
		docs/wiki.css
		docs/ginsu-manual.txt
		docs/ginsu.1
data-files:     ginsu.config.sample

Source-Repository head
    Type:	darcs
    Location:	http://hub.darcs.net/dylex/ginsu

Executable ginsu
    Main-is:	Main.hs
    Other-Modules:
                Atom
                Boolean.Algebra
                Boolean.Boolean
                CacheIO
                Charset
                CircularBuffer
                ConfigFile
                Curses
                Doc.Chars
                Doc.DocLike
                EIO
                ErrorLog
                ExampleConf
                Filter
                Format
                Gale.Gale
                Gale.KeyCache
                Gale.Proto
                Gale.Puff
                GenUtil
                GinsuConfig
                Help
                KeyHelpTable
                KeyName
                MyLocale
                Options
                PackedString
                Paths_ginsu
                RSA
                Regex
                Screen
                SimpleParser
                Status
                Text.ParserCombinators.ReadP.ByteString
                Version
    C-Sources:
                my_curses.c
                my_rsa.c
    Include-Dirs: .
    Build-Depends:	
                base >= 4 && < 5,
                bytestring,
                old-locale,
                containers,
                random,
                directory,
                pretty,
                mtl,
                array,
                unix,
                regex-posix,
                utf8-string >= 0.3.1,
                binary,
                old-time,
                syb,
                network,
                parsec,
                process
    Extra-Libraries: ssl crypto