Implement functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user