diff --git a/hledger-lib/hledger-lib.cabal b/hledger-lib/hledger-lib.cabal index 48955b287..8e092762f 100644 --- a/hledger-lib/hledger-lib.cabal +++ b/hledger-lib/hledger-lib.cabal @@ -148,7 +148,7 @@ library , 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 diff --git a/hledger-lib/package.yaml b/hledger-lib/package.yaml index 328eb6a4f..4ae10bb49 100644 --- a/hledger-lib/package.yaml +++ b/hledger-lib/package.yaml @@ -68,7 +68,7 @@ dependencies: - encoding >=0.10 - 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 diff --git a/stack92.yaml.old b/stack92.yaml.old index bf39f9bf6..6185fd0f4 100644 --- a/stack92.yaml.old +++ b/stack92.yaml.old @@ -15,6 +15,7 @@ extra-deps: - safe-0.3.21 # for hledger-lib: - encoding-0.10 +- hashtables-1.4.2 # for hledger: # for hledger-ui: - brick-2.3.1 diff --git a/stack94.yaml.old b/stack94.yaml.old index 7d7dcf5a2..dce051933 100644 --- a/stack94.yaml.old +++ b/stack94.yaml.old @@ -13,6 +13,7 @@ packages: extra-deps: - brick-2.3.1 - encoding-0.10 +- hashtables-1.4.2 - fsnotify-0.4.2.0 - hfsevents-0.1.8 - safe-0.3.21 diff --git a/stack96.yaml b/stack96.yaml index bc507c089..7b35e1ccf 100644 --- a/stack96.yaml +++ b/stack96.yaml @@ -10,6 +10,7 @@ packages: extra-deps: - encoding-0.10 +- hashtables-1.4.2 - vty-windows-0.2.0.1 nix: diff --git a/stack98.yaml b/stack98.yaml index 4f6722add..c15bf0193 100644 --- a/stack98.yaml +++ b/stack98.yaml @@ -10,6 +10,7 @@ packages: extra-deps: - encoding-0.10 +- hashtables-1.4.2 nix: pure: false