summaryrefslogtreecommitdiff
path: root/www-main.cabal
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2025-01-11 10:28:34 -0600
committerChris Wells <chris@mathematicaster.org>2025-01-11 10:28:34 -0600
commit1a3ecbb58d85f70be0625777f9deb9a58907d2e2 (patch)
tree88ab89ecbe8946b06e09ab0e594878f8572e72de /www-main.cabal
parent42a2d42eecf551dd1990c97c1ae2586cd46674be (diff)
downloadmain-1a3ecbb58d85f70be0625777f9deb9a58907d2e2.tar
main-1a3ecbb58d85f70be0625777f9deb9a58907d2e2.tar.gz
main-1a3ecbb58d85f70be0625777f9deb9a58907d2e2.tar.bz2
main-1a3ecbb58d85f70be0625777f9deb9a58907d2e2.tar.lz
main-1a3ecbb58d85f70be0625777f9deb9a58907d2e2.tar.xz
main-1a3ecbb58d85f70be0625777f9deb9a58907d2e2.tar.zst
main-1a3ecbb58d85f70be0625777f9deb9a58907d2e2.zip
More basic modules for errors and parsers
Diffstat (limited to 'www-main.cabal')
-rw-r--r--www-main.cabal93
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