packages feed

wai-git-http-0.0.0: wai-git-http.cabal

-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 59445b7f93cf70ea21db60b96f29ec6486e7207c2610f70f3c32edceaa8db58b

name:           wai-git-http
version:        0.0.0
synopsis:       Git http-backend CGI App of WAI
description:    Git http-backend CGI App of WAI
category:       Web, Yesod
homepage:       https://github.com/NorfairKing/wai-git-http
author:         Tom Sydney Kerckhove <syd.kerckhove@gmail.com>
maintainer:     Tom Sydney Kerckhove <syd.kerckhove@gmail.com>
license:        BSD3
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: git@github.com:NorfairKing/wai-git-http.git

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      attoparsec >=0.10.0.0
    , base >=4 && <5
    , blaze-builder
    , bytestring
    , case-insensitive
    , conduit >=1.1
    , conduit-extra
    , containers
    , directory
    , filepath
    , http-types >=0.7
    , network
    , process
    , sockaddr
    , text
    , wai >=3.2 && <3.3
    , wai-conduit
  exposed-modules:
      Network.Wai.Application.CGI.Git
      Network.Wai.Application.CGI.Git.Conduit
  other-modules:
      Paths_wai_git_http
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -threaded -Wall
  build-depends:
      base
    , bytestring
    , conduit >=1.1
    , conduit-extra
    , directory
    , hspec >=1.3
    , process
    , wai >=3.2 && <3.3
    , wai-git-http
    , warp
  other-modules:
      GitSpec
      Paths_wai_git_http
  default-language: Haskell2010