diff options
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 }, |