diff --git a/expected-failures/Agda.txt b/expected-failures/Agda.txt index e252484..8a694b7 100644 --- a/expected-failures/Agda.txt +++ b/expected-failures/Agda.txt @@ -32,4 +32,3 @@ Formatting is not idempotent: before: "Prefix a = -- | The " after: "Prefix a =\n -- | Th" Please, consider reporting the bug. - diff --git a/expected-failures/aws.txt b/expected-failures/aws.txt index 93f032a..b6cf02a 100644 --- a/expected-failures/aws.txt +++ b/expected-failures/aws.txt @@ -7,4 +7,3 @@ Parsing of source code failed: parse error on input `{- | Let's make sure the queue was actually deleted and that the same number of queues exist at when | the program ends as when it started. -}' - diff --git a/expected-failures/brick.txt b/expected-failures/brick.txt index f27138b..411e6d4 100644 --- a/expected-failures/brick.txt +++ b/expected-failures/brick.txt @@ -3,4 +3,3 @@ Formatting is not idempotent: before: "t at i\n in -- If t" after: "t at i\n -" Please, consider reporting the bug. - diff --git a/expected-failures/distributed-process.txt b/expected-failures/distributed-process.txt index 854a07c..1fa4555 100644 --- a/expected-failures/distributed-process.txt +++ b/expected-failures/distributed-process.txt @@ -5,4 +5,3 @@ Parsing of source code failed: Parsing of source code failed: benchmarks/Spawns.hs:5:1-6 parse error on input `import' - diff --git a/expected-failures/esqueleto.txt b/expected-failures/esqueleto.txt index 54a54f9..bc9449b 100644 --- a/expected-failures/esqueleto.txt +++ b/expected-failures/esqueleto.txt @@ -5,4 +5,3 @@ Parsing of source code failed: Parsing of source code failed: test/PostgreSQL/Test.hs:510:9-41 parse error on input `-- | Check the result is not null' - diff --git a/expected-failures/fay.txt b/expected-failures/fay.txt index 1447188..561e50d 100644 --- a/expected-failures/fay.txt +++ b/expected-failures/fay.txt @@ -16,4 +16,3 @@ Parsing of source code failed: Parsing of source code failed: examples/data.hs:9:1-6 parse error on input `module' - diff --git a/expected-failures/idris.txt b/expected-failures/idris.txt index 15aa542..a68d7c5 100644 --- a/expected-failures/idris.txt +++ b/expected-failures/idris.txt @@ -99,4 +99,3 @@ Formatting is not idempotent: before: "s, rhs)) = -- apply " after: "s, rhs)) =\n -- " Please, consider reporting the bug. - diff --git a/expected-failures/intero.txt b/expected-failures/intero.txt index 8c7c917..06ee8cf 100644 --- a/expected-failures/intero.txt +++ b/expected-failures/intero.txt @@ -3,4 +3,3 @@ Formatting is not idempotent: before: "Decl d2) = -- A bit " after: "Decl d2) =\n -- A bi" Please, consider reporting the bug. - diff --git a/expected-failures/leksah.txt b/expected-failures/leksah.txt index 9c73a16..58bac6e 100644 --- a/expected-failures/leksah.txt +++ b/expected-failures/leksah.txt @@ -9,4 +9,3 @@ Formatting is not idempotent: before: ")\n return [\n {-i" after: ")\n return\n [ {-i" Please, consider reporting the bug. - diff --git a/expected-failures/lens.txt b/expected-failures/lens.txt index e109494..817101d 100644 --- a/expected-failures/lens.txt +++ b/expected-failures/lens.txt @@ -1,4 +1,3 @@ Parsing of source code failed: src/Control/Exception/Lens.hs:180:13-37 parse error on input `AllocationLimitExceeded__' - diff --git a/expected-failures/pandoc.txt b/expected-failures/pandoc.txt index abced0a..af36d00 100644 --- a/expected-failures/pandoc.txt +++ b/expected-failures/pandoc.txt @@ -13,4 +13,3 @@ Formatting is not idempotent: before: " -- w:p\n " after: " -- w:p\n " Please, consider reporting the bug. - diff --git a/expected-failures/pipes.txt b/expected-failures/pipes.txt index 1789e08..4fe329e 100644 --- a/expected-failures/pipes.txt +++ b/expected-failures/pipes.txt @@ -1,4 +1,3 @@ AST of input and AST of formatted code differ. at src/Pipes/Core.hs:(128,1)-(151,2) Please, consider reporting the bug. - diff --git a/expected-failures/purescript.txt b/expected-failures/purescript.txt index 710b192..35c0adb 100644 --- a/expected-failures/purescript.txt +++ b/expected-failures/purescript.txt @@ -16,4 +16,3 @@ Perhaps you meant to use PatternSynonyms? Parsing of source code failed: src/Language/PureScript/Crash.hs:16:1-6 parse error on input `import' - diff --git a/expected-failures/stack.txt b/expected-failures/stack.txt index a5dec8f..cb90e77 100644 --- a/expected-failures/stack.txt +++ b/expected-failures/stack.txt @@ -3,4 +3,3 @@ Formatting is not idempotent: before: " <$> opti" after: " <$> option" Please, consider reporting the bug. - diff --git a/nix/ormolize/default.nix b/nix/ormolize/default.nix index 298ba2e..4846f4d 100644 --- a/nix/ormolize/default.nix +++ b/nix/ormolize/default.nix @@ -44,7 +44,7 @@ if [[ -s log.txt ]]; then exit 1; fi '' else '' - diff --color=always ${expectedFailures} log.txt + diff --ignore-blank-lines --color=always ${expectedFailures} log.txt ''; installPhase = '' mkdir "$out"