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 3a8a1ee commit 922dd80Copy full SHA for 922dd80
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