;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
|
, extra >=1.7.11
|
||||||
, file-embed >=0.0.10
|
, file-embed >=0.0.10
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >=1.2.3.1
|
, hashtables >=1.2.3.1 && <1.3 || >=1.4.0
|
||||||
, lucid
|
, lucid
|
||||||
, megaparsec >=7.0.0 && <9.8
|
, megaparsec >=7.0.0 && <9.8
|
||||||
, microlens >=0.4
|
, microlens >=0.4
|
||||||
@ -269,7 +269,7 @@ test-suite unittest
|
|||||||
, extra >=1.7.11
|
, extra >=1.7.11
|
||||||
, file-embed >=0.0.10
|
, file-embed >=0.0.10
|
||||||
, filepath
|
, filepath
|
||||||
, hashtables >=1.2.3.1
|
, hashtables >=1.2.3.1 && <1.3 || >=1.4.0
|
||||||
, hledger-lib
|
, hledger-lib
|
||||||
, lucid
|
, lucid
|
||||||
, megaparsec >=7.0.0 && <9.8
|
, megaparsec >=7.0.0 && <9.8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user