diff options
-rw-r--r-- | cabal.project | 5 | ||||
-rw-r--r-- | stack.yaml | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/cabal.project b/cabal.project index 0d6b3a7a4..b9ae763d9 100644 --- a/cabal.project +++ b/cabal.project @@ -4,9 +4,4 @@ package pandoc flags: +embed_data_files -trypandoc ghc-options: -j +RTS -A64m -RTS -source-repository-package - type: git - location: https://github.com/jgm/citeproc - tag: f7f1c21535614c013e42ae71be7e39926cba5150 - constraints: base16-bytestring < 1 diff --git a/stack.yaml b/stack.yaml index 1957dfaa3..07e54de4f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -6,8 +6,7 @@ flags: packages: - '.' extra-deps: -- git: https://github.com/jgm/citeproc - commit: f7f1c21535614c013e42ae71be7e39926cba5150 +- citeproc-0.1 - pandoc-types-1.22 - texmath-0.12.0.3 - rfc5051-0.2 |