Accepting request 930328 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/930328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-ghc-paths?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-11-11 20:36:29 +00:00 committed by Git OBS Bridge
commit 98cbacb408
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 1 08:26:50 UTC 2021 - psimons@suse.com
- Update ghc-paths to version 0.1.0.12 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Feb 23 20:57:04 UTC 2021 - psimons@suse.com

View File

@ -24,7 +24,7 @@ Summary: Knowledge of GHC's installation directories
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/2.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-directory-devel
BuildRequires: ghc-rpm-macros

View File

@ -1,6 +1,6 @@
name: ghc-paths
version: 0.1.0.12
x-revision: 2
x-revision: 3
license: BSD3
license-file: LICENSE
copyright: (c) Simon Marlow
@ -14,7 +14,7 @@ cabal-version: >= 1.6
build-type: Custom
custom-setup
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.5, directory
setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.7, directory
library
build-depends: base >= 3 && < 5