actually use the author type

This commit is contained in:
Jon Doe 2020-09-19 21:26:04 +02:00 committed by Maciej Bonin
parent 3a6a218a83
commit f97c57d773

View File

@ -54,7 +54,7 @@ makeNetworkIdentStyleAutor
makeNetworkIdentStyleAutor n i h c = NetworkIdentStyleAutor n (IrcMask i h) c makeNetworkIdentStyleAutor n i h c = NetworkIdentStyleAutor n (IrcMask i h) c
data Sewage = Sewage { data Sewage = Sewage {
getSewageAutor :: T.Text, getSewageAutor :: SewageAutorInfo,
getSewage :: T.Text getSewage :: T.Text
} }
data Manhole = Manhole { data Manhole = Manhole {