-- Initial gopher-proxy.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: gopher-proxy version: 0.1.0.1 synopsis: proxy gopher over http description: A simple gopher-over-http proxy to http-ify gopher spaces. license: GPL-3 license-file: LICENSE author: sternenseemann maintainer: git@lukasepple.de category: Network build-type: Simple cabal-version: >=1.10 data-files: gopher-proxy.css extra-source-files: ChangeLog.md README.md homepage: https://github.com/sternenseemann/gopher-proxy bug-reports: https://github.com/sternenseemann/gopher-proxy/issues executable gopher-proxy main-is: Main.hs default-extensions: CPP other-modules: Paths_gopher_proxy build-depends: base >=4.9 && <4.10 , wai , warp , http-types , lucid , bytestring , text , network , attoparsec , errors , mime-types , optparse-applicative , directory hs-source-dirs: src default-language: Haskell2010 source-repository head type: git location: git://github.com/sternenseemann/gopher-proxy.git