yesod-gitrepo-0.3.0: yesod-gitrepo.cabal
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 71987855e877993e60d8044cd8a7a476541cdc9f3dd5ecfa900311d0fd5dcd01
name: yesod-gitrepo
version: 0.3.0
synopsis: Host content provided by a Git repo
description: Please see the README and generated docs at <https://www.stackage.org/package/yesod-gitrepo>
category: Web
homepage: https://github.com/snoyberg/yesod-gitrepo#readme
bug-reports: https://github.com/snoyberg/yesod-gitrepo/issues
author: Michael Snoyman
maintainer: michael@snoyman.com
license: MIT
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/snoyberg/yesod-gitrepo
library
hs-source-dirs:
src
build-depends:
base >=4.9 && <10
, directory
, http-types
, process >=1.1
, temporary
, text
, unliftio
, wai >=3.0
, yesod-core >=1.6 && <1.7
exposed-modules:
Yesod.GitRepo
other-modules:
Paths_yesod_gitrepo
default-language: Haskell2010