Skip to content

Commit 1626d38

Browse files
authored
Remove empty testsuite for pp-convert-ansi-wl-pprint (#291)
1 parent 55b16e1 commit 1626d38

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

.github/workflows/linters.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
, "prettyprinter-compat-ansi-wl-pprint/src"
2727
, "prettyprinter-compat-wl-pprint/src"
2828
, "prettyprinter-convert-ansi-wl-pprint/src"
29-
, "prettyprinter-convert-ansi-wl-pprint/test"
3029
, "prettyprinter/app"
3130
, "prettyprinter/bench"
3231
, "prettyprinter/src"

prettyprinter-convert-ansi-wl-pprint/prettyprinter-convert-ansi-wl-pprint.cabal

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,3 @@ library
3535
, prettyprinter-ansi-terminal >= 1.1.1
3636
, ansi-wl-pprint >= 0.6.8 && < 1
3737
, ansi-terminal
38-
39-
test-suite doctest
40-
type: exitcode-stdio-1.0
41-
hs-source-dirs: test/Doctest
42-
main-is: Main.hs
43-
build-depends:
44-
base >= 4.9 && < 5
45-
, doctest >= 0.9
46-
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
47-
default-language: Haskell2010

prettyprinter-convert-ansi-wl-pprint/test/Doctest/Main.hs

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)