Skip to content

Commit 45c7b15

Browse files
committed
Remove use of deprecated 'extensions' field in distributed-process-tests.cabal
1 parent cab53c6 commit 45c7b15

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

distributed-process-tests/distributed-process-tests.cabal

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ library
4444
hs-source-dirs: src
4545
default-language: Haskell98
4646
ghc-options: -Wall -fno-warn-unused-do-bind
47-
extensions: CPP,
48-
ExistentialQuantification,
49-
FlexibleInstances,
50-
DeriveDataTypeable,
51-
DeriveGeneric,
52-
GeneralizedNewtypeDeriving,
53-
RankNTypes,
54-
RecordWildCards,
55-
ScopedTypeVariables
47+
default-extensions: CPP,
48+
ExistentialQuantification,
49+
FlexibleInstances,
50+
DeriveDataTypeable,
51+
DeriveGeneric,
52+
GeneralizedNewtypeDeriving,
53+
RankNTypes,
54+
RecordWildCards,
55+
ScopedTypeVariables
5656
if impl(ghc <= 7.4.2)
5757
Build-Depends: ghc-prim == 0.2.0.0
5858

@@ -66,7 +66,7 @@ Test-Suite TestCHInMemory
6666
network-transport >= 0.4.1.0 && < 0.6,
6767
network-transport-inmemory >= 0.5,
6868
test-framework >= 0.6 && < 0.9
69-
Extensions: CPP
69+
default-extensions: CPP
7070
default-language: Haskell98
7171
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
7272
HS-Source-Dirs: tests
@@ -84,7 +84,7 @@ Test-Suite TestCHInTCP
8484
test-framework >= 0.6 && < 0.9
8585
else
8686
Buildable: False
87-
Extensions: CPP
87+
default-extensions: CPP
8888
default-language: Haskell98
8989
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
9090
HS-Source-Dirs: tests
@@ -100,7 +100,7 @@ Test-Suite TestClosure
100100
network-transport >= 0.4.1.0 && < 0.6,
101101
network-transport-inmemory >= 0.5,
102102
test-framework >= 0.6 && < 0.9
103-
Extensions: CPP
103+
default-extensions: CPP
104104
default-language: Haskell98
105105
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
106106
HS-Source-Dirs: tests
@@ -115,7 +115,7 @@ Test-Suite TestStats
115115
network-transport >= 0.4.1.0 && < 0.6,
116116
network-transport-inmemory >= 0.5,
117117
test-framework >= 0.6 && < 0.9
118-
Extensions: CPP
118+
default-extensions: CPP
119119
default-language: Haskell98
120120
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
121121
HS-Source-Dirs: tests
@@ -130,7 +130,7 @@ Test-Suite TestMxInMemory
130130
network-transport >= 0.4.1.0 && < 0.6,
131131
network-transport-inmemory >= 0.5,
132132
test-framework >= 0.6 && < 0.9
133-
Extensions: CPP
133+
default-extensions: CPP
134134
default-language: Haskell98
135135
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
136136
HS-Source-Dirs: tests
@@ -145,7 +145,7 @@ Test-Suite TestTracingInMemory
145145
network-transport >= 0.4.1.0 && < 0.6,
146146
network-transport-inmemory >= 0.5,
147147
test-framework >= 0.6 && < 0.9
148-
Extensions: CPP
148+
default-extensions: CPP
149149
default-language: Haskell98
150150
ghc-options: -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
151151
HS-Source-Dirs: tests
@@ -160,7 +160,7 @@ Test-Suite TestMxInTCP
160160
network-transport >= 0.4.1.0 && < 0.6,
161161
network-transport-inmemory >= 0.5,
162162
test-framework >= 0.6 && < 0.9
163-
Extensions: CPP
163+
default-extensions: CPP
164164
default-language: Haskell98
165165
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
166166
HS-Source-Dirs: tests

0 commit comments

Comments
 (0)