Accepting request 934290 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/934290
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-shelly?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2021-12-19 16:34:49 +00:00 committed by Git OBS Bridge
commit 2030f5c904
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>

View File

@ -1,7 +1,7 @@
#
# 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
# 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
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-async-devel
BuildRequires: ghc-bytestring-devel

View File

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