explicit exports
This commit is contained in:
parent
af82586adf
commit
ebc3fbe9ae
11 changed files with 58 additions and 39 deletions
|
@ -1,7 +1,10 @@
|
|||
{- git-annex file locations
|
||||
-}
|
||||
|
||||
module Locations where
|
||||
module Locations (
|
||||
gitStateDir,
|
||||
stateLoc
|
||||
) where
|
||||
|
||||
import GitRepo
|
||||
|
||||
|
@ -9,4 +12,4 @@ import GitRepo
|
|||
- directory, in the git repository. -}
|
||||
stateLoc = ".git-annex"
|
||||
gitStateDir :: GitRepo -> FilePath
|
||||
gitStateDir repo = (top repo) ++ "/" ++ stateLoc ++ "/"
|
||||
gitStateDir repo = (gitRepoTop repo) ++ "/" ++ stateLoc ++ "/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue