osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-file-embed revision:10, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-file-embed?expand=0&rev=52
This commit is contained in:
Ondřej Súkup 2021-05-30 18:58:17 +00:00 committed by Git OBS Bridge
parent 361a39626e
commit dfec601ded
4 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d13068abb0bd22c5d118164734a097dc591977b2c7561d912af9097803c6e1ea
size 6657

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:050267dbb2fb9033f16c66659fa739b6972775591fddf747e13f8d71c2f485ac
size 7011

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 11 09:10:44 UTC 2021 - psimons@suse.com
- Update file-embed to version 0.0.14.0.
## 0.0.14.0
* Add `embedFileIfExists`
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-file-embed
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name file-embed
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.0.13.0
Version: 0.0.14.0
Release: 0
Summary: Use Template Haskell to embed file contents directly
License: BSD-2-Clause