forked from pool/ghc-hedgehog
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hedgehog revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hedgehog?expand=0&rev=3
This commit is contained in:
parent
da476abf74
commit
86666b3c12
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- force i686 arch on i586
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 10 19:28:32 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hedgehog to version 1.0.4.
|
||||||
|
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/hedgehog-1.0.4/src/CHANGELOG.md
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 9 11:25:11 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hedgehog to version 1.0.3 revision 1.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 30 03:01:45 UTC 2020 - psimons@suse.com
|
Fri Oct 30 03:01:45 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name hedgehog
|
%global pkg_name hedgehog
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.0.3
|
Version: 1.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Release with confidence
|
Summary: Release with confidence
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -35,7 +35,6 @@ BuildRequires: ghc-deepseq-devel
|
|||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-erf-devel
|
BuildRequires: ghc-erf-devel
|
||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-fail-devel
|
|
||||||
BuildRequires: ghc-lifted-async-devel
|
BuildRequires: ghc-lifted-async-devel
|
||||||
BuildRequires: ghc-mmorph-devel
|
BuildRequires: ghc-mmorph-devel
|
||||||
BuildRequires: ghc-monad-control-devel
|
BuildRequires: ghc-monad-control-devel
|
||||||
@ -45,7 +44,6 @@ BuildRequires: ghc-primitive-devel
|
|||||||
BuildRequires: ghc-random-devel
|
BuildRequires: ghc-random-devel
|
||||||
BuildRequires: ghc-resourcet-devel
|
BuildRequires: ghc-resourcet-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-semigroups-devel
|
|
||||||
BuildRequires: ghc-stm-devel
|
BuildRequires: ghc-stm-devel
|
||||||
BuildRequires: ghc-template-haskell-devel
|
BuildRequires: ghc-template-haskell-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
@ -53,6 +51,12 @@ BuildRequires: ghc-time-devel
|
|||||||
BuildRequires: ghc-transformers-base-devel
|
BuildRequires: ghc-transformers-base-devel
|
||||||
BuildRequires: ghc-transformers-devel
|
BuildRequires: ghc-transformers-devel
|
||||||
BuildRequires: ghc-wl-pprint-annotated-devel
|
BuildRequires: ghc-wl-pprint-annotated-devel
|
||||||
|
# GHC dont support i586
|
||||||
|
%ifarch %{ix86}
|
||||||
|
ExclusiveArch: i586 i686
|
||||||
|
ExclusiveArch: i686
|
||||||
|
%{expand:%%global optflags %(echo "%{optflags}"|sed -e s/i586/i686/) -march=i686 -mtune=generic}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
<http://hedgehog.qa/ Hedgehog> automatically generates a comprehensive array of
|
<http://hedgehog.qa/ Hedgehog> automatically generates a comprehensive array of
|
||||||
@ -78,7 +82,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
cabal-tweak-dep-ver ansi-terminal '< 0.11' '<1'
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35f9e96578c09734243a4e423d367083e08937f863101b3f6ef48744c8299b82
|
|
||||||
size 68241
|
|
3
hedgehog-1.0.4.tar.gz
Normal file
3
hedgehog-1.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bf7157d433a453587343186d739e178abf1b7a5ec916555630889cd7c104469a
|
||||||
|
size 68959
|
Loading…
Reference in New Issue
Block a user