We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e83555 commit 8501d92Copy full SHA for 8501d92
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
- ...
6
7
+## v0.3.0.0 (2025-01-01)
8
+
9
+- add `optimalOrder`
10
+- fix segfault on Apple M1 and ARM aarch64
11
+- minor improvements of documentation and tests
12
13
## v0.2.0.0 (2023-11-23)
14
15
- rename `forall` (soon a keyword in GHC) to `forall_` and `exists` to `exists_`
HasCacBDD.cabal
@@ -1,5 +1,5 @@
1
name: HasCacBDD
2
-version: 0.2.0.0
+version: 0.3.0.0
3
synopsis: Haskell bindings for CacBDD
homepage: https://github.com/m4lvin/HasCacBDD
license: GPL-2
@@ -34,7 +34,7 @@ source-repository head
34
35
custom-setup
36
setup-depends: base >= 4.8 && < 5,
37
- Cabal < 3.9,
+ Cabal < 3.13,
38
directory
39
40
library
0 commit comments