Accepting request 737219 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/737219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=12
This commit is contained in:
commit
4e2e09cc8e
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 4 02:02:00 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting to version 0.8.2.3.
|
||||||
|
## 0.8.2.3 -- 2019-10-03
|
||||||
|
|
||||||
|
* Tests: ensure we read test files as UTF-8.
|
||||||
|
|
||||||
|
* Fix compiler warnings around Monoid imports.
|
||||||
|
|
||||||
|
* Add MonadFail constraint (allowing compilation with ghc 8.8.x).
|
||||||
|
|
||||||
|
* Add cabal.project and move CI from Travis to GitHub Actions.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 2 02:01:48 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting to version 0.8.2.2.
|
||||||
|
## 0.8.2.2 -- 2019-09-30
|
||||||
|
|
||||||
|
* Remove upper bound on regex-base and require
|
||||||
|
regex-pcre-builtin >= 0.95, to avoid a build conflict
|
||||||
|
with earlier versions of regex-pcre-builtin and
|
||||||
|
regex-base >= 0.94.
|
||||||
|
|
||||||
|
* Remove unused system-pcre flag in skylighting.cabal.
|
||||||
|
This flag only affects skylighting-core.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 26 02:01:25 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting to version 0.8.2.1.
|
||||||
|
Upstream has edited the change log file since the last release in
|
||||||
|
a non-trivial way, i.e. they did more than just add a new entry
|
||||||
|
at the top. You can review the file at:
|
||||||
|
http://hackage.haskell.org/package/skylighting-0.8.2.1/src/changelog.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 15 02:01:47 UTC 2019 - psimons@suse.com
|
Mon Jul 15 02:01:47 UTC 2019 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global pkg_name skylighting
|
%global pkg_name skylighting
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.2
|
Version: 0.8.2.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -26,26 +26,11 @@ Group: Development/Libraries/Haskell
|
|||||||
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
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-aeson-devel
|
|
||||||
BuildRequires: ghc-ansi-terminal-devel
|
|
||||||
BuildRequires: ghc-attoparsec-devel
|
|
||||||
BuildRequires: ghc-base64-bytestring-devel
|
|
||||||
BuildRequires: ghc-binary-devel
|
BuildRequires: ghc-binary-devel
|
||||||
BuildRequires: ghc-blaze-html-devel
|
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-case-insensitive-devel
|
|
||||||
BuildRequires: ghc-colour-devel
|
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-directory-devel
|
|
||||||
BuildRequires: ghc-filepath-devel
|
|
||||||
BuildRequires: ghc-hxt-devel
|
|
||||||
BuildRequires: ghc-mtl-devel
|
|
||||||
BuildRequires: ghc-regex-pcre-builtin-devel
|
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-safe-devel
|
|
||||||
BuildRequires: ghc-skylighting-core-devel
|
BuildRequires: ghc-skylighting-core-devel
|
||||||
BuildRequires: ghc-text-devel
|
|
||||||
BuildRequires: ghc-utf8-string-devel
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Skylighting is a syntax highlighting library with support for over one hundred
|
Skylighting is a syntax highlighting library with support for over one hundred
|
||||||
|
3
skylighting-0.8.2.3.tar.gz
Normal file
3
skylighting-0.8.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:578cf56e9cba1be805de9bc0caad550590ff911581448accd0386b8b05c97e81
|
||||||
|
size 629917
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f25d3bd1d274891a69b74d1237d57cd76bfe62385405ab4428c76e048830129
|
|
||||||
size 629539
|
|
Loading…
Reference in New Issue
Block a user