11name : distributed-process-extras
2- version : 0.2.1.2
2+ version : 0.3.0
33cabal-version : >= 1.8
44build-type : Simple
55license : BSD3
66license-file : LICENCE
77stability : experimental
8- Copyright : Tim Watson 2012 - 2016
8+ Copyright : Tim Watson 2012 - 2017
99Author : Tim Watson
1010Maintainer : Tim Watson <
[email protected] >
1111Stability : experimental
1212Homepage : http://github.com/haskell-distributed/distributed-process-extras
1313Bug-Reports : http://github.com/haskell-distributed/distributed-process-extras/issues
1414synopsis : Cloud Haskell Extras
1515description : Supporting library , providing common types and utilities used by the
16- various components that make up the distributed-process-platform package.
16+ various libraries built on top of distributed-process
1717category : Control
18- tested-with : GHC == 7.8.4 GHC == 7.10.2 GHC == 7.10.3
18+ Tested-With : GHC== 7.10.3 GHC== 8.0.1 GHC== 8.0.2
1919data-dir : ""
2020extra-source-files : ChangeLog
2121
@@ -32,7 +32,7 @@ flag old-locale
3232library
3333 build-depends : base >= 4.6 && < 5 ,
3434 data-accessor >= 0.2.2.3 ,
35- distributed-process >= 0.6.1 && < 0.7 ,
35+ distributed-process >= 0.6.6 && < 0.7 ,
3636 binary >= 0.6.3.0 && < 0.9 ,
3737 deepseq >= 1.3.0.1 && < 1.6 ,
3838 mtl >= 2.0 && < 2.4 ,
@@ -73,7 +73,7 @@ test-suite InternalQueueTests
7373 build-depends :
7474 base >= 4.6 && < 5 ,
7575 ansi-terminal >= 0.5 && < 0.7 ,
76- distributed-process >= 0.6.1 && < 0.7 ,
76+ distributed-process >= 0.6.6 && < 0.7 ,
7777 distributed-process-extras,
7878 distributed-process-systest >= 0.1.0 && < 0.2.0 ,
7979 HUnit >= 1.2 && < 2 ,
@@ -96,7 +96,7 @@ test-suite PrimitivesTests
9696 build-depends :
9797 base >= 4.6 && < 5 ,
9898 ansi-terminal >= 0.5 && < 0.7 ,
99- distributed-process >= 0.6.1 && < 0.7 ,
99+ distributed-process >= 0.6.6 && < 0.7 ,
100100 distributed-process-extras,
101101 distributed-process-systest >= 0.1.0 && < 0.2.0 ,
102102 network-transport >= 0.4 && < 0.5 ,
@@ -125,7 +125,7 @@ test-suite TimerTests
125125 base >= 4.6 && < 5 ,
126126 ansi-terminal >= 0.5 && < 0.7 ,
127127 deepseq >= 1.3.0.1 && < 1.6 ,
128- distributed-process >= 0.6.1 && < 0.7 ,
128+ distributed-process >= 0.6.6 && < 0.7 ,
129129 distributed-process-extras,
130130 distributed-process-systest >= 0.1.0 && < 0.2.0 ,
131131 network-transport >= 0.4 && < 0.5 ,
@@ -153,7 +153,7 @@ test-suite LoggerTests
153153 containers,
154154 hashable,
155155 unordered-containers >= 0.2.3.0 && < 0.3 ,
156- distributed-process >= 0.6.1 && < 0.7 ,
156+ distributed-process >= 0.6.6 && < 0.7 ,
157157 distributed-process-extras,
158158 distributed-process-systest >= 0.1.0 && < 0.2.0 ,
159159 distributed-static,
@@ -176,6 +176,6 @@ test-suite LoggerTests
176176 ghc-prim
177177 hs-source-dirs :
178178 tests
179- ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind -eventlog
179+ ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N -fno-warn-unused-do-bind
180180 extensions : CPP
181181 main-is : TestLog.hs
0 commit comments