packages feed

reqcatcher-0.2.1.0: reqcatcher.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 34ba6940d7768ecb25c92487934fac98e09270b72211487b03bf445518a95ba7

name:           reqcatcher
version:        0.2.1.0
synopsis:       A local http server to catch the HTTP redirect
description:    Manage an http server in your local PC to catch the HTTP
                redirect request from the browser. Especially, you can
                catch the redirect from oauth providor and will get
                oauth_verifier.
category:       Web
homepage:       http://github.com/hiratara/hs-reqcatcher
bug-reports:    https://github.com/hiratara/hs-reqcatcher/issues
author:         Masahiro Honma
maintainer:     hiratara@cpan.org
license:        BSD3
license-file:   LICENSE
build-type:     Simple

source-repository head
  type: git
  location: https://github.com/hiratara/hs-reqcatcher

library
  exposed-modules:
      Web.ReqCatcher
  other-modules:
      Paths_reqcatcher
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , http-types >=0.8 && <1.0
    , network >=2.6 && <2.9
    , text >=1.2 && <1.3
    , wai >=3.0 && <3.3
    , warp >=3.0 && <3.3
  default-language: Haskell2010

test-suite reqcatcher-test
  type: exitcode-stdio-1.0
  main-is: reqcatcher-test.hs
  other-modules:
      Paths_reqcatcher
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      HUnit >=1.2 && <1.7
    , base
    , http-client >=0.4 && <0.7
    , http-types
    , lens >=4.7 && <4.18
    , reqcatcher
    , tasty >=0.10 && <1.3
    , tasty-hunit >=0.9 && <0.11
    , wai
    , wreq >=0.3 && <0.6
  default-language: Haskell2010