summaryrefslogtreecommitdiff
path: root/haskell/XDelta/Types.hsc
diff options
context:
space:
mode:
authorJoe Crayne <joe@jerkface.net>2018-10-24 18:15:24 -0400
committerJoe Crayne <joe@jerkface.net>2018-10-24 18:15:24 -0400
commit604ab9ded08cf1f2f7ed0f3109d0cc11984f55ea (patch)
tree859a712b66fe95ec906a8e3d42ba4c71982cbb11 /haskell/XDelta/Types.hsc
parent32e5ed671ff84186c69a066ddab4d57ec3bd73d4 (diff)
Removed foreign imports of "static" functions.
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