diff --git a/ghc-pretty-simple.changes b/ghc-pretty-simple.changes index 629bcd5..1e95d25 100644 --- a/ghc-pretty-simple.changes +++ b/ghc-pretty-simple.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Dec 8 12:54:27 UTC 2024 - Peter Simons + +- Update pretty-simple to version 4.1.3.0. + ## 4.1.3.0 + + * Remove custom setup. This makes cross-compiling `pretty-simple` a lot more + straightforward. No functionality has been lost from the library, since the + custom setup was only used for generating tests. + [#107](https://github.com/cdepillabout/pretty-simple/pull/107) + ------------------------------------------------------------------- Thu Mar 30 17:07:57 UTC 2023 - Peter Simons diff --git a/ghc-pretty-simple.spec b/ghc-pretty-simple.spec index 8d5706a..5535ab1 100644 --- a/ghc-pretty-simple.spec +++ b/ghc-pretty-simple.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-pretty-simple # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,9 +18,8 @@ %global pkg_name pretty-simple %global pkgver %{pkg_name}-%{version} -%bcond_with tests Name: ghc-%{pkg_name} -Version: 4.1.2.0 +Version: 4.1.3.0 Release: 0 Summary: Pretty printer for data types with a 'Show' instance License: BSD-3-Clause @@ -28,11 +27,8 @@ URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: chrpath BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-Cabal-prof BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof -BuildRequires: ghc-cabal-doctest-devel -BuildRequires: ghc-cabal-doctest-prof BuildRequires: ghc-containers-devel BuildRequires: ghc-containers-prof BuildRequires: ghc-mtl-devel @@ -49,16 +45,6 @@ BuildRequires: ghc-text-prof BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-prof ExcludeArch: %{ix86} -%if %{with tests} -BuildRequires: ghc-Glob-devel -BuildRequires: ghc-Glob-prof -BuildRequires: ghc-QuickCheck-devel -BuildRequires: ghc-QuickCheck-prof -BuildRequires: ghc-doctest-devel -BuildRequires: ghc-doctest-prof -BuildRequires: ghc-template-haskell-devel -BuildRequires: ghc-template-haskell-prof -%endif %description Pretty printer for data types with a 'Show' instance. @@ -99,9 +85,6 @@ This package provides the Haskell %{pkg_name} profiling library. %ghc_lib_install %ghc_fix_rpath %{pkg_name}-%{version} -%check -%cabal_test - %post devel %ghc_pkg_recache diff --git a/pretty-simple-4.1.2.0.tar.gz b/pretty-simple-4.1.2.0.tar.gz deleted file mode 100644 index e2f5349..0000000 --- a/pretty-simple-4.1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3cb47c3971599cb8c0330e1a2dbd63c67bfbe570bd879524ee802e81e7b02736 -size 40519 diff --git a/pretty-simple-4.1.3.0.tar.gz b/pretty-simple-4.1.3.0.tar.gz new file mode 100644 index 0000000..a3606f5 --- /dev/null +++ b/pretty-simple-4.1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aab1db01cdb1cc7847b2d11d915ac80a7df8e12bc0e5567e5331a93b782d00e +size 40919