couple of AMP warnings I missed before
This commit is contained in:
parent
663eb15aa3
commit
03667a162a
4 changed files with 9 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue