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
@@ -15,7 +15,7 @@ description: Supporting library, providing common types and utilities used by
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
2121 Type : git
@@ -64,6 +64,7 @@ library
6464 Control.Distributed.Process.Extras.Internal.Queue.SeqQ
6565 Control.Distributed.Process.Extras.Internal.Queue.PriorityQ
6666 Control.Distributed.Process.Extras.Internal.Unsafe
67+ default-language : Haskell2010
6768
6869test-suite InternalQueueTests
6970 import : warnings
@@ -86,6 +87,7 @@ test-suite InternalQueueTests
8687 ghc-options : -rtsopts
8788 main-is : TestQueues.hs
8889 cpp-options : -DTESTING
90+ default-language : Haskell2010
8991
9092test-suite PrimitivesTests
9193 import : warnings
@@ -113,6 +115,7 @@ test-suite PrimitivesTests
113115 hs-source-dirs : tests
114116 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
115117 main-is : TestPrimitives.hs
118+ default-language : Haskell2010
116119
117120test-suite TimerTests
118121 import : warnings
@@ -138,6 +141,7 @@ test-suite TimerTests
138141 ghc-options : -rtsopts
139142 main-is : TestTimer.hs
140143 cpp-options : -DTESTING
144+ default-language : Haskell2010
141145
142146test-suite LoggerTests
143147 import : warnings
@@ -173,3 +177,4 @@ test-suite LoggerTests
173177 hs-source-dirs : tests
174178 ghc-options : -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
175179 main-is : TestLog.hs
180+ default-language : Haskell2010
0 commit comments