http-request/http-request.cabal

29 lines
866 B
Plaintext

-- Initial http-request.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: http-request
version: 0.1.0.0
synopsis: Displays the full http request your browser (and ISP) made for you
-- description:
license: PublicDomain
license-file: LICENSE
author: Martin Potier
maintainer: mpo.framacode@marvid.fr
-- copyright:
-- category:
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable http-request
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <4.9
, http-server
, url
, network
, HTTP
-- hs-source-dirs:
default-language: Haskell2010