Skip to content
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