git-lfs-1.0.0: git-lfs.cabal
Name: git-lfs
Version: 1.0.0
Cabal-Version: >= 1.8
License: AGPL-3
Maintainer: Joey Hess <id@joeyh.name>
Author: Joey Hess
Stability: Stable
Copyright: 2019 Joey Hess
License-File: LICENSE
Build-Type: Simple
Category: Network
Synopsis: git-lfs protocol
Description:
An implementation of the git-lfs protocol.
Extra-Source-Files:
CHANGELOG
Library
GHC-Options: -Wall -fno-warn-tabs
Exposed-Modules: Network.GitLFS
Build-Depends:
base >= 4.5 && < 5,
http-client >= 0.5 && <= 0.7,
http-types >= 0.7 && <= 0.13,
aeson >= 1.3 && <= 1.5,
network-uri >= 2.6 && <= 2.7,
case-insensitive >= 1.2 && <= 1.3,
containers >= 0.6 && <= 0.7,
text >= 1.2 && <= 1.3,
bytestring >= 0.10 && <= 0.11
source-repository head
type: git
location: git://git.joeyh.name/haskell-git-lfs.git