diff --git a/gren.cabal b/gren.cabal index 5a6e0dde..2b377733 100644 --- a/gren.cabal +++ b/gren.cabal @@ -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, diff --git a/tests/Integration/FormatSpec.hs b/tests/Integration/FormatSpec.hs index 500de5ac..a4c01932 100644 --- a/tests/Integration/FormatSpec.hs +++ b/tests/Integration/FormatSpec.hs @@ -423,8 +423,7 @@ spec = do [ "-(x --A", ")" ] - `shouldFormatExpressionAs` [ "-(x", - " -- A", + `shouldFormatExpressionAs` [ "-(x -- A", " )" ]