diff options
-rw-r--r-- | stack.yaml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/stack.yaml b/stack.yaml index 4facd7ca3..1f56b6765 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,14 +10,6 @@ flags: debug: false packages: - '.' -# See https://github.com/haskell-foundation/foundation/pull/503 -# We can go back to released foundation when this is fixed. -- location: - git: https://github.com/jgm/foundation - commit: '4294e39' - subdirs: - - foundation - extra-dep: true extra-deps: - pandoc-citeproc-0.16.1 - skylighting-0.7.7 @@ -26,4 +18,4 @@ extra-deps: - texmath-0.11.2 ghc-options: "$locals": -fhide-source-paths -XNoImplicitPrelude -resolver: lts-13.5 +resolver: lts-13.9 |