diff options
Diffstat (limited to 'Data/BitSyntax.hs')
-rw-r--r-- | Data/BitSyntax.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Data/BitSyntax.hs b/Data/BitSyntax.hs index d8110c2a..2e483dce 100644 --- a/Data/BitSyntax.hs +++ b/Data/BitSyntax.hs | |||
@@ -1,4 +1,5 @@ | |||
1 | {-# OPTIONS_GHC -fth #-} | 1 | {-# LANGUAGE TemplateHaskell #-} |
2 | {-# LANGUAGE ForeignFunctionInterface #-} | ||
2 | -- | This module contains fuctions and templates for building up and breaking | 3 | -- | This module contains fuctions and templates for building up and breaking |
3 | -- down packed bit structures. It's something like Erlang's bit-syntax (or, | 4 | -- down packed bit structures. It's something like Erlang's bit-syntax (or, |
4 | -- actually, more like Python's struct module). | 5 | -- actually, more like Python's struct module). |