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 1f412e753..d5afefaa6 100644 --- a/cabal.project +++ b/cabal.project @@ -5,4 +5,4 @@ packages: . tests: True flags: +embed_data_files constraints: skylighting-format-blaze-html >= 0.1.1, - skylighting-format-context >= 0.1.0.1 + skylighting-format-context >= 0.1.0.2 diff --git a/stack.yaml b/stack.yaml index 593752d31..e798fbeff 100644 --- a/stack.yaml +++ b/stack.yaml @@ -24,6 +24,7 @@ extra-deps: - commonmark-pandoc-0.2.1.3 - skylighting-0.13.2.1 - skylighting-core-0.13.2.1 +- skylighting-format-context-0.1.0.2 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |
