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:
commit
2030f5c904
@ -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>
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user