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 ee3417d commit 6f4a5f1Copy full SHA for 6f4a5f1
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## next [????.??.??]
+## 0.6.4 [2024.10.27]
2
* Drop support for pre-8.0 versions of GHC.
3
4
## 0.6.3 [2020.10.12]
data-reify.cabal
@@ -1,5 +1,5 @@
Name: data-reify
-Version: 0.6.3
+Version: 0.6.4
Synopsis: Reify a recursive data structure into an explicit graph.
Description: 'data-reify' provided the ability to turn recursive structures into explicit graphs.
5
Many (implicitly or explicitly) recursive data structure can be given this ability, via
0 commit comments