name: kibro version: 0.3 synopsis: Web development framework. description: Web development framework. category: Web license: BSD3 license-file: LICENSE author: Chris Done maintainer: Chris Done build-Depends: base,directory,haskell98 build-type: Simple cabal-Version: >= 1.2 library build-depends: base,mtl,regex-compat,regexpr,random,safe,xhtml,containers,fastcgi,cgi,data-default exposed-modules: Kibro hs-source-dirs: library/ GHC-Prof-options: -auto-all executable kibro main-is: Main.hs build-depends: base,filepath,directory,haskell98,process,strict,unix hs-source-dirs: executable/