aboutsummaryrefslogtreecommitdiff
path: root/Git/LsTree.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:50:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-05-10 16:51:03 -0400
commitde36a9187796b05958a09f6ee89671c5f23a23ea (patch)
tree6ce797ebd458ddbf3923988ac9c1500d2e11b43b /Git/LsTree.hs
parentbb55606e26b98f09ffc54ac571a34e92a1f481e4 (diff)
couple of AMP warnings I missed before
Diffstat (limited to 'Git/LsTree.hs')
-rw-r--r--Git/LsTree.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/Git/LsTree.hs b/Git/LsTree.hs
index 7ef951807..8294f7b93 100644
--- a/Git/LsTree.hs
+++ b/Git/LsTree.hs
@@ -13,10 +13,6 @@ module Git.LsTree (
parseLsTree
) where
-import Numeric
-import Control.Applicative
-import System.Posix.Types
-
import Common
import Git
import Git.Command
@@ -24,6 +20,9 @@ import Git.Sha
import Git.FilePath
import qualified Git.Filename
+import Numeric
+import System.Posix.Types
+
data TreeItem = TreeItem
{ mode :: FileMode
, typeobj :: String