Skip to content

Update stack.yaml #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions lslforge/haskell/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}
Expand Down