ref: 73e3f4ca89382a4b40b52d242fc74578ba4190f9
parent: aee54575feb52e3453018bdadd7317a35915423f
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Aug 28 21:21:44 EDT 2024
Update MicroHs.cabal
--- a/MicroHs.cabal
+++ b/MicroHs.cabal
@@ -49,11 +49,11 @@
location: https://github.com/augustss/MicroHs
executable mhs
- default-language: Haskell98
+ default-language: Haskell2010
ghc-options: -Wall -Wno-unrecognised-warning-flags -Wno-x-partial -main-is MicroHs.Main
-fwrite-ide-info -Wno-deprecations
main-is: MicroHs/Main.hs
- default-extensions: ScopedTypeVariables PatternGuards TypeSynonymInstances MultiParamTypeClasses
+ default-extensions: ScopedTypeVariables TypeSynonymInstances MultiParamTypeClasses
FlexibleInstances BangPatterns
other-modules: MicroHs.Abstract
MicroHs.Compile
--
⑨