Skip to content

Commit 57391cc

Browse files
committed
Clean up stack.yaml
1 parent 19be29e commit 57391cc

File tree

2 files changed

+5
-60
lines changed

2 files changed

+5
-60
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ codex.tags
1313
*.out
1414
*.eventlog
1515
dist-newstyle/
16+
stack.yaml.lock

stack.yaml

Lines changed: 4 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,9 @@
1-
# This file was automatically generated by 'stack init'
2-
#
3-
# Some commonly used options have been documented as comments in this file.
4-
# For advanced use and comprehensive documentation of the format, please see:
5-
# http://docs.haskellstack.org/en/stable/yaml_configuration/
6-
7-
# Resolver to choose a 'specific' stackage snapshot or a compiler version.
8-
# A snapshot resolver dictates the compiler version and the set of packages
9-
# to be used for project dependencies. For example:
10-
#
11-
# resolver: lts-3.5
12-
# resolver: nightly-2015-09-21
13-
# resolver: ghc-7.10.2
14-
# resolver: ghcjs-0.1.0_ghc-7.10.2
15-
# resolver:
16-
# name: custom-snapshot
17-
# location: "./custom-snapshot.yaml"
181
resolver: lts-18.23
192
system-ghc: true
203

21-
# User packages to be built.
22-
# Various formats can be used as shown in the example below.
23-
#
24-
# packages:
25-
# - some-directory
26-
# - https://example.com/foo/bar/baz-0.0.2.tar.gz
27-
# - location:
28-
# git: https://github.com/commercialhaskell/stack.git
29-
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
30-
# - location: https://github.com/commercialhaskell/stack/commit/e7b331f14bcffb8367cd58fbfc8b40ec7642100a
31-
# extra-dep: true
32-
# subdirs:
33-
# - auto-update
34-
# - wai
35-
#
36-
# A package marked 'extra-dep: true' will only be built if demanded by a
37-
# non-dependency (i.e. a user package), and its test suites and benchmarks
38-
# will not be run. This is useful for tweaking upstream packages.
394
packages:
405
- '.'
41-
# Dependency packages to be pulled from upstream that are not in the resolver
42-
# (e.g., acme-missiles-0.3)
6+
437
extra-deps: []
448

459
# XXX: GHC 9.2.1-capable set
@@ -49,26 +13,6 @@ extra-deps: []
4913
#- text-2.0
5014
#- hashable-1.4.0.2
5115

52-
# Override default flag values for local packages and extra-deps
53-
flags: {}
54-
55-
# Extra package databases containing global packages
56-
extra-package-dbs: []
57-
58-
# Control whether we use the GHC we find on the path
59-
# system-ghc: true
60-
#
61-
# Require a specific version of stack, using version ranges
62-
# require-stack-version: -any # Default
63-
# require-stack-version: ">=1.4"
64-
#
65-
# Override the architecture used by stack, especially useful on Windows
66-
# arch: i386
67-
# arch: x86_64
68-
#
69-
# Extra directories used by stack for building
70-
# extra-include-dirs: [/path/to/dir]
71-
# extra-lib-dirs: [/path/to/dir]
72-
#
73-
# Allow a newer minor version of GHC than the snapshot specifies
74-
# compiler-check: newer-minor
16+
flags:
17+
aeson-tiled:
18+
tests: true

0 commit comments

Comments
 (0)