From 5d83e36ef8210d1514259c89ff97a25c4d19600c Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Tue, 20 Jan 2026 17:00:40 -0600 Subject: Technically working, but I need a cleaner way to pass personA and journalA into a list context... --- www-main.cabal | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'www-main.cabal') diff --git a/www-main.cabal b/www-main.cabal index 9de4d60..6014569 100644 --- a/www-main.cabal +++ b/www-main.cabal @@ -1,6 +1,6 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.36.1. +-- This file has been generated from package.yaml by hpack version 0.38.2. -- -- see: https://github.com/sol/hpack @@ -14,6 +14,7 @@ build-type: Simple library exposed-modules: + Data.Abbr Data.Alias Data.Journal Data.License @@ -25,6 +26,7 @@ library Hakyll.Alias Hakyll.Core.Identifier.Pattorn Hakyll.Error + Hakyll.Paper Hakyll.Parsec Hakyll.TeX.BibTeX Hakyll.TeX.HaTeX @@ -45,6 +47,7 @@ library DeriveGeneric DeriveLift DerivingStrategies + DerivingVia DefaultSignatures FunctionalDependencies GADTs @@ -52,6 +55,7 @@ library MultiWayIf OverloadedStrings PatternSynonyms + RecordWildCards TypeFamilies UndecidableInstances ViewPatterns @@ -82,6 +86,7 @@ library , text , time , uri-encode + , witherable , yaml default-language: GHC2021 @@ -96,6 +101,7 @@ executable www-main DeriveGeneric DeriveLift DerivingStrategies + DerivingVia DefaultSignatures FunctionalDependencies GADTs @@ -103,6 +109,7 @@ executable www-main MultiWayIf OverloadedStrings PatternSynonyms + RecordWildCards TypeFamilies UndecidableInstances ViewPatterns -- cgit v1.2.3