From 252f38427579088dbb2b7364d1f093efe5ff2afd61f48ef8e182c1e169e5bbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Mon, 27 Jul 2015 07:09:25 +0000 Subject: [PATCH] - update to 4.2.7.2 * Compiles warning-free on GHC 7.10 * Use CPP * Trustworthy fixes for GHC 7.2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=5 --- comonad-4.2.6.tar.gz | 3 --- comonad-4.2.7.2.tar.gz | 3 +++ ghc-comonad.changes | 8 ++++++++ ghc-comonad.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 comonad-4.2.6.tar.gz create mode 100644 comonad-4.2.7.2.tar.gz diff --git a/comonad-4.2.6.tar.gz b/comonad-4.2.6.tar.gz deleted file mode 100644 index 6e36fcb..0000000 --- a/comonad-4.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11982a4458189e8aa01ef1152aadd79829913292fdeccd456ce44ce99df657b7 -size 16227 diff --git a/comonad-4.2.7.2.tar.gz b/comonad-4.2.7.2.tar.gz new file mode 100644 index 0000000..e5905bd --- /dev/null +++ b/comonad-4.2.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b762261ef545a16881b66409398752e249a8e654a34088c66d9fabf9ba5a3b2b +size 16430 diff --git a/ghc-comonad.changes b/ghc-comonad.changes index ae0674a..85694f3 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 27 07:08:24 UTC 2015 - mimi.vx@gmail.com + +- update to 4.2.7.2 +* Compiles warning-free on GHC 7.10 +* Use CPP +* Trustworthy fixes for GHC 7.2 + ------------------------------------------------------------------- Thu May 21 06:37:00 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 69f78a7..d64cbcd 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-comonad -Version: 4.2.6 +Version: 4.2.7.2 Release: 0 Summary: Comonads License: BSD-2-Clause