Skip to content

Commit

Permalink
Relax template-haskell bounds for GHC 8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles authored Sep 17, 2019
1 parent dc66ce2 commit 2e03bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email-validate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ library
base >= 4.4 && < 5,
attoparsec >= 0.10.0 && < 0.14,
bytestring >= 0.9 && < 0.11,
template-haskell >= 2.10.0.0 && < 2.15
template-haskell >= 2.10.0.0 && < 2.16
default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall
Expand Down

0 comments on commit 2e03bf9

Please sign in to comment.