Skip to content

Commit

Permalink
[ release 0.2 ] Pre-release.
Browse files Browse the repository at this point in the history
* Removed Cabal test-suite
  • Loading branch information
asr committed Jul 21, 2017
1 parent a8e7fa0 commit 1915793
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions pdfname.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -71,51 +71,3 @@ executable pdfname
if impl(ghc >= 8.2)
ghc-options: -Wcpp-undef
-Wsimplifiable-class-constraints

-- From Agda.cabal:
--
-- Cabal testsuite integration has some serious bugs, but we
-- can still make it work. See also:
-- https://github.com/haskell/cabal/issues/1938
-- https://github.com/haskell/cabal/issues/2214
-- https://github.com/haskell/cabal/issues/1953
--
-- This test suite should only be run using the Makefile.

test-suite pdfname-tests
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Main.hs

build-depends: base >= 4.9.1.0 && < 4.11
, filepath >= 1.4.1.1 && < 1.5
, process >= 1.4.0.3 && < 1.5
, tasty >= 0.11.2.2 && < 1.12
, tasty-silver >= 3.1.10 && < 3.2
, text >= 1.2.2.2 && < 1.3

default-language: Haskell2010

if impl(ghc >= 8.0)
ghc-options: -Wall
-Werror
-Widentities
-Wincomplete-record-updates
-Wincomplete-uni-patterns
-Wderiving-typeable
-Wmissing-import-lists
-Wmissing-local-signatures
-Wmissing-monadfail-instances
-Wmissing-pattern-synonym-signatures
-Wmonomorphism-restriction
-Wnoncanonical-monad-instances
-Wnoncanonical-monadfail-instances
-Wnoncanonical-monoid-instances
-Wredundant-constraints
-Wsemigroup
-Wunused-binds
-Wunused-type-patterns

if impl(ghc >= 8.2)
ghc-options: -Wcpp-undef
-Wsimplifiable-class-constraints

0 comments on commit 1915793

Please sign in to comment.