diff options
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 |
