Accepting request 857348 from devel:languages:haskell
update haskell stack in openSUS OBS-URL: https://build.opensuse.org/request/show/857348 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-extra?expand=0&rev=31
This commit is contained in:
commit
5dcb20d25d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf0b58a5418a127ef63e9b581ce4c5d7b8bbc23730348fc0aedc9f9b2002ede9
|
||||
size 43588
|
3
extra-1.7.9.tar.gz
Normal file
3
extra-1.7.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f66e26a63b216f0ca33665a75c08eada0a96af192ace83a18d87839d79afdf9d
|
||||
size 44369
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 18:49:11 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update extra to version 1.7.9.
|
||||
1.7.9, released 2020-12-19
|
||||
#72, add pureIf
|
||||
#73, make takeEnd, dropEnd, splitAtEnd: return immediately if i <= 0
|
||||
#71, add compareLength and comparingLength
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- disable %{ix86} build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 12 16:17:48 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name extra
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.7.8
|
||||
Version: 1.7.9
|
||||
Release: 0
|
||||
Summary: Extra functions I use
|
||||
License: BSD-3-Clause
|
||||
@ -33,6 +33,7 @@ BuildRequires: ghc-process-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-time-devel
|
||||
BuildRequires: ghc-unix-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-quickcheck-instances-devel
|
||||
|
Loading…
Reference in New Issue
Block a user