diff --git a/Linux/Arch/Aur.hs b/Linux/Arch/Aur.hs
new file mode 100644
--- /dev/null
+++ b/Linux/Arch/Aur.hs
@@ -0,0 +1,8 @@
+module Linux.Arch.Aur
+    ( module Linux.Arch.Aur.Pkgbuild
+    , module Linux.Arch.Aur.Rpc
+    , module Linux.Arch.Aur.Types ) where
+
+import Linux.Arch.Aur.Pkgbuild
+import Linux.Arch.Aur.Rpc
+import Linux.Arch.Aur.Types
diff --git a/aur.cabal b/aur.cabal
--- a/aur.cabal
+++ b/aur.cabal
@@ -4,7 +4,7 @@
 -- The name of the package.
 name:                aur
 
-version:             1.0.0
+version:             1.1.0
 
 synopsis:            Access metadata from the Arch Linux User Repository.
 
@@ -47,7 +47,8 @@
 -- extra-source-files:
 
 library
-  exposed-modules:     Linux.Arch.Aur.Pkgbuild,
+  exposed-modules:     Linux.Arch.Aur,
+                       Linux.Arch.Aur.Pkgbuild,
                        Linux.Arch.Aur.Rpc,
                        Linux.Arch.Aur.Types
   
@@ -70,4 +71,3 @@
   -- hs-source-dirs:      
   
   default-language:    Haskell2010
-  
