Skip to content
Snippets Groups Projects

Upgrade Myott to Haskell2010, and make it compliant with the Ormolu style guide

Merged Benjamin.Chetioui requested to merge Benjamin.Chetioui/myott:compat-fixes into master
6 files
+ 63
60
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 2
2
@@ -85,7 +85,7 @@ library
hs-source-dirs: src
-- Base language which the package is written in.
default-language: Haskell98
default-language: Haskell2010
executable myott
@@ -128,5 +128,5 @@ executable myott
hs-source-dirs: src
-- Base language which the package is written in.
default-language: Haskell98
default-language: Haskell2010
Loading