Skip to content

Commit eac22f7

Browse files
committed
Action/Server: remove -Wall again, to prevent -Werror killing CI
CI unfortunately uses -Werror and tests against more modern versions of GHC, so any new errors will only appear on CI.
1 parent 612583a commit eac22f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Action/Server.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{-# LANGUAGE ViewPatterns, TupleSections, RecordWildCards, ScopedTypeVariables, PatternGuards #-}
22
{-# LANGUAGE OverloadedStrings #-}
33
{-# LANGUAGE MultiWayIf #-}
4-
{-# OPTIONS_GHC -Wall -Wno-incomplete-patterns -Wno-name-shadowing #-}
54
{-# LANGUAGE NamedFieldPuns #-}
65

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

0 commit comments

Comments
 (0)