Skip to content

Commit f17cfbd

Browse files
committed
chore: update resolvers setup
1 parent 82b1811 commit f17cfbd

File tree

6 files changed

+67
-36
lines changed

6 files changed

+67
-36
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
resolver: lts-12.26
1+
resolver: lts-13.30
22
packages:
33
- bugsnag
44
- bugsnag-wai
55
- bugsnag-yesod
66
extra-deps:
7-
- annotated-exception-0.2.0.2
7+
- annotated-exception-0.2.0.3
88
- bugsnag-hs-0.2.0.8
9-
- ua-parser-0.7.7.0

stack-lts23.yaml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
resolver: lts-23.27
2+
3+
packages:
4+
- bugsnag
5+
- bugsnag-wai
6+
- bugsnag-yesod
7+
8+
ghc-options:
9+
"$locals": >
10+
-fwrite-ide-info
11+
-Weverything
12+
-Wno-all-missed-specialisations
13+
-Wno-missing-exported-signatures
14+
-Wno-missing-import-lists
15+
-Wno-missing-kind-signatures
16+
-Wno-missing-role-annotations
17+
-Wno-missing-safe-haskell-mode
18+
-Wno-prepositive-qualified-module
19+
-Wno-safe
20+
-Wno-unsafe
21+
22+
flags:
23+
bugsnag:
24+
examples: true
25+
bugsnag-wai:
26+
examples: true
27+
bugsnag-yesod:
28+
examples: true

stack-lts24.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
resolver: lts-24.4
2+
3+
packages:
4+
- bugsnag
5+
- bugsnag-wai
6+
- bugsnag-yesod
7+
8+
ghc-options:
9+
"$locals": >
10+
-fwrite-ide-info
11+
-Weverything
12+
-Wno-all-missed-specialisations
13+
-Wno-missing-exported-signatures
14+
-Wno-missing-import-lists
15+
-Wno-missing-kind-signatures
16+
-Wno-missing-safe-haskell-mode
17+
-Wno-prepositive-qualified-module
18+
-Wno-safe
19+
-Wno-unsafe
20+
21+
flags:
22+
bugsnag:
23+
examples: true
24+
bugsnag-wai:
25+
examples: true
26+
bugsnag-yesod:
27+
examples: true

stack-nightly.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
resolver: nightly-2024-12-12
1+
resolver: nightly-2025-07-18
22
packages:
33
- bugsnag
44
- bugsnag-wai
55
- bugsnag-yesod
6+
ghc-options:
7+
"$locals": >
8+
-Wno-missing-role-annotations
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This file was autogenerated by Stack.
22
# You should not edit this file by hand.
33
# For more information, please see the documentation at:
4-
# https://docs.haskellstack.org/en/stable/lock_files
4+
# https://docs.haskellstack.org/en/stable/topics/lock_files
55

66
packages: []
77
snapshots:
88
- completed:
9-
sha256: 9444fadfa30b67a93080254d53872478c087592ad64443e47c546cdcd13149ae
10-
size: 678857
11-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/23/0.yaml
12-
original: lts-23.0
9+
sha256: d6509bd295a17463d8ff4461bc5d3637d9e7e775d753d3fcb5ecd19069e4c996
10+
size: 669887
11+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/7/15.yaml
12+
original: nightly-2025-07-15

stack.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stack-lts24.yaml

0 commit comments

Comments
 (0)