Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gmcninch-tufts
GitHub Repository: gmcninch-tufts/2024-Sp-Math190
Path: blob/main/package.yaml
474 views
1
name: math190-site
2
version: 0.1.0.0
3
github: "gmcninch-tufts/2024-Sp-Math190"
4
license: BSD3
5
author: "George McNinch"
6
maintainer: "[email protected]"
7
copyright: "2024 George McNinch"
8
9
extra-source-files:
10
- README.md
11
- ChangeLog.md
12
13
# Metadata used when publishing your package
14
# synopsis: Short description of your package
15
# category: Web
16
17
# To avoid duplicated efforts in documentation and dealing with the
18
# complications of embedding Haddock markup inside cabal files, it is
19
# common to point users to the README.md file.
20
description: Please see the README on GitHub at <https://github.com/gmcninch/personal#readme>
21
22
dependencies:
23
- base >= 4.7 && < 5
24
- hakyll
25
- pandoc
26
27
executables:
28
math190-site:
29
main: site.hs
30
ghc-options:
31
- -threaded
32
- -rtsopts
33
- -with-rtsopts=-N
34
35