Skip to content

Commit

Permalink
Support GHC 9.2 (#2328)
Browse files Browse the repository at this point in the history
* Support GHC 9.2

* Address -Wincomplete-uni-patterns warning

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
sjakobi and mergify[bot] authored Nov 11, 2021
1 parent 96ad5ed commit 76b7437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dhall-docs/src/Dhall/Docs/Comment.hs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ parseDhallDocsText (BlockComment blockComment) =
Just e -> DhallDocsText e
where
joinedText = Data.Text.strip $ Data.Text.unlines reIndentedLines
(_ : commentLines) = Data.Text.lines blockComment
commentLines = tail $ Data.Text.lines blockComment

leadingSpaces = Data.Text.takeWhile isSpace
where
Expand Down
2 changes: 1 addition & 1 deletion dhall/dhall.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ Library
repline >= 0.4.0.0 && < 0.5 ,
serialise >= 0.2.0.0 && < 0.3 ,
scientific >= 0.3.0.0 && < 0.4 ,
template-haskell >= 2.13.0.0 && < 2.18,
template-haskell >= 2.13.0.0 && < 2.19,
text >= 0.11.1.0 && < 1.3 ,
text-manipulate >= 0.2.0.1 && < 0.4 ,
th-lift-instances >= 0.1.13 && < 0.2 ,
Expand Down

0 comments on commit 76b7437

Please sign in to comment.