Accepting request 324492 from devel:languages:haskell

1

OBS-URL: https://build.opensuse.org/request/show/324492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tagged?expand=0&rev=2
This commit is contained in:
Stephan Kulow 2015-08-23 13:43:22 +00:00 committed by Git OBS Bridge
commit a90a85c61f
4 changed files with 31 additions and 12 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Aug 7 08:29:50 UTC 2015 - mimi.vx@gmail.com
- update to 0.8.1
* Add KProxy to the backwards compatibility Data.Proxy module.
* Add a Generic instance to Proxy.
* Added Data.Proxy.TH, based on the code from Frames by Anthony Cowley.
* Removed reproxy from Data.Proxy. This is a bad API decision, but it isn't present
in GHC's Data.Proxy, and this makes the API more stable.
-------------------------------------------------------------------
Sat Apr 25 17:34:25 UTC 2015 - mimi.vx@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-tagged
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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
@ -15,32 +15,34 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global pkg_name tagged
Name: ghc-tagged
Version: 0.7.3
Version: 0.8.1
Release: 0
Summary: Haskell 98 phantom types to avoid unsafely passing dummy arguments
License: BSD-3-Clause
Group: System/Libraries
Group: System/Libraries
Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
License: BSD-3-Clause
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-template-haskell-devel
%description
This package provides Haskell 98 phantom types to avoid unsafely passing dummy arguments.
Haskell 98 phantom types to avoid unsafely passing dummy arguments.
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development files.
@ -49,24 +51,31 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%post devel
%ghc_pkg_recache
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.markdown
%changelog

View File

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

3
tagged-0.8.1.tar.gz Normal file
View File

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