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 ecb1f63 commit 3f6dfbfCopy full SHA for 3f6dfbf
ChangeLog.md
@@ -1,3 +1,10 @@
1
+0.3.1 (2025-08-13)
2
+------------------
3
+
4
+- Update bounds for compatibility with ghc-9.10
5
+- Add `hasCycle` for detecting cycles in graphs (@kquick)
6
+- Optimize DFS algorithms by removing an unnecessary traversal (@kquick)
7
8
0.3 (2023-08-20)
9
----------------
10
haggle.cabal
@@ -1,5 +1,5 @@
name: haggle
-version: 0.3
+version: 0.3.1
synopsis: A graph library offering mutable, immutable, and inductive graphs
description: This library provides mutable (in ST or IO), immutable, and inductive graphs.
There are multiple graphs implementations provided to support different use
0 commit comments