diff options
| -rw-r--r-- | cabal.project | 2 | ||||
| -rw-r--r-- | stack.yaml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project index 1565d8005..a354d2163 100644 --- a/cabal.project +++ b/cabal.project @@ -4,7 +4,7 @@ packages: . pandoc-cli tests: True flags: +embed_data_files -constraints: skylighting-format-blaze-html >= 0.1.1, +constraints: skylighting-format-blaze-html >= 0.1.1.1, skylighting-format-context >= 0.1.0.2 -- source-repository-package diff --git a/stack.yaml b/stack.yaml index 3dd044ab5..8c873ed4e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -25,6 +25,7 @@ extra-deps: - texmath-0.12.8.1 - skylighting-core-0.14 - skylighting-0.14 +- skylighting-format-blaze-html-0.1.1.1 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-21.7 |
