comment typo
This commit is contained in:
parent
eac9c13d15
commit
3dec025d86
1 changed files with 1 additions and 1 deletions
|
@ -645,7 +645,7 @@ feedState url = fromRepo $ gitAnnexFeedState $ fromUrl url Nothing False
|
|||
fromFeedText :: T.Text -> B.ByteString
|
||||
fromFeedText = TE.encodeUtf8
|
||||
|
||||
{- Like Test.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
|
||||
{- Like Text.Feed.parseFeedFromFile, but ensures the close-on-exec bit is
|
||||
- set when opening the file. -}
|
||||
parseFeedFromFile' :: OsPath -> IO (Maybe Feed)
|
||||
parseFeedFromFile' fp = parseFeedString <$> utf8readfile fp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue