diff options
Diffstat (limited to 'reploy.cabal')
| -rw-r--r-- | reploy.cabal | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/reploy.cabal b/reploy.cabal new file mode 100644 index 0000000..ee413b6 --- /dev/null +++ b/reploy.cabal @@ -0,0 +1,27 @@ +name: pagedeploy +version: 0.1.0.0 +build-type: Simple +cabal-version: >= 1.10 + +executable site + main-is: site.hs + other-modules: Types + build-depends: base == 4.* + , containers + , data-default + , extra + , filepath + , hakyll == 4.16.* + , microlens + , microlens-aeson + , microlens-mtl + , microlens-th + , mustache + , pandoc + , pandoc-types + , parsec + , text + , transformers + , yaml + ghc-options: -threaded -rtsopts -with-rtsopts=-N + default-language: Haskell2010 |
