Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Remove the doctests runner of 'prettyprinter-configurable' #5974

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions prettyprinter-configurable/Setup.hs

This file was deleted.

11 changes: 0 additions & 11 deletions prettyprinter-configurable/doctest/Main.hs

This file was deleted.

30 changes: 4 additions & 26 deletions prettyprinter-configurable/prettyprinter-configurable.cabal
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
cabal-version: 2.4
name: prettyprinter-configurable
version: 1.27.0.0
synopsis: Configurable pretty-printing
homepage:
https://github.com/input-output-hk/plutus/tree/master/prettyprinter-configurable/

-- synopsis:
-- description:
-- homepage: https://github.com/githubuser/prettyprinter-configurable#readme
license-files:
LICENSE
NOTICE

author: David Luposchainsky, effectfully
maintainer: [email protected]
category: User Interfaces, Text
build-type: Custom
build-type: Simple
extra-source-files: README.md

common lang
Expand All @@ -37,13 +37,6 @@ common lang
-Wincomplete-record-updates -Wredundant-constraints -Widentities
-Wunused-packages -Wmissing-deriving-strategies

custom-setup
setup-depends:
, base >=4.9 && <5
, Cabal
, cabal-doctest
, doctest

library
import: lang
hs-source-dirs: src
Expand Down Expand Up @@ -92,18 +85,3 @@ test-suite prettyprinter-configurable-test
, text

ghc-options: -threaded -rtsopts -with-rtsopts=-N

test-suite prettyprinter-configurable-doctest
import: lang
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs: doctest
build-depends:
, base >=4.9 && <5
, doctest

-- one test fails on 9.2, don't know why
if impl(ghc >=9.0)
buildable: False

ghc-options: -threaded -rtsopts -with-rtsopts=-N
Loading