1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Name: git-lfs
Version: 1.2.2
Cabal-Version: >= 1.10
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
Default-Language: Haskell2010
Exposed-Modules: Network.GitLFS
Build-Depends:
base >= 4.5 && < 5,
http-client >= 0.5 && < 0.8,
http-types >= 0.7 && < 0.13,
aeson >= 1.3 && < 2.3,
network-uri >= 2.6 && < 2.8,
case-insensitive >= 1.2 && < 1.3,
containers >= 0.5 && < 0.7,
text >= 1.2 && < 2.2,
bytestring >= 0.10 && < 0.13
source-repository head
type: git
location: git://git.joeyh.name/haskell-git-lfs.git
|