Skip to content

Commit f682e96

Browse files
committed
Don't use -eventlog flag, which is deprecated
1 parent 7c8959a commit f682e96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/distributed-process-execution/distributed-process-execution.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test-suite ExchangeTests
102102
ghc-prim
103103
hs-source-dirs:
104104
tests
105-
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind -eventlog
105+
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
106106
main-is: TestExchange.hs
107107
default-language: Haskell2010
108108

@@ -143,7 +143,7 @@ test-suite MailboxTests
143143
ghc-prim
144144
hs-source-dirs:
145145
tests
146-
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind -eventlog
146+
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
147147
main-is: TestMailbox.hs
148148
other-modules: MailboxTestFilters
149149
default-language: Haskell2010

packages/distributed-process-supervisor/distributed-process-supervisor.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ test-suite SupervisorTests
102102
ghc-prim,
103103
exceptions >= 0.10 && < 0.11
104104
hs-source-dirs: tests
105-
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-name-shadowing -fno-warn-unused-do-bind -eventlog
105+
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-name-shadowing -fno-warn-unused-do-bind
106106
main-is: TestSupervisor.hs
107107
other-modules: TestUtils
108108
default-language: Haskell2010

0 commit comments

Comments
 (0)