This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new 638692dff chore(bindings/haskell): improve ASF branding (#3852)
638692dff is described below

commit 638692dffe5ff68264dc41e8bee6efc420c52711
Author: tison <[email protected]>
AuthorDate: Fri Dec 29 14:01:36 2023 +0800

    chore(bindings/haskell): improve ASF branding (#3852)
---
 bindings/haskell/README.md     | 1 +
 bindings/haskell/opendal.cabal | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/bindings/haskell/README.md b/bindings/haskell/README.md
index cd92e889b..dc75dbee7 100644
--- a/bindings/haskell/README.md
+++ b/bindings/haskell/README.md
@@ -50,6 +50,7 @@ cabal test
 ## Doc
 
 To generate the documentation:
+
 ```bash
 cabal haddock
 ```
diff --git a/bindings/haskell/opendal.cabal b/bindings/haskell/opendal.cabal
index f8ea7e166..9e77c7ef2 100644
--- a/bindings/haskell/opendal.cabal
+++ b/bindings/haskell/opendal.cabal
@@ -19,9 +19,9 @@ cabal-version:      3.0
 name:               opendal
 version:            0.1.0.0
 license:            Apache-2.0
-synopsis:           OpenDAL Haskell Binding
+synopsis:           Apache OpenDALâ„¢ Haskell Binding
 description:
-    OpenDAL Haskell Binding. Open Data Access Layer: Access data freely, 
painlessly, and efficiently
+    Apache OpenDALâ„¢ Haskell Binding. Open Data Access Layer: Access data 
freely, painlessly, and efficiently
 author:             OpenDAL Contributors
 maintainer:         [email protected]
 category:           Storage, Binding

Reply via email to