aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Birthdate.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Birthdate.hs b/src/Birthdate.hs
index 4c6e398..c9d0bda 100644
--- a/src/Birthdate.hs
+++ b/src/Birthdate.hs
@@ -14,8 +14,8 @@ import Date (Date, sameDayAndMonth, yearsGap)
data Birthdate = Birthdate
{ date :: Date
- , lastname :: Text
, firstname :: Text
+ , lastname :: Text
} deriving (Eq, Show)
fullname :: Birthdate -> Text