diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-02-28 14:08:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-02-28 14:08:56 -0400 |
commit | 52483626e54326c3248f581dd0a4e7e79c424def (patch) | |
tree | 65bf888ad61ff6b5e83df0b408bc9b874a35dea2 /Build | |
parent | d9f877427314cfa6f7da0d117e49b5bcb6c9c102 (diff) |
remove unused import
Diffstat (limited to 'Build')
-rw-r--r-- | Build/OSXMkLibs.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Build/OSXMkLibs.hs b/Build/OSXMkLibs.hs index 8227c769f..e7b32da0a 100644 --- a/Build/OSXMkLibs.hs +++ b/Build/OSXMkLibs.hs @@ -13,7 +13,6 @@ import System.FilePath import Control.Monad import Control.Monad.IfElse import Data.List -import Data.String.Utils import Control.Applicative import Prelude |