aboutsummaryrefslogtreecommitdiff
path: root/reploy.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'reploy.cabal')
-rw-r--r--reploy.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/reploy.cabal b/reploy.cabal
index ee413b6..a41412e 100644
--- a/reploy.cabal
+++ b/reploy.cabal
@@ -5,8 +5,10 @@ cabal-version: >= 1.10
executable site
main-is: site.hs
- other-modules: Types
+ other-modules: Types, Utils, FormatOpts
build-depends: base == 4.*
+ , aeson
+ , bytestring
, containers
, data-default
, extra
@@ -20,8 +22,9 @@ executable site
, pandoc
, pandoc-types
, parsec
+ , SHA
, text
, transformers
, yaml
- ghc-options: -threaded -rtsopts -with-rtsopts=-N
+ ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wunused-imports
default-language: Haskell2010