Skip to content

Commit 155c01d

Browse files
committed
Fix 8.6.x extra-deps in stack
1 parent ceb92b9 commit 155c01d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

stack-8.6.4.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ghc-options:
1111
extra-deps:
1212
- aeson-1.5.2.0
1313
- ansi-terminal-0.10.3
14-
- base-compat-0.11.0
14+
- base-compat-0.10.5
1515
- github: bubba/brittany
1616
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
1717
- butcher-1.3.3.1
@@ -43,6 +43,7 @@ extra-deps:
4343
- optparse-applicative-0.15.1.0
4444
- ormolu-0.1.2.0
4545
- parser-combinators-1.2.1
46+
- primitive-0.7.1.0
4647
- regex-base-0.94.0.0
4748
- regex-pcre-builtin-0.95.1.1.8.43
4849
- regex-tdfa-1.3.1.0
@@ -53,6 +54,7 @@ extra-deps:
5354
- stylish-haskell-0.11.0.3
5455
- tasty-rerun-1.1.17
5556
- temporary-1.2.1.1
57+
- these-1.1.1.1
5658
- type-equality-1
5759
- topograph-1
5860

stack-8.6.5.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ghc-options:
1010
extra-deps:
1111
- aeson-1.5.2.0
1212
- ansi-terminal-0.10.3
13-
- base-compat-0.11.0
13+
- base-compat-0.10.5
1414
- github: bubba/brittany
1515
commit: c59655f10d5ad295c2481537fc8abf0a297d9d1c
1616
- butcher-1.3.3.1
@@ -42,6 +42,7 @@ extra-deps:
4242
- optparse-applicative-0.15.1.0
4343
- ormolu-0.1.2.0
4444
- parser-combinators-1.2.1
45+
- primitive-0.7.1.0
4546
- regex-base-0.94.0.0
4647
- regex-pcre-builtin-0.95.1.1.8.43
4748
- regex-tdfa-1.3.1.0
@@ -52,6 +53,7 @@ extra-deps:
5253
- stylish-haskell-0.11.0.3
5354
- tasty-rerun-1.1.17
5455
- temporary-1.2.1.1
56+
- these-1.1.1.1
5557
- type-equality-1
5658
- topograph-1
5759

0 commit comments

Comments
 (0)