Skip to content
Snippets Groups Projects
Commit a921b22a authored by Vincent Hanquez's avatar Vincent Hanquez
Browse files

more imports

parent 4f3a3147
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@ module Data.Git.Index
(
) where
import Control.Applicative
import Data.Git.Ref
import Data.Git.Imports
{-
<INDEX_HEADER>
: "DIRC" <INDEX_FILE_VERSION> <INDEX_ENTRY_COUNT>
......
......@@ -29,6 +29,7 @@ import qualified Data.ByteString as B
import Data.Git.Ref
import Data.Git.Internal
import Data.Git.Imports
vlf = do
bs <- A.takeWhile (\w -> w `testBit` 7)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment