osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-ghc-paths revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-paths?expand=0&rev=7
This commit is contained in:
parent
da82e584c8
commit
a1738c3d6c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 23 20:57:04 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update ghc-paths to version 0.1.0.12 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
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-ghc-paths
|
# spec file for package ghc-ghc-paths
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@ Summary: Knowledge of GHC's installation directories
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-directory-devel
|
BuildRequires: ghc-directory-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
name: ghc-paths
|
name: ghc-paths
|
||||||
version: 0.1.0.12
|
version: 0.1.0.12
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
copyright: (c) Simon Marlow
|
copyright: (c) Simon Marlow
|
||||||
@ -14,7 +14,7 @@ cabal-version: >= 1.6
|
|||||||
build-type: Custom
|
build-type: Custom
|
||||||
|
|
||||||
custom-setup
|
custom-setup
|
||||||
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.3, directory
|
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.5, directory
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 3 && < 5
|
build-depends: base >= 3 && < 5
|
||||||
|
Loading…
Reference in New Issue
Block a user