diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-22 16:14:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-22 16:14:12 -0400 |
commit | 203148363f459635b1be40b8c6ed376073230dda (patch) | |
tree | 422df5684fc77663c6a3c7fd601c1eff27b3758b /Backend | |
parent | 4c73d77b42e97ad740d5731ad73c40a31c0c84f9 (diff) |
split groups of related functions out of Utility
Diffstat (limited to 'Backend')
-rw-r--r-- | Backend/SHA.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Backend/SHA.hs b/Backend/SHA.hs index b8a0d254b..ed2a47db9 100644 --- a/Backend/SHA.hs +++ b/Backend/SHA.hs @@ -23,7 +23,7 @@ import Content import Types import Types.Backend import Types.Key -import Utility +import Utility.SafeCommand import qualified Build.SysConfig as SysConfig type SHASize = Int |