Bump various bounds

This commit is contained in:
Malte Brandy 2020-11-18 21:13:10 +01:00
parent c166cf387d
commit 6aed7b7ebb
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
2 changed files with 5 additions and 5 deletions

View File

@ -53,8 +53,8 @@ flag split-these
library
hs-source-dirs: src
build-depends:
aeson >= 0.8 && < 1.5,
base >= 4.7 && < 4.14,
aeson >= 0.8 && < 1.6,
base >= 4.7 && < 4.15,
bifunctors >= 4.2 && < 6,
bimap >= 0.3 && < 0.4,
blaze-builder >= 0.4.1 && < 0.5,
@ -155,7 +155,7 @@ library
if flag(use-template-haskell)
build-depends:
dependent-sum-template >= 0.1 && < 0.2,
template-haskell >= 2.12.0 && < 2.16
template-haskell >= 2.12.0 && < 2.17
other-extensions: TemplateHaskell
cpp-options: -DUSE_TEMPLATE_HASKELL
other-modules:

View File

@ -57,7 +57,7 @@ library
hs-source-dirs: src-android
other-modules: Reflex.Dom.Android.MainWidget
build-depends:
aeson >= 1.4 && < 1.5,
aeson >= 1.4 && < 1.6,
android-activity == 0.1.*,
data-default == 0.7.*,
jsaddle >= 0.9.6 && < 0.10
@ -67,7 +67,7 @@ library
cpp-options: -DANDROID
build-tools: hsc2hs
build-depends:
base >= 4.7 && < 4.14,
base >= 4.7 && < 4.15,
bytestring == 0.10.*,
reflex >= 0.6.2 && < 0.8,
reflex-dom-core == 0.6.0.0,