From 8139c6e173bf7a7472e26a24f73abd447c417c91 Mon Sep 17 00:00:00 2001 From: Keito Kajitani Date: Wed, 4 Oct 2023 09:09:30 +0900 Subject: [PATCH] Release version 0.1 --- CHANGELOG.md | 4 ++++ binder.cabal | 27 ++++++++++++++------------- 2 files changed, 18 insertions(+), 13 deletions(-) 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..776e7a4 100644 --- a/binder.cabal +++ b/binder.cabal @@ -1,35 +1,35 @@ -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. - + binder is purely functional implementation of Ocaml's + . It follows the style of higher-order abstract syntax, 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 build-type: Simple -extra-doc-files: CHANGELOG.md tested-with: GHC == 9.2.8 , GHC == 9.4.7 , GHC == 9.6.3 +extra-doc-files: CHANGELOG.md -- extra-source-files: source-repository head - type: git - location: https://github.com/ijaketak/binder + type: git + location: https://github.com/ijaketak/binder source-repository this - type: git - location: https://github.com/ijaketak/binder - tag: 0.0.0.0 + type: git + location: https://github.com/ijaketak/binder + tag: 0.1 common depends build-depends: @@ -66,4 +66,5 @@ test-suite binder-test base < 4.19 , binder , hspec < 2.12 - build-tool-depends: hspec-discover:hspec-discover + build-tool-depends: + hspec-discover:hspec-discover < 2.12