Skip to content

Commit

Permalink
Action/Server: remove -Wall again, to prevent -Werror killing CI
Browse files Browse the repository at this point in the history
CI unfortunately uses -Werror and tests against more modern versions
of GHC, so any new errors will only appear on CI.
  • Loading branch information
Profpatsch committed Mar 19, 2023
1 parent 29f8eb1 commit efd152e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Action/Server.hs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{-# LANGUAGE ViewPatterns, TupleSections, RecordWildCards, ScopedTypeVariables, PatternGuards #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE MultiWayIf #-}
{-# OPTIONS_GHC -Wall -Wno-incomplete-patterns -Wno-name-shadowing #-}
{-# LANGUAGE NamedFieldPuns #-}

module Action.Server(actionServer, actionReplay, action_server_test_, action_server_test) where
Expand Down

0 comments on commit efd152e

Please sign in to comment.