add exports useful if using this module to write a git-lfs server
This commit is contained in:
parent
8938102896
commit
ee72fd2f7d
1 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,9 @@ module Utility.GitLFS (
|
|||
TransferResponse(..),
|
||||
TransferResponseOperation(..),
|
||||
IsTransferResponseOperation,
|
||||
DownloadOperation,
|
||||
UploadOperation,
|
||||
DownloadOperation(..),
|
||||
UploadOperation(..),
|
||||
OperationParams(..),
|
||||
ParsedTransferResponse(..),
|
||||
parseTransferResponse,
|
||||
-- * making transfers
|
||||
|
|
Loading…
Reference in a new issue