- update to 4.2.6

* Re-export `(Data.Functor.$>)` rather than supply our own on GHC 7.8+
* Better SafeHaskell support.
* `instance Monoid m => ComonadTraced m ((->) m)`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=2
This commit is contained in:
Ondřej Súkup 2015-05-17 14:58:08 +00:00 committed by Git OBS Bridge
parent 0ec8072d4e
commit cb8394da4e
4 changed files with 15 additions and 14 deletions

View File

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

3
comonad-4.2.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 17 14:56:01 UTC 2015 - mimi.vx@gmail.com
- update to 4.2.6
* Re-export `(Data.Functor.$>)` rather than supply our own on GHC 7.8+
* Better SafeHaskell support.
* `instance Monoid m => ComonadTraced m ((->) m)`
-------------------------------------------------------------------
Sun Apr 26 16:54:54 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 comonad
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 4.2.5
Name: ghc-comonad
Version: 4.2.6
Release: 0
Summary: Comonads
License: BSD-3-Clause
Group: System/Libraries
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
@ -66,37 +67,29 @@ 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
%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.markdown examples
%changelog