diff --git a/comonad-4.2.5.tar.gz b/comonad-4.2.5.tar.gz deleted file mode 100644 index 1eac3e2..0000000 --- a/comonad-4.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ef3a31140df072b077bf92db79c8807f5fa1fb30d3c17eb2679dafdb0cf341e -size 16098 diff --git a/comonad-4.2.6.tar.gz b/comonad-4.2.6.tar.gz new file mode 100644 index 0000000..6e36fcb --- /dev/null +++ b/comonad-4.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11982a4458189e8aa01ef1152aadd79829913292fdeccd456ce44ce99df657b7 +size 16227 diff --git a/ghc-comonad.changes b/ghc-comonad.changes index e9b90f2..f9319ce 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -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 diff --git a/ghc-comonad.spec b/ghc-comonad.spec index a835c2f..b0c5ae4 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -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