diff options
Diffstat (limited to 'TazBlog.cabal')
-rw-r--r-- | TazBlog.cabal | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/TazBlog.cabal b/TazBlog.cabal index bd903c67635a..2ab09982303a 100644 --- a/TazBlog.cabal +++ b/TazBlog.cabal @@ -14,7 +14,6 @@ Executable tazblog hs-source-dirs: src main-is: Main.hs ghc-options: -O2 - Build-depends: base, bytestring, @@ -38,3 +37,14 @@ Executable tazblog hamlet, shakespeare, markdown + extensions: + DeriveDataTypeable + FlexibleContexts + GeneralizedNewtypeDeriving + MultiParamTypeClasses + OverloadedStrings + RecordWildCards + ScopedTypeVariables + TemplateHaskell + TypeFamilies + QuasiQuotes |