Build with the git-lfs library when available
Otherwise use the vendored copy as before. The library is in Debian testing but not stable. Once it reaches stable, the vendored copy can be removed. Did not add it to debian/control because IIRC that's used to build git-annex on stable too, possibly. However, the Debian maintainer will probably want to make the package depend on libghc-git-lfs-dev. This commit was sponsored by Ilya Shlyakhter on Patreon.
This commit is contained in:
parent
aa1ad0b7ca
commit
01eb863a14
6 changed files with 25 additions and 2 deletions
|
@ -21,6 +21,9 @@
|
|||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
|
||||
-- This is a vendored copy of Network.GitLFS from the git-lfs package,
|
||||
-- and will be removed once that package is available in all build
|
||||
-- environments.
|
||||
module Utility.GitLFS (
|
||||
-- * Transfer requests
|
||||
TransferRequest(..),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue