summaryrefslogtreecommitdiff
path: root/haskell/XDelta/Types.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/XDelta/Types.hsc')
-rw-r--r--haskell/XDelta/Types.hsc1
1 files changed, 1 insertions, 0 deletions
diff --git a/haskell/XDelta/Types.hsc b/haskell/XDelta/Types.hsc
index 7bb648a..f1d98ce 100644
--- a/haskell/XDelta/Types.hsc
+++ b/haskell/XDelta/Types.hsc
@@ -115,6 +115,7 @@ data Config = Config
115 , smatch_cfg :: Either StringMatcher SMatchSelect -- ^ See enum: use fields below for soft config 115 , smatch_cfg :: Either StringMatcher SMatchSelect -- ^ See enum: use fields below for soft config
116 } 116 }
117 117
118
118newtype Flags = Flags Word32 119newtype Flags = Flags Word32
119 deriving (Storable,Eq,Bits,FiniteBits) 120 deriving (Storable,Eq,Bits,FiniteBits)
120 121