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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-shelly?expand=0&rev=27
This commit is contained in:
Ondřej Súkup 2021-11-21 11:20:48 +00:00 committed by Git OBS Bridge
parent e2b6c9a9bd
commit 315b6bf97c
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Nov 20 17:30:38 UTC 2021 - psimons@suse.com
- Update shelly to version 1.9.0 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>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-shelly # spec file for package ghc-shelly
# #
# 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
@ -25,7 +25,7 @@ Summary: Shell-like (systems) programming in Haskell
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-async-devel BuildRequires: ghc-async-devel
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel

View File

@ -1,7 +1,7 @@
Name: shelly Name: shelly
Version: 1.9.0 Version: 1.9.0
x-revision: 1 x-revision: 2
Synopsis: shell-like (systems) programming in Haskell Synopsis: shell-like (systems) programming in Haskell
Description: Shelly provides convenient systems programming in Haskell, Description: Shelly provides convenient systems programming in Haskell,
@ -50,7 +50,7 @@ Library
Build-depends: Build-depends:
containers >= 0.4.2.0, containers >= 0.4.2.0,
time >= 1.3 && < 1.10, time >= 1.3 && < 1.13,
directory >= 1.3.0.0 && < 1.4.0.0, directory >= 1.3.0.0 && < 1.4.0.0,
mtl >= 2, mtl >= 2,
process >= 1.0, process >= 1.0,