Skip to content

Commit 0a4b138

Browse files
Relax template-haskell upper bound.
1 parent ba93ec2 commit 0a4b138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distributed-process.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Library
9797
if impl(ghc <= 7.4.2)
9898
Build-Depends: template-haskell >= 2.7 && < 2.8
9999
else
100-
Build-Depends: template-haskell >= 2.6 && < 2.11
100+
Build-Depends: template-haskell >= 2.6 && < 2.12
101101
Exposed-modules: Control.Distributed.Process.Internal.Closure.TH
102102
CPP-Options: -DTemplateHaskellSupport
103103

0 commit comments

Comments
 (0)