about summary refs log tree commit diff
path: root/services/tazblog/tazblog.cabal
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-25T22·21+0100
committerVincent Ambo <tazjin@google.com>2019-08-25T22·21+0100
commit593e96da6077b343b9716d490a17c7c3603cb2fc (patch)
treeae2746c686c204e55059c745199e0014f6c32b45 /services/tazblog/tazblog.cabal
parent1247848d76712bad1e47b2b67969db3456f04e75 (diff)
chore(tazblog): Clean up unused dependencies r/65
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 8be0c2e81df7..58aeb7049ed1 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