;pkg:lib: make hashtables bounds consistent in cabal file
This commit is contained in:
parent
240757b259
commit
19620ba61b
@ -208,7 +208,7 @@ test-suite doctest
|
||||
, extra >=1.7.11
|
||||
, file-embed >=0.0.10
|
||||
, filepath
|
||||
, hashtables >=1.2.3.1
|
||||
, hashtables >=1.2.3.1 && <1.3 || >=1.4.0
|
||||
, lucid
|
||||
, megaparsec >=7.0.0 && <9.8
|
||||
, microlens >=0.4
|
||||
@ -269,7 +269,7 @@ test-suite unittest
|
||||
, extra >=1.7.11
|
||||
, file-embed >=0.0.10
|
||||
, filepath
|
||||
, hashtables >=1.2.3.1
|
||||
, hashtables >=1.2.3.1 && <1.3 || >=1.4.0
|
||||
, hledger-lib
|
||||
, lucid
|
||||
, megaparsec >=7.0.0 && <9.8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user