forked from pool/ghc-network-uri
Accepting request 870873 from devel:languages:haskell
update haskell stack in factory OBS-URL: https://build.opensuse.org/request/show/870873 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-network-uri?expand=0&rev=15
This commit is contained in:
commit
63e41a224b
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 05:05:56 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update network-uri to version 2.6.4.1.
|
||||
# network-uri-2.6.4.1 (2021-02-07)
|
||||
* Fix: Restore "Safe" designation which was accidentally removed.
|
||||
|
||||
# network-uri-2.6.4.0 (2021-02-07)
|
||||
* Add compatibility with GHC 9.0.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-network-uri
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name network-uri
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.6.3.0
|
||||
Version: 2.6.4.1
|
||||
Release: 0
|
||||
Summary: URI manipulation
|
||||
License: BSD-3-Clause
|
||||
@ -30,13 +30,14 @@ BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-parsec-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-template-haskell-devel
|
||||
BuildRequires: ghc-th-compat-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-criterion-devel
|
||||
BuildRequires: ghc-test-framework-devel
|
||||
BuildRequires: ghc-test-framework-hunit-devel
|
||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
BuildRequires: ghc-tasty-quickcheck-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a01c1389f15d2cc2e847914737f706133bb11f0c5f8ee89711a36a25b7afa723
|
||||
size 31997
|
3
network-uri-2.6.4.1.tar.gz
Normal file
3
network-uri-2.6.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57856db93608a4d419f681b881c9b8d4448800d5a687587dc37e8a9e0b223584
|
||||
size 32373
|
Loading…
Reference in New Issue
Block a user