- update to 0.1.12.1

* Fix up acceptSafe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-streaming-commons?expand=0&rev=3
This commit is contained in:
Ondřej Súkup 2015-08-07 08:09:29 +00:00 committed by Git OBS Bridge
parent e7582f2668
commit 039067e645
4 changed files with 13 additions and 14 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 7 08:08:51 UTC 2015 - mimi.vx@gmail.com
- update to 0.1.12.1
* Fix up acceptSafe
-------------------------------------------------------------------
Wed Apr 22 07:34:22 UTC 2015 - mimi.vx@gmail.com

View File

@ -15,17 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global pkg_name streaming-commons
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.12
Name: ghc-streaming-commons
Version: 0.1.12.1
Release: 0
Summary: Common lower-level functions needed by various streaming data libraries
License: MIT
Group: System/Libraries
License: MIT
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
@ -74,37 +75,29 @@ files.
%prep
%setup -q -n %{pkg_name}-%{version}
%build
%ghc_lib_build
%install
%ghc_lib_install
%check
%if %{with tests}
%cabal test
%endif
%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.md
%changelog

View File

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

View File

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