Skip to content

Commit

Permalink
Put an upper bound on template-haskell dependency (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej authored Jul 23, 2020
1 parent 4856d26 commit a06c37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion free.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ library
semigroupoids >= 4 && < 6,
transformers >= 0.2.0 && < 0.6,
transformers-base >= 0.4 && < 0.5,
template-haskell >= 2.7.0.0 && < 3,
template-haskell >= 2.7.0.0 && < 2.17,
exceptions >= 0.6 && < 0.11,
containers < 0.7

Expand Down

0 comments on commit a06c37f

Please sign in to comment.