Skip to content

Commit

Permalink
reflex-dom: up base bounds
Browse files Browse the repository at this point in the history
No code changes were needed to use base 1.11
  • Loading branch information
matthewbauer committed Jun 27, 2018
1 parent c67151d commit 1eb43e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reflex-dom-core/reflex-dom-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
hs-source-dirs: src
build-depends:
aeson >= 0.8 && < 1.3,
base >= 4.7 && < 4.11,
base >= 4.7 && < 4.12,
bifunctors >= 4.2 && < 6,
bimap >= 0.3 && < 0.4,
blaze-builder,
Expand Down
2 changes: 1 addition & 1 deletion reflex-dom/reflex-dom.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
cpp-options: -DANDROID
build-tools: hsc2hs
build-depends:
base >= 4.7 && < 4.11,
base >= 4.7 && < 4.12,
bytestring == 0.10.*,
reflex == 0.5.*,
reflex-dom-core >=0.4 && <0.5,
Expand Down

0 comments on commit 1eb43e1

Please sign in to comment.