added direct and indirect commands

This commit is contained in:
Joey Hess 2012-12-13 15:44:56 -04:00
parent cf129c2545
commit 5df3c66a85
8 changed files with 202 additions and 9 deletions

View file

@ -26,6 +26,8 @@ module Annex.Content (
freezeContent,
thawContent,
freezeContentDir,
createContentDir,
replaceFile,
) where
import System.IO.Unsafe (unsafeInterleaveIO)