File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
distributed-process-execution
distributed-process-supervisor Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments