@@ -10,7 +10,7 @@ Maintainer: Tim Watson <watson.timothy@gmail.com>
1010copyright : Well-Typed LLP
1111category : Control, Cloud Haskell
1212build-type : Simple
13- cabal-version : >= 1.8
13+ cabal-version : >= 1.10
1414
1515flag tcp
1616 Description : build and run TCP tests
@@ -42,6 +42,7 @@ library
4242 test-framework-hunit >= 0.2.0 && < 0.4 ,
4343 stm
4444 hs-source-dirs : src
45+ default-language : Haskell98
4546 ghc-options : -Wall -fno-warn-unused-do-bind
4647 extensions : CPP,
4748 ExistentialQuantification,
@@ -66,6 +67,7 @@ Test-Suite TestCHInMemory
6667 network-transport-inmemory >= 0.5 ,
6768 test-framework >= 0.6 && < 0.9
6869 Extensions : CPP
70+ default-language : Haskell98
6971 ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
7072 HS-Source-Dirs : tests
7173
@@ -83,6 +85,7 @@ Test-Suite TestCHInTCP
8385 else
8486 Buildable : False
8587 Extensions : CPP
88+ default-language : Haskell98
8689 ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
8790 HS-Source-Dirs : tests
8891
@@ -98,6 +101,7 @@ Test-Suite TestClosure
98101 network-transport-inmemory >= 0.5 ,
99102 test-framework >= 0.6 && < 0.9
100103 Extensions : CPP
104+ default-language : Haskell98
101105 ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
102106 HS-Source-Dirs : tests
103107
@@ -112,6 +116,7 @@ Test-Suite TestStats
112116 network-transport-inmemory >= 0.5 ,
113117 test-framework >= 0.6 && < 0.9
114118 Extensions : CPP
119+ default-language : Haskell98
115120 ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
116121 HS-Source-Dirs : tests
117122
@@ -126,6 +131,7 @@ Test-Suite TestMxInMemory
126131 network-transport-inmemory >= 0.5 ,
127132 test-framework >= 0.6 && < 0.9
128133 Extensions : CPP
134+ default-language : Haskell98
129135 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
130136 HS-Source-Dirs : tests
131137
@@ -140,6 +146,7 @@ Test-Suite TestTracingInMemory
140146 network-transport-inmemory >= 0.5 ,
141147 test-framework >= 0.6 && < 0.9
142148 Extensions : CPP
149+ default-language : Haskell98
143150 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
144151 HS-Source-Dirs : tests
145152
@@ -154,5 +161,6 @@ Test-Suite TestMxInTCP
154161 network-transport-inmemory >= 0.5 ,
155162 test-framework >= 0.6 && < 0.9
156163 Extensions : CPP
164+ default-language : Haskell98
157165 ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
158166 HS-Source-Dirs : tests
0 commit comments