Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8ece7 commit dce8c7fCopy full SHA for dce8c7f
README.md
@@ -68,7 +68,7 @@ import qualified GitHub
68
69
main :: IO ()
70
main = do
71
- possibleUsers <- github GitHub.usersFollowingR "phadej"
+ possibleUsers <- github' GitHub.usersFollowingR "phadej"
72
T.putStrLn $ either (("Error: " <>) . pack . show)
73
(foldMap ((<> "\n") . formatUser))
74
possibleUsers
0 commit comments