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 8bd080f commit b32e4fcCopy full SHA for b32e4fc
dombuilder-pandoc.cabal
@@ -23,6 +23,8 @@ library
23
, pandoc-types >= 1.22 && <1.23
24
, reflex-dom-core >= 0.6.1 && < 0.7
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
28
hs-source-dirs: src
29
default-language: Haskell2010
30
ghc-options: -Wall
0 commit comments