SHA256
1
0
forked from pool/ghc-hjsmin

Accepting request 985814 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/985814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hjsmin?expand=0&rev=5
This commit is contained in:
Richard Brown 2022-08-01 19:28:44 +00:00 committed by Git OBS Bridge
commit 21c4f4d345
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 23 10:50:51 UTC 2022 - Peter Simons <psimons@suse.com>
- Update hjsmin to version 0.2.0.4 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 1 20:12:17 UTC 2021 - Peter Simons <psimons@suse.com> Wed Dec 1 20:12:17 UTC 2021 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-hjsmin # spec file for package ghc-hjsmin
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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: Haskell implementation of a javascript minifier
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-bytestring-devel BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-language-javascript-devel BuildRequires: ghc-language-javascript-devel

View File

@ -1,6 +1,6 @@
name: hjsmin name: hjsmin
version: 0.2.0.4 version: 0.2.0.4
x-revision: 1 x-revision: 2
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Alan Zimmerman <alan.zimm@gmail.com> author: Alan Zimmerman <alan.zimm@gmail.com>
@ -46,7 +46,7 @@ executable hjsmin
other-modules: Text.Jasmine other-modules: Text.Jasmine
build-depends: base >= 4.8 && < 5 build-depends: base >= 4.8 && < 5
, bytestring == 0.10.* , bytestring
, language-javascript , language-javascript
, optparse-applicative >= 0.7 , optparse-applicative >= 0.7
, text , text