We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32e4fc commit 646f11cCopy full SHA for 646f11c
dombuilder-pandoc.cabal
@@ -17,11 +17,11 @@ extra-source-files: CHANGELOG.md
17
library
18
exposed-modules: Reflex.Dom.Builder.Pandoc
19
Reflex.Dom.Builder.Pandoc.RawHtml
20
- build-depends: base >=4.12 && <4.14
+ build-depends: base >=4.12 && <4.15
21
, containers >= 0.6 && <0.7
22
, html-parse >= 0.2 && <0.3
23
, pandoc-types >= 1.22 && <1.23
24
- , reflex-dom-core >= 0.6.1 && < 0.7
+ , reflex-dom-core >= 0.7 && < 0.8
25
, text >= 1.2 && <1.3
26
-- We don't actually need aeson, but pandoc-types has a too-lenient bound
27
, aeson >= 1.4 && <1.5
0 commit comments