osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tagged revision:17, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=76
This commit is contained in:
Ondřej Súkup 2021-08-17 09:54:20 +00:00 committed by Git OBS Bridge
parent 4b1ccab846
commit 25b47edad7
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jul 27 07:51:20 UTC 2021 - psimons@suse.com
- Update tagged to version 0.8.6.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Apr 22 10:06:06 UTC 2021 - psimons@suse.com

View File

@ -24,7 +24,7 @@ Summary: Haskell 98 phantom types to avoid unsafely passing dummy argumen
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-deepseq-devel
BuildRequires: ghc-rpm-macros

View File

@ -1,6 +1,6 @@
name: tagged
version: 0.8.6.1
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
author: Edward A. Kmett
@ -81,7 +81,7 @@ library
build-depends: deepseq >= 1.1 && < 1.5
if flag(transformers)
build-depends: transformers >= 0.2 && < 0.6
build-depends: transformers >= 0.2 && < 0.7
-- Ensure Data.Functor.Classes is always available
if impl(ghc >= 7.10) || impl(ghcjs)