summaryrefslogtreecommitdiffstats
path: root/much.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'much.cabal')
-rw-r--r--much.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/much.cabal b/much.cabal
index 06ba74a..53b5da3 100644
--- a/much.cabal
+++ b/much.cabal
@@ -14,7 +14,7 @@ executable much
import: common-stuff
hs-source-dirs: app
main-is: much.hs
- default-language: Haskell2010
+ default-language: GHC2024
ghc-options: -O2 -threaded -with-rtsopts=-N
build-depends: much
, base
@@ -105,5 +105,5 @@ library
, vector
, wai
, warp
- default-language: Haskell2010
+ default-language: GHC2024
ghc-options: -O2 -Wall