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:             0.2.0
+version:             1.0.0
 
 synopsis:            Access metadata from the Arch Linux User Repository.
 
@@ -54,10 +54,8 @@
   -- Modules included in this library but not exported.
   -- other-modules:       
   
-  -- LANGUAGE extensions used by modules in this package.
   other-extensions:    OverloadedStrings, ScopedTypeVariables
   
-  -- Other library packages from which modules are imported.
   build-depends:       base >=4.7 && <4.8,
                        mtl >=2.1 && <2.2,
                        lens >=4.2 && <4.3,
@@ -71,6 +69,5 @@
   -- Directories containing source files.
   -- hs-source-dirs:      
   
-  -- Base language which the package is written in.
   default-language:    Haskell2010
   
