11cabal-version : 3.0
22name : distributed-process-extras
3- version : 0.3.5
3+ version : 0.3.6
44build-type : Simple
55license : BSD-3-Clause
66license-file : LICENCE
77stability : experimental
88Copyright : Tim Watson 2012 - 2017
99Author : Tim Watson
1010maintainer : The Distributed Haskell team
11- Homepage : http://github.com/haskell-distributed/distributed-process-extras
12- Bug-Reports : http://github.com/haskell-distributed/distributed-process-extras /issues
11+ Homepage : http://github.com/haskell-distributed/distributed-process
12+ Bug-Reports : http://github.com/haskell-distributed/distributed-process/issues
1313synopsis : Cloud Haskell Extras
1414description : Supporting library , providing common types and utilities used by the
1515 various libraries built on top of distributed-process
1616category : Control
1717tested-with : GHC== 8.10.7 GHC== 9.0.2 GHC== 9.2.8 GHC== 9.4.5 GHC== 9.6.4 GHC== 9.8.2 GHC== 9.10.1
18- extra-source -files : ChangeLog
18+ extra-doc -files : ChangeLog
1919
2020source-repository head
21- type : git
22- location : https://github.com/haskell-distributed/distributed-process-extras
21+ Type : git
22+ Location : https://github.com/haskell-distributed/distributed-process
23+ SubDir : packages/distributed-process-extras
2324
2425common warnings
2526 ghc-options : -Wall
@@ -63,6 +64,7 @@ library
6364 Control.Distributed.Process.Extras.Internal.Queue.SeqQ
6465 Control.Distributed.Process.Extras.Internal.Queue.PriorityQ
6566 Control.Distributed.Process.Extras.Internal.Unsafe
67+ default-language : Haskell2010
6668
6769test-suite InternalQueueTests
6870 import : warnings
@@ -85,6 +87,7 @@ test-suite InternalQueueTests
8587 ghc-options : -rtsopts
8688 main-is : TestQueues.hs
8789 cpp-options : -DTESTING
90+ default-language : Haskell2010
8891
8992test-suite PrimitivesTests
9093 import : warnings
@@ -112,6 +115,7 @@ test-suite PrimitivesTests
112115 hs-source-dirs : tests
113116 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
114117 main-is : TestPrimitives.hs
118+ default-language : Haskell2010
115119
116120test-suite TimerTests
117121 import : warnings
@@ -137,6 +141,7 @@ test-suite TimerTests
137141 ghc-options : -rtsopts
138142 main-is : TestTimer.hs
139143 cpp-options : -DTESTING
144+ default-language : Haskell2010
140145
141146test-suite LoggerTests
142147 import : warnings
@@ -172,3 +177,4 @@ test-suite LoggerTests
172177 hs-source-dirs : tests
173178 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
174179 main-is : TestLog.hs
180+ default-language : Haskell2010
0 commit comments