aboutsummaryrefslogtreecommitdiff
path: root/src/Ssb/Peer/RPC.hs
AgeCommit message (Collapse)Author
2022-05-03use stack lts-18.8Cypher
Update text handling to keep uptodate with changes with string conversion, using 'encodeUtf' and 'decodeUtf' where necessary. One update uses an odd encoding to and from JSON, which must be looked at later.
2020-05-28Make slightly less verboseHaskell Guy
Remove not needed printing to stdout and replace 'print's with putStrLn to avoid surrounding output with quotation marks.
2020-05-26initial commitHaskell Guy