We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5251deb commit 63cabb6Copy full SHA for 63cabb6
arithmoi.cabal
@@ -1,5 +1,5 @@
1
name: arithmoi
2
-version: 0.13.1.0
+version: 0.13.2.0
3
cabal-version: 2.0
4
build-type: Simple
5
license: MIT
changelog.md
@@ -1,5 +1,11 @@
# Changelog
+## 0.13.2.0
+
+### Changed
6
7
+* Migrate implementation of prime sieves from `Array Bool` to `Vector Bit`.
8
9
## 0.13.1.0
10
11
### Fixed
0 commit comments