From c8fe20ff4a2d88d1607eb72405f084cfa5446729a93c5746b98b7edb5b12737c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 10 Nov 2023 14:07:21 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-tasty-quickcheck revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tasty-quickcheck?expand=0&rev=15 --- ghc-tasty-quickcheck.changes | 10 ++++++ ghc-tasty-quickcheck.spec | 4 ++- tasty-quickcheck-0.10.2.tar.gz | 3 -- tasty-quickcheck-0.10.3.tar.gz | 3 ++ tasty-quickcheck.cabal | 61 ++++++++++++++++++++++++++++++++++ 5 files changed, 77 insertions(+), 4 deletions(-) delete mode 100644 tasty-quickcheck-0.10.2.tar.gz create mode 100644 tasty-quickcheck-0.10.3.tar.gz create mode 100644 tasty-quickcheck.cabal diff --git a/ghc-tasty-quickcheck.changes b/ghc-tasty-quickcheck.changes index 74179d3..831c71f 100644 --- a/ghc-tasty-quickcheck.changes +++ b/ghc-tasty-quickcheck.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Sep 10 09:44:59 UTC 2023 - Peter Simons + +- Update tasty-quickcheck to version 0.10.3 revision 1. + Version 0.10.3 + -------------- + + * Print Quickcheck progress using Tasty progress reporting. + ([#311](https://github.com/UnkindPartition/tasty/pull/311)). + ------------------------------------------------------------------- Thu Mar 30 17:08:31 UTC 2023 - Peter Simons diff --git a/ghc-tasty-quickcheck.spec b/ghc-tasty-quickcheck.spec index a5eb80e..5fa859a 100644 --- a/ghc-tasty-quickcheck.spec +++ b/ghc-tasty-quickcheck.spec @@ -20,12 +20,13 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.2 +Version: 0.10.3 Release: 0 Summary: QuickCheck support for the Tasty test framework License: MIT URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof @@ -80,6 +81,7 @@ This package provides the Haskell %{pkg_name} profiling library. %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build diff --git a/tasty-quickcheck-0.10.2.tar.gz b/tasty-quickcheck-0.10.2.tar.gz deleted file mode 100644 index be24571..0000000 --- a/tasty-quickcheck-0.10.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4884c815db26a543ee1062664ee051ac89d51b2c2526d30029c6eb95b36cce2 -size 5868 diff --git a/tasty-quickcheck-0.10.3.tar.gz b/tasty-quickcheck-0.10.3.tar.gz new file mode 100644 index 0000000..4e8bfd4 --- /dev/null +++ b/tasty-quickcheck-0.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffb3b3fff93030d39f8077ed29f8ec9e38f8a8d508fc65b62dcac81e6339c0a +size 6289 diff --git a/tasty-quickcheck.cabal b/tasty-quickcheck.cabal new file mode 100644 index 0000000..d2d88cb --- /dev/null +++ b/tasty-quickcheck.cabal @@ -0,0 +1,61 @@ +-- Initial tasty-quickcheck.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: tasty-quickcheck +version: 0.10.3 +x-revision: 1 +synopsis: QuickCheck support for the Tasty test framework. +description: QuickCheck support for the Tasty test framework. + . +license: MIT +license-file: LICENSE +author: Roman Cheplyaka +maintainer: Roman Cheplyaka +-- copyright: +homepage: https://github.com/UnkindPartition/tasty +bug-reports: https://github.com/UnkindPartition/tasty/issues +category: Testing +build-type: Simple +extra-source-files: CHANGELOG.md +cabal-version: >=1.10 + +Source-repository head + type: git + location: https://github.com/UnkindPartition/tasty.git + subdir: quickcheck + +library + exposed-modules: Test.Tasty.QuickCheck + -- other-modules: + other-extensions: GeneralizedNewtypeDeriving, DeriveDataTypeable + build-depends: base >= 4.8 && < 5, + tagged < 0.9, + tasty >= 1.5 && < 1.6, + random < 1.3, + QuickCheck >= 2.10 && < 2.15, + optparse-applicative < 0.19 + + -- hs-source-dirs: + default-language: Haskell2010 + default-extensions: CPP + ghc-options: -Wall + +test-suite test + default-language: + Haskell2010 + default-extensions: CPP + type: + exitcode-stdio-1.0 + hs-source-dirs: + tests + main-is: + test.hs + build-depends: + base >= 4.7 && < 5 + , tasty >= 1.5 + , tasty-quickcheck + , tasty-hunit + , pcre-light + ghc-options: -Wall + if (!impl(ghc >= 8.0) || os(windows)) + buildable: False From 0873eb736781de006a614340752c9dc3b94c5d7a076d35ded07046de1c333ce5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Nov 2023 09:17:22 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-tasty-quickcheck revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tasty-quickcheck?expand=0&rev=16 --- tasty-quickcheck.cabal | 122 ++++++++++++++++++++--------------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/tasty-quickcheck.cabal b/tasty-quickcheck.cabal index d2d88cb..a8688f4 100644 --- a/tasty-quickcheck.cabal +++ b/tasty-quickcheck.cabal @@ -1,61 +1,61 @@ --- Initial tasty-quickcheck.cabal generated by cabal init. For further --- documentation, see http://haskell.org/cabal/users-guide/ - -name: tasty-quickcheck -version: 0.10.3 -x-revision: 1 -synopsis: QuickCheck support for the Tasty test framework. -description: QuickCheck support for the Tasty test framework. - . -license: MIT -license-file: LICENSE -author: Roman Cheplyaka -maintainer: Roman Cheplyaka --- copyright: -homepage: https://github.com/UnkindPartition/tasty -bug-reports: https://github.com/UnkindPartition/tasty/issues -category: Testing -build-type: Simple -extra-source-files: CHANGELOG.md -cabal-version: >=1.10 - -Source-repository head - type: git - location: https://github.com/UnkindPartition/tasty.git - subdir: quickcheck - -library - exposed-modules: Test.Tasty.QuickCheck - -- other-modules: - other-extensions: GeneralizedNewtypeDeriving, DeriveDataTypeable - build-depends: base >= 4.8 && < 5, - tagged < 0.9, - tasty >= 1.5 && < 1.6, - random < 1.3, - QuickCheck >= 2.10 && < 2.15, - optparse-applicative < 0.19 - - -- hs-source-dirs: - default-language: Haskell2010 - default-extensions: CPP - ghc-options: -Wall - -test-suite test - default-language: - Haskell2010 - default-extensions: CPP - type: - exitcode-stdio-1.0 - hs-source-dirs: - tests - main-is: - test.hs - build-depends: - base >= 4.7 && < 5 - , tasty >= 1.5 - , tasty-quickcheck - , tasty-hunit - , pcre-light - ghc-options: -Wall - if (!impl(ghc >= 8.0) || os(windows)) - buildable: False +-- Initial tasty-quickcheck.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: tasty-quickcheck +version: 0.10.3 +x-revision: 1 +synopsis: QuickCheck support for the Tasty test framework. +description: QuickCheck support for the Tasty test framework. + . +license: MIT +license-file: LICENSE +author: Roman Cheplyaka +maintainer: Roman Cheplyaka +-- copyright: +homepage: https://github.com/UnkindPartition/tasty +bug-reports: https://github.com/UnkindPartition/tasty/issues +category: Testing +build-type: Simple +extra-source-files: CHANGELOG.md +cabal-version: >=1.10 + +Source-repository head + type: git + location: https://github.com/UnkindPartition/tasty.git + subdir: quickcheck + +library + exposed-modules: Test.Tasty.QuickCheck + -- other-modules: + other-extensions: GeneralizedNewtypeDeriving, DeriveDataTypeable + build-depends: base >= 4.8 && < 5, + tagged < 0.9, + tasty >= 1.5 && < 1.6, + random < 1.3, + QuickCheck >= 2.10 && < 2.15, + optparse-applicative < 0.19 + + -- hs-source-dirs: + default-language: Haskell2010 + default-extensions: CPP + ghc-options: -Wall + +test-suite test + default-language: + Haskell2010 + default-extensions: CPP + type: + exitcode-stdio-1.0 + hs-source-dirs: + tests + main-is: + test.hs + build-depends: + base >= 4.7 && < 5 + , tasty >= 1.5 + , tasty-quickcheck + , tasty-hunit + , pcre-light + ghc-options: -Wall + if (!impl(ghc >= 8.0) || os(windows)) + buildable: False