diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright 2008 by Audrey Tang
+Copyright 2006 by Caio Marcelo, 2008 by Audrey Tang
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
diff --git a/MetaObject.cabal b/MetaObject.cabal
--- a/MetaObject.cabal
+++ b/MetaObject.cabal
@@ -1,5 +1,5 @@
 name:               MetaObject
-version:            0.0.1
+version:            0.0.2
 copyright:          2006 Caio Marcelo, 2008 Audrey Tang
 license:            BSD3
 license-file:       LICENSE
@@ -9,8 +9,10 @@
 description:        A meta-object system for Haskell based on Perl 6
 stability:          experimental
 build-type:         Simple
-exposed-modules:    MO.Base MO.Compile.Attribute MO.Compile.Class MO.Compile.Role MO.Compile MO.Run MO.Util MO.Capture MO.Util.C3
-build-depends:      base, stringtable-atom, containers
+category:           Development
+exposed-modules:    MO.Base MO.Compile.Attribute MO.Compile.Class
+                    MO.Compile.Role MO.Compile MO.Run MO.Util MO.Capture MO.Util.C3
+build-depends:      base, haskell98, stringtable-atom, containers
 extra-source-files: README
 hs-source-dirs:     src
 
