X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=bindings-apr.cabal;h=af4b80edd95b0939f193d6cb5a33271be1c502e0;hb=106350525e3f5b71a8b19c02e5aa97abfc6d4203;hp=55ef003cc2462f7edae5a3a0223d16a56a58cd47;hpb=20cf2e749b2f03b8fa28133ee0365f5ecb72d9e8;p=bindings-apr.git diff --git a/bindings-apr.cabal b/bindings-apr.cabal index 55ef003..af4b80e 100644 --- a/bindings-apr.cabal +++ b/bindings-apr.cabal @@ -29,6 +29,14 @@ Library Exposed-Modules: Bindings.APR + Bindings.APR.Allocator + Bindings.APR.Allocator.Types + Bindings.APR.Errno + Bindings.APR.Pools + + C-Sources: + cbits/helper_apr_errno.c + cbits/helper_apr_pools.c Extensions: ForeignFunctionInterface