diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-05-18T19·56+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-05-18T19·56+0200 |
commit | 5f6841afa263a7d5938e31eef8df1f8066cd7dd5 (patch) | |
tree | f2099278465a3f5402367afb38cbc2e441b0125c /TazBlog.cabal | |
parent | 19cc93685b2ae499c913a8ff2fc27877d5e213b6 (diff) |
Move all used GHC extensions to Cabal
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 |