diff --git a/cabal.project b/cabal.project index c8b1c796d..3885d1af5 100644 --- a/cabal.project +++ b/cabal.project @@ -2,9 +2,3 @@ packages: pandoc.cabal tests: True flags: +embed_data_files constraints: aeson >= 2.0.1.0 - -source-repository-package - type: git - location: https://github.com/tarleb/gridtables - tag: 76198add9b404124b3a2fdf137399256a91d337b - diff --git a/pandoc.cabal b/pandoc.cabal index d99e467b4..5f24104cd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -492,7 +492,7 @@ library exceptions >= 0.8 && < 0.11, file-embed >= 0.0 && < 0.1, filepath >= 1.1 && < 1.5, - gridtables >= 0.0.2 && < 0.1, + gridtables >= 0.0.3 && < 0.1, haddock-library >= 1.10 && < 1.12, hslua-module-doclayout>= 1.0.4 && < 1.1, hslua-module-path >= 1.0 && < 1.1, diff --git a/stack.yaml b/stack.yaml index d0c551a8d..667925dcd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,6 +12,7 @@ extra-deps: - skylighting-format-latex-0.1 - skylighting-format-blaze-html-0.1 - emojis-0.1.2 +- gridtables-0.0.3.0 - lpeg-1.0.3 - hslua-2.2.1 - hslua-aeson-2.2.1 @@ -42,8 +43,6 @@ extra-deps: - doctemplates-0.10.0.2 - citeproc-0.8.0.1 - texmath-0.12.5.2 -- git: https://github.com/tarleb/gridtables - commit: 76198add9b404124b3a2fdf137399256a91d337b ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules