diff --git a/bricks.cabal b/bricks.cabal
--- a/bricks.cabal
+++ b/bricks.cabal
@@ -3,14 +3,17 @@
 -- see: https://github.com/sol/hpack
 
 name:           bricks
-version:        0.0.0.1
+version:        0.0.0.2
 synopsis:       Bricks is a lazy functional language based on Nix.
 
 description:    Bricks is a lazy functional language based on Nix.
                 This package provides parsing, rendering, and
                 evaluation (forthcoming) for the Bricks language.
+category:       Language
 homepage:       https://github.com/chris-martin/bricks#readme
 bug-reports:    https://github.com/chris-martin/bricks/issues
+author:         Chris Martin <ch.martin@gmail.com>
+maintainer:     Chris Martin <ch.martin@gmail.com>
 license:        Apache-2.0
 license-file:   license.txt
 build-type:     Simple
