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

silver pushed a commit to branch feat/haskell-operator-transformer
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to 
refs/heads/feat/haskell-operator-transformer by this push:
     new c2db4ac99 move extra-libraries config to library specific
c2db4ac99 is described below

commit c2db4ac9913128e20850ee847525fef9ed03bcd5
Author: silver-ymz <[email protected]>
AuthorDate: Sun Aug 6 18:47:10 2023 +0800

    move extra-libraries config to library specific
    
    Signed-off-by: silver-ymz <[email protected]>
---
 bindings/haskell/opendal-hs.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bindings/haskell/opendal-hs.cabal 
b/bindings/haskell/opendal-hs.cabal
index d5aa95e88..5fae8c057 100644
--- a/bindings/haskell/opendal-hs.cabal
+++ b/bindings/haskell/opendal-hs.cabal
@@ -30,7 +30,6 @@ source-repository head
     location: https://github.com/apache/incubator-opendal
 
 common base
-    extra-libraries:  opendal_hs
     ghc-options:      -Wall
     build-depends:
         base >=4.10 && <4.17,
@@ -50,6 +49,7 @@ common base
 
 library
     import:           base
+    extra-libraries:  opendal_hs
     exposed-modules:
         OpenDAL
     other-modules:

Reply via email to