Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions hashable.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ library
if impl(ghc <9.8)
build-depends: ghc-prim

if impl(ghc >9.14)
build-depends: ghc-bignum >= 1.3 && < 1.5

-- depend on os-string on newer GHCs only.
-- os-string has tight lower bound on bytestring, which prevents
-- using bundled version on older GHCs.
Expand Down