;dev: extra >= 1.7.11 is required

Commit ff28aa32 introduced usage of Data.List.Extra.groupOnKey, which
first came with extra-1.7.11.

Fixes stack8.10.yaml build hopefully.
This commit is contained in:
Thomas Miedema 2025-03-23 21:12:00 +01:00 committed by Simon Michael
parent fa4dbf45af
commit bf3d1b6b49
9 changed files with 14 additions and 13 deletions

View File

@ -142,7 +142,7 @@ library
, directory >=1.2.6.1
, doclayout >=0.3 && <0.6
, encoding >=0.10
, extra >=1.6.3
, extra >=1.7.11
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
@ -202,7 +202,7 @@ test-suite doctest
, doclayout >=0.3 && <0.6
, doctest >=0.18.1
, encoding >=0.10
, extra >=1.6.3
, extra >=1.7.11
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1
@ -263,7 +263,7 @@ test-suite unittest
, directory >=1.2.6.1
, doclayout >=0.3 && <0.6
, encoding >=0.10
, extra >=1.6.3
, extra >=1.7.11
, file-embed >=0.0.10
, filepath
, hashtables >=1.2.3.1

View File

@ -85,7 +85,7 @@ dependencies:
- unordered-containers >=0.2
- uglymemo
- utf8-string >=0.3.5
- extra >=1.6.3
- extra >=1.7.11
- Glob >= 0.9
ghc-options:

View File

@ -84,7 +84,7 @@ library
, data-default
, directory
, doclayout >=0.3 && <0.6
, extra >=1.6.3
, extra >=1.7.11
, filepath
, fsnotify ==0.4.*
, githash >=0.1.6.2

View File

@ -99,7 +99,7 @@ library:
- data-default
- directory
- doclayout >=0.3 && <0.6
- extra >=1.6.3
- extra >=1.7.11
- filepath
- fsnotify >=0.4 && <0.5
- githash >=0.1.6.2

View File

@ -174,7 +174,7 @@ library
, containers >=0.5.9
, data-default
, directory >=1.2.3.0
, extra >=1.6.3
, extra >=1.7.11
, filepath
, githash >=0.1.6.2
, hjsmin

View File

@ -125,7 +125,7 @@ library:
- data-default
- Decimal >=0.5.1
- directory >=1.2.3.0
- extra >=1.6.3
- extra >=1.7.11
- filepath
- githash >=0.1.6.2
- hjsmin

View File

@ -162,7 +162,7 @@ library
, containers >=0.5.9
, data-default >=0.5
, directory
, extra >=1.6.3
, extra >=1.7.11
, filepath
, githash >=0.1.6.2
, hashable >=1.2.4
@ -213,7 +213,7 @@ executable hledger
, containers >=0.5.9
, data-default >=0.5
, directory
, extra >=1.6.3
, extra >=1.7.11
, filepath
, githash >=0.1.6.2
, haskeline >=0.6
@ -263,7 +263,7 @@ test-suite unittest
, containers >=0.5.9
, data-default >=0.5
, directory
, extra >=1.6.3
, extra >=1.7.11
, filepath
, githash >=0.1.6.2
, haskeline >=0.6
@ -311,7 +311,7 @@ benchmark bench
, criterion
, data-default >=0.5
, directory
, extra >=1.6.3
, extra >=1.7.11
, filepath
, githash >=0.1.6.2
, haskeline >=0.6

View File

@ -129,7 +129,7 @@ dependencies:
- data-default >=0.5
- Decimal >=0.5.1
- directory
- extra >=1.6.3
- extra >=1.7.11
- filepath
- githash >=0.1.6.2
- haskeline >=0.6

View File

@ -26,6 +26,7 @@ extra-deps:
# for hledger-lib:
- doctest-0.20.0
- ansi-terminal-0.11.4
- extra-1.8
- terminal-size-0.3.4
- text-ansi-0.2.1
- text-builder-0.6.7