Accepting request 607797 from devel:languages:haskell

Update ghc-file-embed to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607797
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-file-embed?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:07:28 +00:00 committed by Git OBS Bridge
commit 8fe864e5b5
4 changed files with 13 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update file-embed to version 0.0.10.1.
* Minor doc improvements
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-file-embed
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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.10
Version: 0.0.10.1
Release: 0
Summary: Use Template Haskell to embed file contents directly
License: BSD-2-Clause
@ -35,7 +35,7 @@ BuildRequires: ghc-template-haskell-devel
%description
Use Template Haskell to read a file or all the files in a directory, and turn
them into (path, bytestring) pairs embedded in your haskell code.
them into (path, bytestring) pairs embedded in your Haskell code.
%package devel
Summary: Haskell %{pkg_name} library development files
@ -67,7 +67,7 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc ChangeLog.md README.md