add exports useful if using this module to write a git-lfs server

This commit is contained in:
Joey Hess 2019-08-05 15:40:36 -04:00
parent 8938102896
commit ee72fd2f7d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -22,8 +22,9 @@ module Utility.GitLFS (
TransferResponse(..), TransferResponse(..),
TransferResponseOperation(..), TransferResponseOperation(..),
IsTransferResponseOperation, IsTransferResponseOperation,
DownloadOperation, DownloadOperation(..),
UploadOperation, UploadOperation(..),
OperationParams(..),
ParsedTransferResponse(..), ParsedTransferResponse(..),
parseTransferResponse, parseTransferResponse,
-- * making transfers -- * making transfers