Accepting request 759398 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/759398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-file-embed?expand=0&rev=10
This commit is contained in:
commit
c0d33827d0
3
file-embed-0.0.11.1.tar.gz
Normal file
3
file-embed-0.0.11.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a113e7fe528be8204f40d3e9e00d595234e49def6caa133136e8254b659189d6
|
||||
size 6530
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eea5d00973808e440f346972b7477c8d8c2194a7036cc532eafeffc5189fcd50
|
||||
size 6469
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 03:02:06 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update file-embed to version 0.0.11.1.
|
||||
# ChangeLog for file-embed
|
||||
|
||||
## 0.0.11.1
|
||||
|
||||
* Support GHC 8.10
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:13:44 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Drop obsolete group attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:30 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-file-embed
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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,11 +19,10 @@
|
||||
%global pkg_name file-embed
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.0.11
|
||||
Version: 0.0.11.1
|
||||
Release: 0
|
||||
Summary: Use Template Haskell to embed file contents directly
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Libraries/Haskell
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
@ -39,7 +38,6 @@ them into (path, bytestring) pairs embedded in your Haskell code.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Group: Development/Libraries/Haskell
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: ghc-compiler = %{ghc_version}
|
||||
Requires(post): ghc-compiler = %{ghc_version}
|
||||
|
Loading…
Reference in New Issue
Block a user