diff --git a/LICENSE b/LICENSE
new file mode 100644
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+Copyright (c) 2012 Sam Anklesaria
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/aeson-smart.cabal b/aeson-smart.cabal
--- a/aeson-smart.cabal
+++ b/aeson-smart.cabal
@@ -1,16 +1,13 @@
 name:                aeson-smart
-version:             0.1.0.0
+version:             0.2.0.0
 synopsis:            Smart derivation of Aeson instances
-description:         aeson-smart generates ToJSON instances that ignore fields
-                     with Nothing values and FromJSON instances that ignore
-                     extra fields and fill in missing fields with their
-                     defaults, should they have a Default instance.
-                     Constructors without parameters have strings of their 
-                     constructor name as JSON representations.
+description:         Aeson-smart generates ToJSON and FromJSON instances that ignore extra fields
+                     and fill in missing fields with default values. 
 homepage:            https://github.com/lassoinc/aeson-smart
 license:             MIT
 author:              Sam Anklesaria
 maintainer:          amsay@amsay.net
+license-file:        LICENSE
 -- copyright:           
 category:            Web
 build-type:          Simple
@@ -22,4 +19,4 @@
 library
   exposed-modules:     Data.Aeson.TH.Smart, Data.Default.TH
   -- other-modules:       
-  build-depends:       base ==4.5.*, aeson ==0.6.*, data-default ==0.4.*, unordered-containers ==0.2.*, template-haskell ==2.7.*, text ==0.11.*, vector ==0.9.*
+  build-depends:       base ==4.5.*, aeson ==0.6.*, data-default, unordered-containers ==0.2.*, template-haskell ==2.7.*, text ==0.11.*, vector ==0.9.*
