Skip to content

Commit 1ae4c30

Browse files
committed
cabal: Loosen aeson bound
1 parent 646f11c commit 1ae4c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dombuilder-pandoc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ library
2424
, 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
27-
, aeson >= 1.4 && <1.5
27+
, aeson >= 1.4 && <1.6
2828
hs-source-dirs: src
2929
default-language: Haskell2010
3030
ghc-options: -Wall

0 commit comments

Comments
 (0)