summaryrefslogtreecommitdiff
path: root/Utility.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:52:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-11 17:52:46 -0400
commitebc3fbe9ae2c5cc52332c77a92697c2517ce8263 (patch)
treef65c38ab3d452c0cde3d0d3b968c216f1ee30705 /Utility.hs
parentaf82586adff96f18fe768e432f501c647401262f (diff)
explicit exports
Diffstat (limited to 'Utility.hs')
-rw-r--r--Utility.hs6
1 files changed, 5 insertions, 1 deletions
diff --git a/Utility.hs b/Utility.hs
index d1eb247d3..dea53967f 100644
--- a/Utility.hs
+++ b/Utility.hs
@@ -1,7 +1,11 @@
{- git-annex utility functions
-}
-module Utility where
+module Utility (
+ withFileLocked,
+ hGetContentsStrict,
+ parentDir
+) where
import System.IO
import System.Posix.IO