Skip to content

Commit b32e4fc

Browse files
committed
cabal: Constraint aeson version
1 parent 8bd080f commit b32e4fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dombuilder-pandoc.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ library
2323
, pandoc-types >= 1.22 && <1.23
2424
, reflex-dom-core >= 0.6.1 && < 0.7
2525
, 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
2628
hs-source-dirs: src
2729
default-language: Haskell2010
2830
ghc-options: -Wall

0 commit comments

Comments
 (0)