diff options
author | James Crayne <jim.crayne@gmail.com> | 2013-06-30 02:31:32 -0400 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2013-06-30 02:31:32 -0400 |
commit | 1bc4f55733835144f49ff957dc60e5da2e10db16 (patch) | |
tree | 1a64e15ca768b07387be59779ba96aafa73d461f /Data | |
parent | 22d29d95b35b81a2b2a36bd70fc0e5aad0084a41 (diff) |
Updated flag pragma in BitSyntax.hs
Diffstat (limited to 'Data')
-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). |