Skip to content

Commit

Permalink
Remove use of deprecated 'extensions' field in distributed-process-te…
Browse files Browse the repository at this point in the history
…sts.cabal
  • Loading branch information
davidsd committed Mar 31, 2024
1 parent cab53c6 commit 45c7b15
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions distributed-process-tests/distributed-process-tests.cabal
Expand Up @@ -44,15 +44,15 @@ library
hs-source-dirs: src
default-language: Haskell98
ghc-options: -Wall -fno-warn-unused-do-bind
extensions: CPP,
ExistentialQuantification,
FlexibleInstances,
DeriveDataTypeable,
DeriveGeneric,
GeneralizedNewtypeDeriving,
RankNTypes,
RecordWildCards,
ScopedTypeVariables
default-extensions: CPP,
ExistentialQuantification,
FlexibleInstances,
DeriveDataTypeable,
DeriveGeneric,
GeneralizedNewtypeDeriving,
RankNTypes,
RecordWildCards,
ScopedTypeVariables
if impl(ghc <= 7.4.2)
Build-Depends: ghc-prim == 0.2.0.0

Expand All @@ -66,7 +66,7 @@ Test-Suite TestCHInMemory
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
default-extensions: CPP
default-language: Haskell98
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
HS-Source-Dirs: tests
Expand All @@ -84,7 +84,7 @@ Test-Suite TestCHInTCP
test-framework >= 0.6 && < 0.9
else
Buildable: False
Extensions: CPP
default-extensions: CPP
default-language: Haskell98
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
HS-Source-Dirs: tests
Expand All @@ -100,7 +100,7 @@ Test-Suite TestClosure
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
default-extensions: CPP
default-language: Haskell98
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
HS-Source-Dirs: tests
Expand All @@ -115,7 +115,7 @@ Test-Suite TestStats
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
default-extensions: CPP
default-language: Haskell98
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
HS-Source-Dirs: tests
Expand All @@ -130,7 +130,7 @@ Test-Suite TestMxInMemory
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
default-extensions: CPP
default-language: Haskell98
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
HS-Source-Dirs: tests
Expand All @@ -145,7 +145,7 @@ Test-Suite TestTracingInMemory
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
default-extensions: CPP
default-language: Haskell98
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
HS-Source-Dirs: tests
Expand All @@ -160,7 +160,7 @@ Test-Suite TestMxInTCP
network-transport >= 0.4.1.0 && < 0.6,
network-transport-inmemory >= 0.5,
test-framework >= 0.6 && < 0.9
Extensions: CPP
default-extensions: CPP
default-language: Haskell98
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
HS-Source-Dirs: tests

0 comments on commit 45c7b15

Please sign in to comment.