Changelog for reflex-libtelnet-0.2.0.0
Revision history for reflex-libtelnet
0.2.0.0 -- 2022-05-21
-
Remove
instance Reflex t => Default (TelnetConfig t); usenewTelnetConfiginstead. -
New instances:
instance Generic (TelnetConfig t)instance Generic (TelnetEvents t)
-
Remove the dependency on
lens:- As GHC is now better at dealing with duplicate record fields, we can give them nice unprefixed names.
- Use
generic-lensorgeneric-opticsto get lenses for your preferred flavour of optic. Make sure to use thefield' @"fieldName"version (i.e. not#fieldNameor un-primedfield), otherwise GHC will struggle to infer the type oftwhen setting fields inReflexConfig t.
0.1.0.0 -- 2019-12-03
- First version. Released on an unsuspecting world.