Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dbf81f44e7 | |||
| f416dbe492 |
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 22 18:59:27 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update some to version 1.0.6 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 13 18:42:11 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@ Summary: Existential type: Some
|
||||
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-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: some
|
||||
version: 1.0.6
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
cabal-version: >=1.10
|
||||
build-type: Simple
|
||||
author:
|
||||
@@ -31,9 +31,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
|
||||
|
||||
extra-source-files: ChangeLog.md
|
||||
|
||||
@@ -70,7 +71,7 @@ library
|
||||
|
||||
other-modules: Data.GADT.Internal
|
||||
build-depends:
|
||||
base >=4.12 && <4.21
|
||||
base >=4.12 && <4.22
|
||||
, deepseq >=1.4.4.0 && <1.6
|
||||
|
||||
if !impl(ghc >= 9.8)
|
||||
|
||||
Reference in New Issue
Block a user