Skip to content

Commit

Permalink
Update lower bound on template-haskell to 2.17
Browse files Browse the repository at this point in the history
This avoids the following build failure:

lib\Data\Time\Clock\Internal\DiffTime.hs:83:18: error:
Error:     Not in scope: type constructor or class ‘TH.Quote’

lib\Data\Time\Clock\Internal\DiffTime.hs:83:44: error:
Error:     Not in scope: type constructor or class ‘TH.Code’
  • Loading branch information
sheaf authored Apr 10, 2024
1 parent e5c5d19 commit de5f7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion time.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ library
build-depends:
base >= 4.14 && < 5,
deepseq >= 1.1,
template-haskell >= 2.16,
template-haskell >= 2.17,
if os(windows)
build-depends: Win32
exposed-modules:
Expand Down

0 comments on commit de5f7c0

Please sign in to comment.