Skip to content

Commit a11d456

Browse files
committed
Relax version bounds.
1 parent eb4cbc2 commit a11d456

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servant-js.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ library
5050
Servant.JS.Internal
5151
Servant.JS.JQuery
5252
Servant.JS.Vanilla
53-
build-depends: base >= 4.9 && <4.14
53+
build-depends: base >= 4.9 && <4.15
5454
, base-compat >= 0.10.5 && <0.12
5555
, charset >= 0.3.7.1 && <0.4
56-
, lens >= 4.17 && <4.19
56+
, lens >= 4.17 && <4.20
5757
, servant-foreign >= 0.15 && <0.16
5858
, servant >= 0.15 && <0.18
5959
, text >= 1.2.3.0 && < 1.3

0 commit comments

Comments
 (0)