Get rid of old template haskell experiments

This commit is contained in:
2024-10-30 21:53:57 +01:00
parent 6f7389a18a
commit c17da86e02
3 changed files with 12 additions and 25 deletions

View File

@@ -37,7 +37,6 @@ library
Functions
DependencyRunner
SiteGenerator
Precomputer
build-depends:
base >=4.14 && <4.20
, mtl
@@ -49,7 +48,6 @@ library
, pandoc
, JuicyPixels
, JuicyPixels-stbir
, template-haskell >=2.16 && <2.22
executable byg
import: common
@@ -57,3 +55,4 @@ executable byg
build-depends:
base >=4.14 && <4.20
, byg
, text