diff --git a/ghc-tasty-quickcheck.changes b/ghc-tasty-quickcheck.changes index f1ead9b..c18741e 100644 --- a/ghc-tasty-quickcheck.changes +++ b/ghc-tasty-quickcheck.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jun 22 10:14:45 UTC 2024 - Peter Simons + +- Update tasty-quickcheck to version 0.11. + Upstream has edited the change log file since the last release in + a non-trivial way, i.e. they did more than just add a new entry + at the top. You can review the file at: + http://hackage.haskell.org/package/tasty-quickcheck-0.11/src/CHANGELOG.md + ------------------------------------------------------------------- Mon Apr 22 20:17:42 UTC 2024 - Peter Simons diff --git a/ghc-tasty-quickcheck.spec b/ghc-tasty-quickcheck.spec index 106195c..c3d00ed 100644 --- a/ghc-tasty-quickcheck.spec +++ b/ghc-tasty-quickcheck.spec @@ -20,13 +20,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.10.3 +Version: 0.11 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/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof @@ -81,7 +80,6 @@ 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.3.tar.gz b/tasty-quickcheck-0.10.3.tar.gz deleted file mode 100644 index 4e8bfd4..0000000 --- a/tasty-quickcheck-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cffb3b3fff93030d39f8077ed29f8ec9e38f8a8d508fc65b62dcac81e6339c0a -size 6289 diff --git a/tasty-quickcheck-0.11.tar.gz b/tasty-quickcheck-0.11.tar.gz new file mode 100644 index 0000000..f697571 --- /dev/null +++ b/tasty-quickcheck-0.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2223961a826159cf58afb8d41c33c2202a63ea65f1c73b6a8a9f2f39c1911e +size 7051 diff --git a/tasty-quickcheck.cabal b/tasty-quickcheck.cabal deleted file mode 100644 index 5376b9f..0000000 --- a/tasty-quickcheck.cabal +++ /dev/null @@ -1,61 +0,0 @@ --- 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: 2 -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.16, - 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