Skip to content

Commit d2fb452

Browse files
committed
Bump upper bound of lucid to allow for 2.11
Fix #21
1 parent 500ae87 commit d2fb452

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)