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:
commit
21c4f4d345
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
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-bytestring-devel
|
||||
BuildRequires: ghc-language-javascript-devel
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: hjsmin
|
||||
version: 0.2.0.4
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Alan Zimmerman <alan.zimm@gmail.com>
|
||||
@ -46,7 +46,7 @@ executable hjsmin
|
||||
other-modules: Text.Jasmine
|
||||
|
||||
build-depends: base >= 4.8 && < 5
|
||||
, bytestring == 0.10.*
|
||||
, bytestring
|
||||
, language-javascript
|
||||
, optparse-applicative >= 0.7
|
||||
, text
|
||||
|
Loading…
Reference in New Issue
Block a user