diff options
| author | tv <tv@krebsco.de> | 2026-03-19 21:26:09 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2026-03-19 22:36:50 +0100 |
| commit | 131e4f0ccf655095d13b05f69acdaa1c22b9e6d4 (patch) | |
| tree | 0775bbb5b4d55c13c9f2c9a7a04267a7ed9b45f0 /much.cabal | |
| parent | f06e531ecfae6b36df10e2861500490f38a82de5 (diff) | |
default-language: Haskell2010 -> GHC2024
Diffstat (limited to 'much.cabal')
| -rw-r--r-- | much.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
