diff --git a/family-tree.cabal b/family-tree.cabal
--- a/family-tree.cabal
+++ b/family-tree.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.3.0.1
+version:             0.3.0.2
 
 package-url:         https://github.com/Taneb/family-tree
 
diff --git a/src/Data/FamilyTree.hs b/src/Data/FamilyTree.hs
--- a/src/Data/FamilyTree.hs
+++ b/src/Data/FamilyTree.hs
@@ -11,7 +11,7 @@
 This module is for Family Trees.
 
 It uses lenses for the manipulation of people. For the usage of lenses, see
-"Data.Lens.Lazy"
+"Control.Lens"
 
 It is reccomended to use "Data.Binary" to do saving and loading.
 
@@ -52,6 +52,7 @@
  FamilyID(..),
  EventID(..),
  -- ** Other types
+ PartialDate
  Location(..),
  Relationship(..),
  -- * Functions
