]> gitweb @ CieloNegro.org - bindings-apr.git/blobdiff - bindings-apr.cabal
more bindings
[bindings-apr.git] / bindings-apr.cabal
index 55ef003cc2462f7edae5a3a0223d16a56a58cd47..cec13ca528543f2c7ec40605a189460c47e52b45 100644 (file)
@@ -1,7 +1,7 @@
 Name: bindings-apr
 Synopsis: Low level bindings to Apache Portable Runtime (APR)
 Description:
-        Bindings to APR: http://apr.apache.org/
+        Bindings to APR: <http://apr.apache.org/>
 Version: 0.1
 License: PublicDomain
 License-File: COPYING
@@ -29,6 +29,19 @@ Library
 
     Exposed-Modules:
         Bindings.APR
+        Bindings.APR.Allocator
+        Bindings.APR.Allocator.Types
+        Bindings.APR.AnyLock
+        Bindings.APR.ErrNo
+        Bindings.APR.Pools
+        Bindings.APR.Proc.Mutex
+        Bindings.APR.Thread.Mutex
+        Bindings.APR.Thread.RWLock
+
+    C-Sources:
+        cbits/helper_apr_anylock.c
+        cbits/helper_apr_errno.c
+        cbits/helper_apr_pools.c
 
     Extensions:
         ForeignFunctionInterface