diff options
-rw-r--r-- | stack.pkg.yaml | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stack.pkg.yaml b/stack.pkg.yaml index 8c0f20176..73179eb5b 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -20,7 +20,7 @@ extra-deps: - pandoc-types-1.17.2 - texmath-0.9.4.2 - hslua-0.8.0 -- skylighting-0.4 +- skylighting-0.4.1 - cmark-gfm-0.1.1 - QuickCheck-2.10.0.1 - tasty-quickcheck-0.9.1 diff --git a/stack.yaml b/stack.yaml index a66c60442..de6437aeb 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,7 +10,7 @@ extra-deps: - pandoc-types-1.17.2 - texmath-0.9.4.2 - hslua-0.8.0 -- skylighting-0.4 +- skylighting-0.4.1 - cmark-gfm-0.1.1 - QuickCheck-2.10.0.1 - tasty-quickcheck-0.9.1 |