family-tree 0.4.0.0 → 0.4.1.0
raw patch · 2 files changed
+1/−2 lines, 2 files
Files
- family-tree.cabal +1/−1
- src/Data/FamilyTree.hs +0/−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.4.0.0+version: 0.4.1.0 package-url: https://github.com/Taneb/family-tree
src/Data/FamilyTree.hs view
@@ -136,7 +136,6 @@ ,_deathdate :: Maybe PartialDate ,_deathplace :: Maybe Location ,_attributes :: HashMap Text Text- ,_attendedEvents :: IntSet } deriving (Eq, Show) makeLenses ''Person