diff --git a/CHANGELOG.md b/CHANGELOG.md index e725c1a..3c947a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ # Revision history for binder ## version 0 + +### 0.1 -- 2023-10-04 + +Initial release. diff --git a/binder.cabal b/binder.cabal index cdbc40b..4cd2171 100644 --- a/binder.cabal +++ b/binder.cabal @@ -1,6 +1,6 @@ -cabal-version: 3.4 +cabal-version: 3.0 name: binder -version: 0.0.0.0 +version: 0.1 synopsis: Variable binding for abstract syntax tree description: binder is purely functional implementation of Ocaml's bindlib. @@ -9,8 +9,8 @@ description: and offers the representation of abstract syntax tree. license: MIT license-file: LICENSE -author: Keito Kajitani -maintainer: ijaketak@gmail.com +author: Keito Kajitani +maintainer: Keito Kajitani copyright: (c) 2023 Keito Kajitani homepage: https://github.com/ijaketak/binder category: Data @@ -29,7 +29,7 @@ source-repository head source-repository this type: git location: https://github.com/ijaketak/binder - tag: 0.0.0.0 + tag: 0.1 common depends build-depends: