diff options
Diffstat (limited to 'www-main.cabal')
| -rw-r--r-- | www-main.cabal | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/www-main.cabal b/www-main.cabal new file mode 100644 index 0000000..4f84d0a --- /dev/null +++ b/www-main.cabal @@ -0,0 +1,93 @@ +cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.36.1. +-- +-- see: https://github.com/sol/hpack + +name: www-main +version: 0.1.0.0 +author: Chris Wells +maintainer: chris@mathematicaster.org +copyright: 2024 Chris Wells +license: MIT +build-type: Simple + +library + exposed-modules: + Hakyll.Core.Identifier.Pattorn + Hakyll.Error + Hakyll.Parsec.Parsec + Hakyll.TeX.BibTeX + Hakyll.TeX.HaTeX + Hakyll.TeX.LaTeX + Hakyll.TeX.TikZ + Prolog + WWW.Base + WWW.HW + other-modules: + Paths_www_main + hs-source-dirs: + src + default-extensions: + BangPatterns + DeriveGeneric + DeriveLift + DerivingStrategies + DefaultSignatures + FunctionalDependencies + GADTs + LambdaCase + MultiWayIf + OverloadedStrings + PatternSynonyms + TypeFamilies + ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints + build-depends: + HaTeX + , base >=4.7 && <5 + , bibtex + , binary + , blaze-html + , bytestring + , comonad + , email-validate + , filepath + , hakyll + , mtl + , network-uri + , pandoc + , parsec + , process + , string-conv + , text + , uri-encode + default-language: GHC2021 + +executable site + main-is: Main.hs + other-modules: + Paths_www_main + hs-source-dirs: + app + default-extensions: + BangPatterns + DeriveGeneric + DeriveLift + DerivingStrategies + DefaultSignatures + FunctionalDependencies + GADTs + LambdaCase + MultiWayIf + OverloadedStrings + PatternSynonyms + TypeFamilies + ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints -threaded + build-depends: + base >=4.7 && <5 + , hakyll + , hakyll-images + , hakyll-sass + , hjsmin + , www-main + default-language: GHC2021 |
