Skip to content

Commit 7eb80dc

Browse files
authored
Update dombuilder-pandoc.cabal
1 parent 1ae4c30 commit 7eb80dc

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
@@ -21,10 +21,10 @@ library
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.7 && < 0.8
24+
, reflex-dom-core >= 0.7 && < 0.9
2525
, text >= 1.2 && <1.3
2626
-- We don't actually need aeson, but pandoc-types has a too-lenient bound
27-
, aeson >= 1.4 && <1.6
27+
, aeson >= 1.4 && <2.2
2828
hs-source-dirs: src
2929
default-language: Haskell2010
3030
ghc-options: -Wall

0 commit comments

Comments
 (0)