about summary refs log tree commit diff
path: root/TazBlog.cabal
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-05-18T19·56+0200
committerVincent Ambo <vincent@spotify.com>2014-05-18T19·56+0200
commit5f6841afa263a7d5938e31eef8df1f8066cd7dd5 (patch)
treef2099278465a3f5402367afb38cbc2e441b0125c /TazBlog.cabal
parent19cc93685b2ae499c913a8ff2fc27877d5e213b6 (diff)
Move all used GHC extensions to Cabal
Diffstat (limited to 'TazBlog.cabal')
-rw-r--r--TazBlog.cabal12
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