http-trace-0.1.1.0: http-trace.cabal
name: http-trace
version: 0.1.1.0
synopsis: Tracking http redirects
description: Tracking http redirects for supplied url
homepage: https://github.com/sigrlami/http-trace#readme
license: MIT
license-file: LICENSE
author: Sergey Bushnyak
maintainer: sergey.bushnyak@sigrlami.eu
copyright: Copyright: (c) 2016 Sergey Bushnyak
category: Web
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Http.Trace
build-depends: base >= 4.7 && < 5
, curl >= 1.3.8
, pcre-heavy >= 1.0.0.0
, template-haskell
, text
, safe >= 0.3.9
, transformers
, MissingH
default-language: Haskell2010
executable http-trace
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, http-trace
default-extensions: OverloadedStrings
, TemplateHaskell