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 f3aa330 commit 59297a8Copy full SHA for 59297a8
.gitignore
@@ -0,0 +1 @@
1
+/pandoc
patch/pandoc.patch
@@ -2,19 +2,18 @@ diff --git a/cabal.project b/cabal.project
2
index 4ca6da52e630..b3a4ffcbb87b 100644
3
--- a/cabal.project
4
+++ b/cabal.project
5
-@@ -2,10 +2,147 @@ packages: .
+@@ -2,9 +2,146 @@
6
pandoc-lua-engine
7
pandoc-server
8
pandoc-cli
9
-tests: True
10
-flags: +embed_data_files
11
+tests: False
12
-+
13
constraints: skylighting-format-blaze-html >= 0.1.1.3,
14
skylighting-format-context >= 0.1.0.2,
15
-- for now (commercialhaskell/stackage#7545):
16
data-default-class <= 0.2, data-default <= 0.8
17
-
++
18
+allow-newer: all:zlib
19
+
20
+package aeson
0 commit comments