Skip to content

Commit 646f11c

Browse files
committed
Update version bounds
1 parent b32e4fc commit 646f11c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dombuilder-pandoc.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ extra-source-files: CHANGELOG.md
1717
library
1818
exposed-modules: Reflex.Dom.Builder.Pandoc
1919
Reflex.Dom.Builder.Pandoc.RawHtml
20-
build-depends: base >=4.12 && <4.14
20+
build-depends: base >=4.12 && <4.15
2121
, containers >= 0.6 && <0.7
2222
, html-parse >= 0.2 && <0.3
2323
, pandoc-types >= 1.22 && <1.23
24-
, reflex-dom-core >= 0.6.1 && < 0.7
24+
, reflex-dom-core >= 0.7 && < 0.8
2525
, text >= 1.2 && <1.3
2626
-- We don't actually need aeson, but pandoc-types has a too-lenient bound
2727
, aeson >= 1.4 && <1.5

0 commit comments

Comments
 (0)