family-tree 0.3.0.1 → 0.3.0.2
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- family-tree.cabal +1/−1
- src/Data/FamilyTree.hs +2/−1
family-tree.cabal view
@@ -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
src/Data/FamilyTree.hs view
@@ -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