Merge pull request #410 from maralorn/bump-bounds

Bump various bounds
This commit is contained in:
Ali Abrar 2021-02-03 12:56:33 -05:00 committed by GitHub
commit 2028ff64be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -57,8 +57,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.5,
blaze-builder >= 0.4.1 && < 0.5,
@ -159,7 +159,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

@ -61,7 +61,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
@ -71,7 +71,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.8 && < 0.9,
reflex-dom-core == 0.6.1.0,