name: math190-site1version: 0.1.0.02github: "gmcninch-tufts/2024-Sp-Math190"3license: BSD34author: "George McNinch"5maintainer: "[email protected]"6copyright: "2024 George McNinch"78extra-source-files:9- README.md10- ChangeLog.md1112# Metadata used when publishing your package13# synopsis: Short description of your package14# category: Web1516# To avoid duplicated efforts in documentation and dealing with the17# complications of embedding Haddock markup inside cabal files, it is18# common to point users to the README.md file.19description: Please see the README on GitHub at <https://github.com/gmcninch/personal#readme>2021dependencies:22- base >= 4.7 && < 523- hakyll24- pandoc2526executables:27math190-site:28main: site.hs29ghc-options:30- -threaded31- -rtsopts32- -with-rtsopts=-N333435