-- Initial hharp.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: hharp version: 0.1.1.1 synopsis: Binding to libharp description: Binding to the library libharp managing configurations for Harp (HTTP reverse proxy). homepage: http://www.harphttp.org license: BSD3 license-file: LICENSE author: Thomas Feron maintainer: tho.feron@gmail.com category: Web build-type: Simple cabal-version: >=1.10 library exposed-modules: Web.Harp , Web.Harp.Error , Web.Harp.Types , Web.Harp.Read , Web.Harp.Write , Web.Harp.Foreign hs-source-dirs: src ghc-options: -Wall extra-libraries: harp default-language: Haskell2010 build-depends: base >=4.6 && <4.8 source-repository head type: darcs location: http://hub.darcs.net/thoferon/hharp tag: 0.1.1.1