summary refs log tree commit diff
path: root/haskell/haskell.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'haskell/haskell.cabal')
-rw-r--r--haskell/haskell.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/haskell/haskell.cabal b/haskell/haskell.cabal
index e6abb24..0333b6d 100644
--- a/haskell/haskell.cabal
+++ b/haskell/haskell.cabal
@@ -58,7 +58,7 @@ executable haskell
     main-is:          Main.hs
 
     -- Modules included in this executable, other than Main.
-    -- other-modules:
+    other-modules: Lift, Types
 
     -- LANGUAGE extensions used by modules in this package.
     -- other-extensions:
@@ -73,4 +73,4 @@ executable haskell
     hs-source-dirs:   app
 
     -- Base language which the package is written in.
-    default-language: Haskell2010
+    default-language: GHC2021