From f468d8a51e9ffdbb0b22a71fa129ce6e1f1f8c3d Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Sun, 28 Oct 2018 19:59:04 -0500 Subject: [PATCH] Track package.yaml. --- package.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/package.yaml b/package.yaml index 3d356ab..6b82eeb 100644 --- a/package.yaml +++ b/package.yaml @@ -6,10 +6,6 @@ author: "Author name here" maintainer: "example@example.com" copyright: "2018 Author name here" -extra-source-files: -- README.md -- ChangeLog.md - # Metadata used when publishing your package # synopsis: Short description of your package # category: Web @@ -17,17 +13,27 @@ extra-source-files: # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: Please see the README on Github at dependencies: - base >= 4.7 && < 5 +- binary +- containers +- hakyll +- mtl +- pandoc +- pandoc-citeproc +- pandoc-types +- parsec +- process +- split +- text library: source-dirs: src executables: website-exe: - main: Main.hs + main: site.hs source-dirs: app ghc-options: - -threaded