about summary refs log tree commit diff
path: root/services/tazblog/tazblog.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'services/tazblog/tazblog.cabal')
-rw-r--r--services/tazblog/tazblog.cabal19
1 files changed, 0 insertions, 19 deletions
diff --git a/services/tazblog/tazblog.cabal b/services/tazblog/tazblog.cabal
index 8be0c2e81d..58aeb7049e 100644
--- a/services/tazblog/tazblog.cabal
+++ b/services/tazblog/tazblog.cabal
@@ -19,33 +19,15 @@ library
                  happstack-server,
                  text,
                  blaze-html,
-                 blaze-markup,
-                 cache,
                  dns,
-                 crypto-api,
-                 cryptohash,
                  old-locale,
                  time,
                  base64-bytestring,
-                 mtl,
-                 transformers,
                  network,
                  network-uri,
                  rss,
-                 hamlet,
                  shakespeare,
                  markdown
-  default-extensions:
-             DeriveDataTypeable
-             FlexibleContexts
-             GeneralizedNewtypeDeriving
-             MultiParamTypeClasses
-             OverloadedStrings
-             RecordWildCards
-             ScopedTypeVariables
-             TemplateHaskell
-             TypeFamilies
-             QuasiQuotes
 
 executable tazblog
   hs-source-dirs: blog
@@ -54,5 +36,4 @@ executable tazblog
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends: base,
                  tazblog,
-                 options,
                  network