From 8de415743d2765fe121c492109fa107c30e0d371 Mon Sep 17 00:00:00 2001 From: Tomas Janousek Date: Sun, 8 Aug 2021 11:18:25 +0100 Subject: [PATCH] ci: Disable optimization in the haskell-ci workflow Cuts a minute from the build. This was already disabled in the Stack workflow and we just forgot to put it here as well. Related: https://github.com/xmonad/xmonad-contrib/pull/580 --- .github/workflows/haskell-ci.yml | 2 ++ cabal.haskell-ci | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index ac1ee3df..382bff69 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -152,6 +152,8 @@ jobs: location: https://github.com/xmonad/xmonad branch: master + optimization: False + package xmonad-contrib flags: +pedantic ghc-options: -j diff --git a/cabal.haskell-ci b/cabal.haskell-ci index 33a0dd13..77cb4c87 100644 --- a/cabal.haskell-ci +++ b/cabal.haskell-ci @@ -10,6 +10,7 @@ hlint: True hlint-yaml: .hlint.yaml raw-project + optimization: False package xmonad-contrib flags: +pedantic ghc-options: -j