move haddock block so haddock will build
This commit is contained in:
parent
71f30d2f07
commit
a4750fa537
1 changed files with 10 additions and 10 deletions
|
@ -7,6 +7,16 @@
|
||||||
- Licensed under the GNU AGPL version 3 or higher.
|
- Licensed under the GNU AGPL version 3 or higher.
|
||||||
-}
|
-}
|
||||||
|
|
||||||
|
-- | This implementation of the git-lfs API uses http Request and Response,
|
||||||
|
-- but leaves actually connecting up the http client to the user.
|
||||||
|
--
|
||||||
|
-- You'll want to use a Manager that supports https, since the protocol
|
||||||
|
-- uses http basic auth.
|
||||||
|
--
|
||||||
|
-- Some LFS servers, notably Github's, may require a User-Agent header
|
||||||
|
-- in some of the requests, in order to allow eg, uploads. No such header
|
||||||
|
-- is added by default, so be sure to add your own.
|
||||||
|
|
||||||
{-# LANGUAGE DeriveGeneric, FlexibleInstances, FlexibleContexts #-}
|
{-# LANGUAGE DeriveGeneric, FlexibleInstances, FlexibleContexts #-}
|
||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
{-# LANGUAGE LambdaCase #-}
|
{-# LANGUAGE LambdaCase #-}
|
||||||
|
@ -54,16 +64,6 @@ module Utility.GitLFS (
|
||||||
HTTPHeaderValue,
|
HTTPHeaderValue,
|
||||||
) where
|
) where
|
||||||
|
|
||||||
-- | This implementation of the git-lfs API uses http Request and Response,
|
|
||||||
-- but leaves actually connecting up the http client to the user.
|
|
||||||
--
|
|
||||||
-- You'll want to use a Manager that supports https, since the protocol
|
|
||||||
-- uses http basic auth.
|
|
||||||
--
|
|
||||||
-- Some LFS servers, notably Github's, may require a User-Agent header
|
|
||||||
-- in some of the requests, in order to allow eg, uploads. No such header
|
|
||||||
-- is added by dedault, so be sure to add your own.
|
|
||||||
|
|
||||||
import Data.Aeson
|
import Data.Aeson
|
||||||
import Data.Aeson.Types
|
import Data.Aeson.Types
|
||||||
import GHC.Generics
|
import GHC.Generics
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue