Skip to content

Commit c1137c7

Browse files
committed
Move bloomfilter-blocked to its own repo
See https://github.com/well-typed/bloomfilter-blocked
1 parent 4b19045 commit c1137c7

32 files changed

+5
-11715
lines changed

.github/workflows/check-release-builds.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
tags:
66
- blockio-*
7-
- bloomfilter-blocked-*
87
- lsm-tree-*
98

109
concurrency:
@@ -50,7 +49,7 @@ jobs:
5049

5150
env:
5251
tag-name: ${{ github.ref_name }}
53-
release-build-target: ${{ startsWith(github.ref_name, 'blockio') && './blockio/blockio.cabal' || startsWith(github.ref_name, 'bloomfilter-blocked') && './bloomfilter-blocked/bloomfilter-blocked.cabal' || startsWith(github.ref_name, 'lsm-tree') && './lsm-tree/lsm-tree.cabal' }}
52+
release-build-target: ${{ startsWith(github.ref_name, 'blockio') && './blockio/blockio.cabal' || startsWith(github.ref_name, 'lsm-tree') && './lsm-tree/lsm-tree.cabal' }}
5453

5554
steps:
5655
- name: 🗄️ Print release build target

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# lsm-tree
22

33
[![Hackage: lsm-tree](https://img.shields.io/hackage/v/lsm-tree?label=Hackage:%20lsm-tree)](https://hackage.haskell.org/package/lsm-tree)
4-
[![Hackage: bloomfilter-blocked](https://img.shields.io/hackage/v/bloomfilter-blocked?label=Hackage:%20bloomfilter-blocked)](https://hackage.haskell.org/package/bloomfilter-blocked)
54
[![Hackage: blockio](https://img.shields.io/hackage/v/blockio?label=Hackage:%20blockio)](https://hackage.haskell.org/package/blockio)
65
[![Build](https://img.shields.io/github/actions/workflow/status/IntersectMBO/lsm-tree/ci.yml?label=Build)](https://github.com/IntersectMBO/lsm-tree/actions/workflows/ci.yml)
76
[![Haddocks](https://img.shields.io/badge/documentation-Haddocks-purple)](https://IntersectMBO.github.io/lsm-tree/)
87

9-
The [`lsm-tree`](./lsm-tree/README.md) package and its daughter packages
10-
[`blockio`](./blockio/README.md) and [`bloomfilter-blocked`](./bloomfilter-blocked/README.md) have
11-
been developed by Well-Typed LLP on behalf of the Cardano Development Foundation
12-
and Intersect. A [project report] and [integration notes] are available.
8+
The [`lsm-tree`](./lsm-tree/README.md) package and its daughter package
9+
[`blockio`](./blockio/README.md) have been developed by Well-Typed LLP on behalf
10+
of the Cardano Development Foundation and Intersect. A [project report] and
11+
[integration notes] are available.
1312

1413
[project report]: https://github.com/IntersectMBO/lsm-tree/blob/main/doc/final-report/final-report.pdf
1514
[integration notes]: https://github.com/IntersectMBO/lsm-tree/blob/main/doc/final-report/integration-notes.pdf

bloomfilter-blocked/CHANGELOG.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

bloomfilter-blocked/LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.

bloomfilter-blocked/NOTICE

Lines changed: 0 additions & 13 deletions
This file was deleted.

bloomfilter-blocked/README.md

Lines changed: 0 additions & 71 deletions
This file was deleted.

bloomfilter-blocked/bench/bloomfilter-bench.hs

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)