Skip to content

Commit

Permalink
Merge pull request #410 from maralorn/bump-bounds
Browse files Browse the repository at this point in the history
Bump various bounds
  • Loading branch information
ali-abrar committed Feb 3, 2021
2 parents 52695a3 + 6aed7b7 commit 2028ff6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions reflex-dom-core/reflex-dom-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions reflex-dom/reflex-dom.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down

0 comments on commit 2028ff6

Please sign in to comment.