Accepting request 322626 from devel:languages:haskell:lts

- moved aeson-pretty binary from devel package to normal

OBS-URL: https://build.opensuse.org/request/show/322626
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-aeson-pretty?expand=0&rev=2
This commit is contained in:
Jan Matějka 2015-08-14 12:32:50 +00:00 committed by Git OBS Bridge
parent f6a3179919
commit fc28837a25
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 6 18:45:59 UTC 2015 - mimi.vx@gmail.com
- moved aeson-pretty binary from devel package to normal
-------------------------------------------------------------------
Tue Jun 9 12:56:38 UTC 2015 - jmatejka@suse.cz

View File

@ -17,9 +17,9 @@
%global pkg_name aeson-pretty
Name: ghc-%{pkg_name}
Name: ghc-aeson-pretty
Version: 0.7.2
Release: 1
Release: 0
Summary: JSON pretty-printing library and command-line tool
Group: System/Libraries
@ -94,12 +94,11 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE
%{_bindir}/%{pkg_name}
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.markdown
%{_bindir}/%{pkg_name}
%changelog