From 1a3ecbb58d85f70be0625777f9deb9a58907d2e2 Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Sat, 11 Jan 2025 10:28:34 -0600 Subject: More basic modules for errors and parsers --- www-main.cabal | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 www-main.cabal (limited to 'www-main.cabal') 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 -- cgit v1.2.3