ghc-reflection/ghc-reflection.spec

103 lines
3.1 KiB
RPMSpec
Raw Normal View History

2016-06-26 06:04:10 +00:00
# generated by cabal-rpm-0.9.11
2014-04-23 03:32:39 +00:00
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name reflection
Name: ghc-%{pkg_name}
2016-06-26 06:04:10 +00:00
Version: 2.1.2
Release: 1%{?dist}
2014-04-23 03:32:39 +00:00
Summary: Reifies arbitrary terms into types that can be reflected back into terms
License: BSD
2015-01-27 09:14:55 +00:00
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
2014-04-23 03:32:39 +00:00
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-tagged-devel
BuildRequires: ghc-template-haskell-devel
2014-04-23 03:32:39 +00:00
# End cabal-rpm deps
%description
2016-06-26 06:04:10 +00:00
This package addresses the "configuration problem" which is propagating
configurations that are available at run-time, allowing multiple configurations
to coexist without resorting to mutable global variables or
'System.IO.Unsafe.unsafePerformIO'.
2014-04-23 03:32:39 +00:00
2016-06-26 06:04:10 +00:00
That package is an implementation of the ideas presented in the paper
"Functional Pearl: Implicit Configurations" by Oleg Kiselyov and Chung-chieh
Shan (<http://okmij.org/ftp/Haskell/tr-15-04.pdf original paper>).
However, the API has been streamlined to improve performance.
2014-04-23 03:32:39 +00:00
2016-06-26 06:04:10 +00:00
Austin Seipp's tutorial
<https://www.fpcomplete.com/user/thoughtpolice/using-reflection Reflecting
values to types and back> provides a summary of the approach taken by this
library, along with more motivating examples.
2014-04-23 03:32:39 +00:00
%package devel
Summary: Haskell %{pkg_name} library development files
Provides: %{name}-static = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
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
2016-06-26 06:04:10 +00:00
%license LICENSE
2014-04-23 03:32:39 +00:00
%files devel -f %{name}-devel.files
2016-06-26 06:04:10 +00:00
%doc CHANGELOG.markdown README.markdown examples
2014-04-23 03:32:39 +00:00
%changelog
2016-06-26 06:04:10 +00:00
* Sun Jun 26 2016 Jens Petersen <petersen@redhat.com> - 2.1.2-1
- update to 2.1.2
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-01-27 09:14:55 +00:00
* Tue Jan 27 2015 Jens Petersen <petersen@redhat.com> - 1.5.1-2
- updates urls
* Wed Oct 1 2014 Ricky Elrod <relrod@redhat.com> - 1.5.1-1
- Latest upstream release.
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-04-23 03:32:39 +00:00
* Sat Mar 15 2014 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 1.4
- spec file generated by cabal-rpm-0.8.10