Skip to content

Commit 3f6dfbf

Browse files
committed
Prepare to release 0.3.1
1 parent ecb1f63 commit 3f6dfbf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
0.3 (2023-08-20)
29
----------------
310

haggle.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: haggle
2-
version: 0.3
2+
version: 0.3.1
33
synopsis: A graph library offering mutable, immutable, and inductive graphs
44
description: This library provides mutable (in ST or IO), immutable, and inductive graphs.
55
There are multiple graphs implementations provided to support different use

0 commit comments

Comments
 (0)