Skip to content

Commit

Permalink
[Build] Remove the doctests runner of 'prettyprinter-configurable' (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
effectfully authored May 14, 2024
1 parent 774616b commit 59d4b04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 63 deletions.
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

0 comments on commit 59d4b04

Please sign in to comment.