Skip to content

Commit

Permalink
Merge pull request #135 from IntersectMBO/crc32c-2
Browse files Browse the repository at this point in the history
Use released crc32c-0.2.0
  • Loading branch information
dcoutts authored Mar 27, 2024
2 parents e6c7ee9 + 5e5454b commit f71dacc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ repository cardano-haskell-packages

index-state:
-- Bump this if you need newer packages from Hackage
-- current date: quickcheck-lockstep-0.4.0
, hackage.haskell.org 2024-02-17T16:19:10Z
-- current date: crc32c-0.2.0
, hackage.haskell.org 2024-02-24T04:59:47Z
-- Bump this if you need newer packages from CHaP
-- current date: fs-api-0.2.0.1, fs-sim-0.2.1.1
, cardano-haskell-packages 2023-11-30T09:59:24Z
Expand All @@ -23,11 +23,6 @@ packages: .
tests: True
benchmarks: True

source-repository-package
type: git
location: https://github.com/dcoutts/crc32c.git
tag: 325fe8d0e516d78518493f93c43c5b8baeebc68a

-- this prevents occurence of Hackage bloomfilter anywhere in the install plan
-- that is overconstraining, as we'd only need to make sure lsm-tree
-- doesn't depend on Hackage bloomfilter.
Expand Down
2 changes: 1 addition & 1 deletion lsm-tree.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
, bitvec ^>=1.1
, bytestring ^>=0.11.4.0
, containers
, crc32c >=0.1
, crc32c ^>=0.2.0
, deepseq
, filepath
, fs-api ^>=0.2
Expand Down

0 comments on commit f71dacc

Please sign in to comment.