Bump minor version.
This commit is contained in:
parent
4e4efd1627
commit
ca602d11bf
@ -285,7 +285,9 @@ dropBracket str@('{':x) = case break (== '}') x of
|
|||||||
_ -> error $ "Unclosed bracket ('{'): " ++ str
|
_ -> error $ "Unclosed bracket ('{'): " ++ str
|
||||||
dropBracket x = x
|
dropBracket x = x
|
||||||
|
|
||||||
-- If this line ends with a backslash, concatenate it together with the next line.
|
-- | If this line ends with a backslash, concatenate it together with the next line.
|
||||||
|
--
|
||||||
|
-- @since 1.6.8
|
||||||
lineContinuations :: String -> [String] -> [String]
|
lineContinuations :: String -> [String] -> [String]
|
||||||
lineContinuations this [] = [this]
|
lineContinuations this [] = [this]
|
||||||
lineContinuations this below@(next:rest) = case unsnoc this of
|
lineContinuations this below@(next:rest) = case unsnoc this of
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
name: yesod-core
|
name: yesod-core
|
||||||
version: 1.6.7
|
version: 1.6.8
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user