Switch to the haskell image
This commit is contained in:
@ -90,8 +90,8 @@ packageName = takeWhile1P Nothing isNameToken
|
||||
|| x == Word8._underscore
|
||||
|
||||
parseInfoFile :: GenParser PackageInfo
|
||||
parseInfoFile = PackageInfo
|
||||
<$> (Char8.unpack <$> packagePrgnam)
|
||||
parseInfoFile = PackageInfo . Char8.unpack
|
||||
<$> packagePrgnam
|
||||
<*> (Text.decodeUtf8 <$> variableEntry "VERSION")
|
||||
<*> (Text.decodeUtf8 <$> variableEntry "HOMEPAGE")
|
||||
<*> packageDownloads "DOWNLOAD"
|
||||
|
Reference in New Issue
Block a user