Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 156e89c625 | |||
| 2e80c280c3 | |||
| 118b53f363 | |||
| 6955383564 |
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 12 11:25:22 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update pretty-simple to version 4.1.4.0.
|
||||
## 4.1.4.0
|
||||
|
||||
* Fix double-quoting issue with `pTraceShowWith`.
|
||||
[#132](https://github.com/cdepillabout/pretty-simple/pull/132)
|
||||
Thanks [@leoslf](https://github.com/leoslf)!
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 8 12:54:27 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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 <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-pretty-simple
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 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.4.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
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cb47c3971599cb8c0330e1a2dbd63c67bfbe570bd879524ee802e81e7b02736
|
||||
size 40519
|
||||
3
pretty-simple-4.1.4.0.tar.gz
Normal file
3
pretty-simple-4.1.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a51aa5c987bba79c2bc75b14b28b2bcba7862f18162431811476512be2dae1f
|
||||
size 40964
|
||||
Reference in New Issue
Block a user