From 327c8e74c87109c0cd4c9eda29a2581c76733099 Mon Sep 17 00:00:00 2001 From: ChloeConstantine Date: Sat, 17 Dec 2022 12:55:14 -0500 Subject: [PATCH] Update stack.yaml Update for newer style, the addition of the extra packages may not be needed, but didn't hurt --- lslforge/haskell/stack.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lslforge/haskell/stack.yaml b/lslforge/haskell/stack.yaml index 531fb38..178e5d3 100644 --- a/lslforge/haskell/stack.yaml +++ b/lslforge/haskell/stack.yaml @@ -36,13 +36,13 @@ resolver: lts-14.27 # non-dependency (i.e. a user package), and its test suites and benchmarks # will not be run. This is useful for tweaking upstream packages. packages: -- '.' +- . # Dependency packages to be pulled from upstream that are not in the resolver # (e.g., acme-missiles-0.3) -extra-deps: [] -# - git: https://github.com/ki11men0w/HaXml-1.23.5.git -# commit: 42349f1fa3ab5aa7051b3dbc3bec2d2b28ab5933 +extra-deps: + - git: https://github.com/ki11men0w/HaXml-1.23.5.git + commit: 42349f1fa3ab5aa7051b3dbc3bec2d2b28ab5933 # Override default flag values for local packages and extra-deps flags: {}