Skip to content

Commit

Permalink
0.22.8.2 - allow newer text, template-haskell and hspec
Browse files Browse the repository at this point in the history
  • Loading branch information
stepcut committed Jun 6, 2024
1 parent fbb3594 commit 0c7a2c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web-routes-th.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: web-routes-th
Version: 0.22.8.1
Version: 0.22.8.2
License: BSD3
License-File: LICENSE
Author: jeremy@seereason.com
Expand All @@ -24,7 +24,7 @@ test-suite Test
main-is : Test.hs
hs-source-dirs : test
build-depends : base >= 4.9 && < 5,
hspec >= 2.2 && < 2.11,
hspec >= 2.2 && < 2.12,
HUnit,
QuickCheck,
web-routes >= 0.27 && < 0.28,
Expand All @@ -34,8 +34,8 @@ Library
Default-Language: Haskell2010
Build-Depends: base >= 4.9 && < 5,
parsec >= 2 && < 4,
template-haskell >= 2.11 && < 2.20,
text >= 0.11 && < 2.1,
template-haskell >= 2.11 && < 2.23,
text >= 0.11 && < 2.2,
split >= 0.2 && < 0.3,
web-routes >= 0.26 && < 0.28
Exposed-Modules: Web.Routes.TH
Expand Down

0 comments on commit 0c7a2c5

Please sign in to comment.