forked from pool/ghc-skylighting-core
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting-core revision:24, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=54
This commit is contained in:
parent
394ed78a0e
commit
8fb0c5384a
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 14 22:46:44 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update skylighting-core to version 0.10.4.1.
|
||||
## 0.10.4.1
|
||||
|
||||
* Fixed logic for checking line-end-context (#119).
|
||||
|
||||
* Use NonEmpty for the context stack.
|
||||
|
||||
* Remove unneeded build-depends.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 2 09:33:06 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name skylighting-core
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.10.4
|
||||
Version: 0.10.4.1
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: BSD-3-Clause
|
||||
@ -48,10 +48,8 @@ BuildRequires: ghc-xml-conduit-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-Diff-devel
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-pretty-show-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-golden-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
|
3
skylighting-core-0.10.4.1.tar.gz
Normal file
3
skylighting-core-0.10.4.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3eca72451953bf7596c772a577a1652dc388b14da192902216293e87be4f61e
|
||||
size 711627
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f356264fa7f8bc682e39830029036f392a088e719f17e2f27d4d692355fac2c
|
||||
size 711447
|
Loading…
Reference in New Issue
Block a user