Skip to content

Commit

Permalink
Merge pull request #168 from GaloisInc/T167-hashtables-1.4
Browse files Browse the repository at this point in the history
Allow building with `hashtables-1.4.*`
  • Loading branch information
RyanGlScott authored Dec 10, 2024
2 parents 931a14b + 1a95e61 commit 7030fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parameterized-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ library
, deepseq
, ghc-prim
, hashable >=1.2 && <1.6
, hashtables >=1.2 && <1.4
, hashtables >=1.2 && <1.5
, indexed-traversable
, lens >=4.16 && <5.4
, mtl
Expand Down

0 comments on commit 7030fc2

Please sign in to comment.