Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
viercc committed Dec 14, 2024
1 parent c8efcd5 commit 74a8099
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.3

- No changes to the library itself
- Migrates the benchmark framework from `gauge` to `tasty-bench`

# 0.4.2

- Compatibility changes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Benchmarks compared against plain `Map` and `Set`.

Each of these benchmarks has two sets of point and errorbars, representing two datasets they are run against.

**Notice**: the datasets are **not** included in the tarball distributed from Hackage.
To run the benchmark, either get the entire repository from the source repository (GitHub) or
modify the benchmark program and supply any dataset of your choice.

## About License

[LICENSE](LICENSE) tells the licence of this project, EXCEPT
Expand Down
2 changes: 1 addition & 1 deletion trie-simple.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ library
Data.Trie.Map.Internal
other-modules: Data.Trie.Set.Hidden,
Data.Trie.Map.Hidden
build-depends: base >= 4.14 && < 4.21,
build-depends: base >= 4.14 && < 4.22,
containers >= 0.5.7.1 && < 0.8,
deepseq >= 1.4.2.0 && < 1.6,
mtl >= 2.2.1 && < 2.4,
Expand Down

0 comments on commit 74a8099

Please sign in to comment.