hascat-lib-0.2: hascat-lib.cabal
name: hascat-lib
version: 0.2
license: OtherLicense
Build-Type: Simple
license-file: LICENSE
copyright: Björn Teegen 2006, Florian Micheler 2010
author: Björn Teegen, Florian Micheler
maintainer: fmi@informatik.uni-kiel.de
stability: experimental
synopsis: Hascat Package
description: Library for programming Hascat applications
category: Network
tested-with: GHC
build-depends:
base >=4 && <5,
network,
HTTP,
haskell98,
HaXml ==1.13.3,
html ==1.0.1.2,
directory,
bytestring,
containers,
mtl,
parsec,
xhtml ==3000.2.0.1,
old-time,
old-locale,
plugins
ghc-options: -fglasgow-exts
exposed-modules: Hascat.App,
Hascat.Config,
Hascat.Toolkit
Hascat.Header
Hascat.Protocol
Hascat.Multipart