Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0abc5d148e | |||
| 0b84b5b2c6 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 4 21:28:46 UTC 2025 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update these to version 1.2.1 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 2 08:10:59 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-these
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -25,7 +25,7 @@ Summary: An either-or-both data type
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-assoc-devel
|
||||
BuildRequires: ghc-assoc-prof
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
cabal-version: >=1.10
|
||||
name: these
|
||||
version: 1.2.1
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
synopsis: An either-or-both data type.
|
||||
homepage: https://github.com/haskellari/these
|
||||
license: BSD3
|
||||
@@ -38,9 +38,10 @@ tested-with:
|
||||
|| ==9.0.2
|
||||
|| ==9.2.8
|
||||
|| ==9.4.8
|
||||
|| ==9.6.5
|
||||
|| ==9.8.2
|
||||
|| ==9.6.6
|
||||
|| ==9.8.4
|
||||
|| ==9.10.1
|
||||
|| ==9.12.1
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
@@ -58,7 +59,7 @@ library
|
||||
|
||||
-- ghc boot libs
|
||||
build-depends:
|
||||
base >=4.12.0.0 && <4.21
|
||||
base >=4.12.0.0 && <4.22
|
||||
, binary >=0.8.6.0 && <0.10
|
||||
, deepseq >=1.4.4.0 && <1.6
|
||||
|
||||
|
||||
Reference in New Issue
Block a user