Skip to content

Commit 2dd3d76

Browse files
Relax upper bounds of TH and HUnit.
1 parent 3f97d67 commit 2dd3d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
bytestring >= 0.9 && < 0.12,
3232
distributed-process >= 0.6.0 && < 0.8,
3333
distributed-static,
34-
HUnit >= 1.2 && < 1.6,
34+
HUnit >= 1.2 && < 1.7,
3535
network-transport >= 0.4.1.0 && < 0.6,
3636
network >= 2.5 && < 2.7,
3737
random >= 1.0 && < 1.2,

distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Library
111111
Build-Depends: time >= 1.5
112112
if flag(th)
113113
other-extensions: TemplateHaskell
114-
Build-Depends: template-haskell >= 2.6 && < 2.12
114+
Build-Depends: template-haskell >= 2.6
115115
Exposed-modules: Control.Distributed.Process.Internal.Closure.TH
116116
CPP-Options: -DTemplateHaskellSupport
117117

0 commit comments

Comments
 (0)