packages feed

git-lfs-1.2.0: git-lfs.cabal

Name: git-lfs
Version: 1.2.0
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.1,
    network-uri >= 2.6 && < 2.8,
    case-insensitive >= 1.2 && < 1.3,
    containers >= 0.5 && < 0.7,
    text >= 1.2 && < 1.3,
    bytestring >= 0.10 && < 0.12

source-repository head
  type: git
  location: git://git.joeyh.name/haskell-git-lfs.git