Upgrade prettyprint-avh4

This commit is contained in:
Aaron VonderHaar 2023-04-14 23:12:28 -07:00
parent a3d80503e5
commit 5b86af4d56
2 changed files with 2 additions and 3 deletions

View File

@ -214,7 +214,7 @@ Common gren-common
ghc-prim >= 0.5.2,
haskeline,
mtl >= 2.2.1 && < 3,
prettyprint-avh4 >= 0.1.0.0 && < 0.2,
prettyprint-avh4 >= 0.1.1.0 && < 0.2,
process,
raw-strings-qq,
scientific,

View File

@ -423,8 +423,7 @@ spec = do
[ "-(x --A",
")"
]
`shouldFormatExpressionAs` [ "-(x",
" -- A",
`shouldFormatExpressionAs` [ "-(x -- A",
" )"
]