diff options
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index febe7467..3d0faa31 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -1,4 +1,5 @@ -{-# LANGUAGE ForeignFunctionInterface #-} +{-# LANGUAGE ForeignFunctionInterface, PatternSignatures #-} + -- -- Haddock - A Haskell Documentation Tool -- |