diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-02-04 15:10:57 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-02-04 15:10:57 -0600 |
| commit | 79fcc03c19fc0ec27e416bdf6944f718d38f8e09 (patch) | |
| tree | 52c2978d90c0c750638bfabee34d0e77a0ed9791 /www-main.cabal | |
| parent | 7085075a90c03025e5d53a256d42e317805b879b (diff) | |
| download | main-79fcc03c19fc0ec27e416bdf6944f718d38f8e09.tar main-79fcc03c19fc0ec27e416bdf6944f718d38f8e09.tar.gz main-79fcc03c19fc0ec27e416bdf6944f718d38f8e09.tar.bz2 main-79fcc03c19fc0ec27e416bdf6944f718d38f8e09.tar.lz main-79fcc03c19fc0ec27e416bdf6944f718d38f8e09.tar.xz main-79fcc03c19fc0ec27e416bdf6944f718d38f8e09.tar.zst main-79fcc03c19fc0ec27e416bdf6944f718d38f8e09.zip | |
Working on the alias module
Diffstat (limited to 'www-main.cabal')
| -rw-r--r-- | www-main.cabal | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www-main.cabal b/www-main.cabal index 0991eae..84698d9 100644 --- a/www-main.cabal +++ b/www-main.cabal @@ -47,9 +47,11 @@ library OverloadedStrings PatternSynonyms TypeFamilies + UndecidableInstances ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wmissing-home-modules -Wpartial-fields -Wredundant-constraints build-depends: HaTeX + , aeson , base >=4.7 && <5 , bibtex , binary @@ -57,6 +59,7 @@ library , blaze-markup , bytestring , comonad + , containers , email-validate , exceptions , filepath @@ -92,6 +95,7 @@ executable www-main OverloadedStrings PatternSynonyms TypeFamilies + UndecidableInstances 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 |
