Skip to content

Commit

Permalink
Allow building with bytestring-0.12.* (GHC 9.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jan 16, 2024
1 parent d454c81 commit 2993f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmdb-simple/lmdb-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ library
other-modules: Database.LMDB.Simple.Internal

build-depends: base >= 4.7 && < 5
, bytestring >= 0.10 && < 0.12
, bytestring >= 0.10 && < 0.13
, lmdb >= 0.2 && < 0.3
, serialise >= 0.2 && < 0.3
ghc-options: -Wall -Wno-name-shadowing -Wno-unused-do-bind
Expand Down

0 comments on commit 2993f4a

Please sign in to comment.