We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9436a commit 9e62d6aCopy full SHA for 9e62d6a
plugins/hls-cabal-plugin/src/Ide/Plugin/Cabal/Parse.hs
@@ -40,7 +40,7 @@ parseCabalFile =
40
parseCabalFileContents bs
41
42
parseCabalFileContents
43
- :: BS.ByteString
+ :: BS.ByteString -- ^ UTF-8 encoded bytestring
44
-> IO ([PWarning], Either (Maybe Version, NonEmpty PError) GenericPackageDescription)
45
parseCabalFileContents bs =
46
pure $ runParseResult (parseGenericPackageDescription bs)
0 commit comments