From 71441b3c2bcf3d1500b8137f879902cd3eca3b6e Mon Sep 17 00:00:00 2001 From: Lennart Spitzner Date: Sun, 7 Oct 2018 16:06:07 +0200 Subject: [PATCH] Re-enable ghc-8.6, Add -Wcompat --- butcher.cabal | 3 ++- iridium.yaml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/butcher.cabal b/butcher.cabal index 7747243..e5057db 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -37,7 +37,7 @@ library other-modules: UI.Butcher.Monadic.Internal.Types UI.Butcher.Monadic.Internal.Core build-depends: - { base >=4.9 && <4.12 + { base >=4.9 && <4.13 , free < 5.2 , unsafe < 0.1 , microlens <0.5 @@ -80,6 +80,7 @@ library } ghc-options: { -Wall + -Wcompat -fno-spec-constr -fno-warn-unused-imports -fno-warn-orphans diff --git a/iridium.yaml b/iridium.yaml index 629b387..6ae70a0 100644 --- a/iridium.yaml +++ b/iridium.yaml @@ -27,8 +27,8 @@ checks: version: "8.2.2" - compiler: "ghc" version: "8.4.3" - # - compiler: "ghc" - # version: "8.6.1" + - compiler: "ghc" + version: "8.6.1" compilers-help: | for this to work, cabal will need the paths to the actual compilers to be configured; see the note about the user-global @@ -36,6 +36,7 @@ checks: enabled: True compiler-warnings: enabled: True + enable-compat: False documentation: enabled: True hlint: