From c12dfb4bf615cd5ed8b26ce6c3c025c9987b8d38 Mon Sep 17 00:00:00 2001 From: Luc Tielen Date: Tue, 14 Jun 2022 21:59:35 +0200 Subject: [PATCH] Prepare release 0.0.1 --- eclair-lang.cabal | 8 ++++++-- package.yaml | 10 ++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/eclair-lang.cabal b/eclair-lang.cabal index ccce412c..39700b07 100644 --- a/eclair-lang.cabal +++ b/eclair-lang.cabal @@ -5,8 +5,10 @@ cabal-version: 2.2 -- see: https://github.com/sol/hpack name: eclair-lang -version: 0.1.0.0 -category: Web +version: 0.0.1 +synopsis: Eclair: an experimental and minimal Datalog that compiles to LLVM. +description: Eclair: an experimental and minimal Datalog that compiles to LLVM. +category: Compiler homepage: https://github.com/luc-tielen/eclair-lang author: Luc Tielen maintainer: luc.tielen@gmail.com @@ -16,6 +18,8 @@ license-file: LICENSE build-type: Simple extra-source-files: README.md + CHANGELOG.md + LICENSE cbits/semantic_analysis.dl flag debug diff --git a/package.yaml b/package.yaml index e2b674ba..8f03d5ab 100644 --- a/package.yaml +++ b/package.yaml @@ -1,15 +1,17 @@ name: eclair-lang -version: 0.1.0.0 -#synopsis: -#description: +version: 0.0.1 +synopsis: "Eclair: an experimental and minimal Datalog that compiles to LLVM." +description: "Eclair: an experimental and minimal Datalog that compiles to LLVM." homepage: https://github.com/luc-tielen/eclair-lang license: BSD3 author: Luc Tielen maintainer: luc.tielen@gmail.com copyright: Luc Tielen, 2022 -category: Web +category: Compiler extra-source-files: - README.md + - CHANGELOG.md + - LICENSE - cbits/*.dl flags: