Skip to content

Commit

Permalink
bad char in cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
emilypi committed Jan 7, 2020
1 parent f4da37c commit fab53ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base64.cabal
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\cabal-version: 2.4
cabal-version: 2.4

name: base64
version: 0.3.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/Data/ByteString/Base64.hs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ decodeBase64Lenient :: ByteString -> ByteString
decodeBase64Lenient = decodeBase64Lenient_ decodeB64Table
{-# INLINE decodeBase64Lenient #-}

-- | Tell whether a 'Bytestring' value is Base64-encoded
-- | Tell whether a 'ByteString' value is Base64-encoded
--
isBase64 :: ByteString -> Bool
isBase64 = BS.all (`BS.elem` alphabet)
Expand Down

0 comments on commit fab53ab

Please sign in to comment.