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 1ae4c30 commit 7eb80dcCopy full SHA for 7eb80dc
dombuilder-pandoc.cabal
@@ -21,10 +21,10 @@ library
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.7 && < 0.8
+ , reflex-dom-core >= 0.7 && < 0.9
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.6
+ , aeson >= 1.4 && <2.2
28
hs-source-dirs: src
29
default-language: Haskell2010
30
ghc-options: -Wall
0 commit comments