Skip to content

Commit dae7b35

Browse files
authored
Merge pull request #22 from tchoutri/bump-lucid-upper-bound-2.11
Bump upper bound of lucid to allow for 2.11
2 parents 8933ad8 + d2fb452 commit dae7b35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist-newstyle

servant-lucid.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
Lucid.Servant
3232
build-depends: base >=4.9 && <5
3333
, http-media >=0.6.4 && <0.9
34-
, lucid >=2.9.8 && <2.11
34+
, lucid >=2.9.8 && <2.12
3535
, text >=1.2.3.0 && <1.3
3636
, servant >=0.17 && <0.19
3737

0 commit comments

Comments
 (0)