Implement functions

This commit is contained in:
2024-09-28 13:57:53 +02:00
parent 67447ac23b
commit da7ea65cf5
12 changed files with 106 additions and 54 deletions

View File

@@ -11,7 +11,10 @@ extra-doc-files: README.md
common common
ghc-options: -Wall
default-language: GHC2024
default-language: GHC2021
default-extensions:
OverloadedStrings
LambdaCase
library
import: common
@@ -30,18 +33,22 @@ library
DependencyRunner
SiteGenerator
build-depends:
base
base >=4.14 && <4.20
, mtl
, containers
, bytestring
, text
, template-haskell
, directory
, blaze-html
, pandoc
, JuicyPixels
, JuicyPixels-stbir
, template-haskell >=2.16 && <2.22
executable byg
import: common
main-is: src/Main.hs
build-depends:
base
base >=4.14 && <4.20
, text
, template-haskell
, byg