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

more fix

parent a921b22a
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ import Data.Bits
import Data.Word
import qualified Data.Git.Parser as P
import Data.Git.Imports
-- | a delta is a source size, a destination size and a list of delta cmd
data Delta = Delta Word64 Word64 [DeltaCmd]
......
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