summaryrefslogtreecommitdiff
path: root/DotLock.hs
diff options
context:
space:
mode:
authorjoe <joe@jerkface.net>2013-12-02 16:23:22 -0500
committerjoe <joe@jerkface.net>2013-12-02 16:23:22 -0500
commitf93e48b4ee5a2930ca19e8c324804ed4a314ae42 (patch)
tree559fb483ea95237e280612b30031c32c991ff8e1 /DotLock.hs
parentfc3c9169126867bc0884a28b36e95469a3a2ef3b (diff)
Added necessary ForeignFunctionInterface language pragma.
Diffstat (limited to 'DotLock.hs')
-rw-r--r--DotLock.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/DotLock.hs b/DotLock.hs
index 257a033..af05f5d 100644
--- a/DotLock.hs
+++ b/DotLock.hs
@@ -1,3 +1,4 @@
1{-# LANGUAGE ForeignFunctionInterface #-}
1module DotLock 2module DotLock
2 ( DotLock 3 ( DotLock
3 , Flags 4 , Flags