Skip to content

Commit e5ef0fe

Browse files
committed
Relax bounds on template-haskell to support GHC 8.10
This requires no code changes, so this simply tracks a relaxed bound via revision in version 1.2.1.1.
1 parent 30dcc23 commit e5ef0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ library:
5757
dependencies:
5858
- natural-transformation >= 0.2
5959
- transformers-base
60-
- template-haskell >= 2.11 && < 2.16
60+
- template-haskell >= 2.11 && < 2.17
6161

6262
executables:
6363
freer-examples:

0 commit comments

Comments
 (0)