summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 608a5d636..9a9e3903e 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -72,7 +72,7 @@ flag c-runtime
Description: Include functionality from the C run-time library (which must be installed already)
Default: False
-Library
+library
default-language: Haskell2010
build-depends: base >= 4.6 && <5,
array,
@@ -320,7 +320,7 @@ Library
if impl(ghc>=8.2)
ghc-options: -fhide-source-paths
-Executable gf
+executable gf
hs-source-dirs: src/programs
main-is: gf-main.hs
default-language: Haskell2010