Change Value type to just be Dynamic

Restructure into more modules.
This commit is contained in:
2024-10-10 23:53:54 +02:00
parent 41fc74eb98
commit f348bd1e82
19 changed files with 378 additions and 467 deletions

View File

@@ -21,15 +21,18 @@ library
hs-source-dirs: src
exposed-modules:
Types.Token
Types.Values
Types.Value
Types.Function
Types.FunctionIO
Types.Functions
Types.Dependency
Types
DependencyGenerator
Function
FunctionIO
Functions.General
Functions.Image
Functions.Pandoc
Functions.Paths
Functions.Template
Functions.Text
Functions
DependencyRunner
SiteGenerator
Precomputer
@@ -50,5 +53,4 @@ executable byg
main-is: src/Main.hs
build-depends:
base >=4.14 && <4.20
, text
, byg