diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-30 21:35:27 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-04-30 21:35:27 +0200 |
commit | 833c42096eb8e479855bd4ca9ecbfe3bc08a1543 (patch) | |
tree | 949d30840aa7e0a326550a2c18c11e1279f885f8 /erebos-webapp.cabal | |
parent | 46955fc2f755b6cc1328d119c085352572d76b6f (diff) |
Use blaze-html for markup
Diffstat (limited to 'erebos-webapp.cabal')
-rw-r--r-- | erebos-webapp.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erebos-webapp.cabal b/erebos-webapp.cabal index 7648849..47c7b58 100644 --- a/erebos-webapp.cabal +++ b/erebos-webapp.cabal @@ -40,6 +40,7 @@ executable erebos-webapp ImportQualifiedPost LambdaCase MultiWayIf + OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables @@ -53,6 +54,7 @@ executable erebos-webapp -- other-extensions: build-depends: base ^>= { 4.21 }, + blaze-html ^>= { 0.9 }, bytestring ^>= { 0.12 }, erebos ^>= { 0.1.8 }, ghc-experimental ^>= { 9.1201 }, |