diff --git a/webify.cabal b/webify.cabal index f5eb4fd..dc1056a 100644 --- a/webify.cabal +++ b/webify.cabal @@ -13,12 +13,13 @@ copyright: (c) 2013 Anantha Kumaran category: Web build-type: Simple tested-with: GHC == 8.0.2, GHC == 8.2.2 -cabal-version: >=1.8 +cabal-version: >=1.10 Flag debug Default: False executable webify + default-language: Haskell2010 hs-source-dirs: src main-is: Webify.hs other-modules: EOT, Font, OTF, SVG, TTF, Utils, WOFF