Hello community,
here is the log from the commit of package ghc-natural-transformation for
openSUSE:Factory checked in at 2017-07-05 23:59:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-natural-transformation (Old)
and /work/SRC/openSUSE:Factory/.ghc-natural-transformation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-natural-transformation"
Wed Jul 5 23:59:26 2017 rev:3 rq:506843 version:0.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-natural-transformation/ghc-natural-transformation.changes
2017-03-14 10:05:41.271676604 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-natural-transformation.new/ghc-natural-transformation.changes
2017-07-05 23:59:27.355632093 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 20:51:51 UTC 2017 - [email protected]
+
+- Update to version 0.4 revision 1.
+
+-------------------------------------------------------------------
New:
----
natural-transformation.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-natural-transformation.spec ++++++
--- /var/tmp/diff_new_pack.FL2Phz/_old 2017-07-05 23:59:28.007540258 +0200
+++ /var/tmp/diff_new_pack.FL2Phz/_new 2017-07-05 23:59:28.007540258 +0200
@@ -26,6 +26,7 @@
Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -57,6 +58,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ natural-transformation.cabal ++++++
name: natural-transformation
version: 0.4
x-revision: 1
synopsis: A natural transformation package.
description: A natural transformation transforms a container @f a@ into
another
container @g a@. Natural transformations act as functor
morphisms
in category theory.
.
The naming of '~>', ':~>' and '$$' were taken,
with permission, from Edward Kmett's @indexed@ package.
homepage: https://github.com/ku-fpg/natural-transformation
bug-reports: https://github.com/ku-fpg/natural-transformation/issues
license: BSD3
license-file: LICENSE
stability: Provisional
author: Andy Gill
maintainer: Andy Gill <[email protected]>
copyright: Copyright (c) 2015-2016 The University of Kansas
category: Control
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/ku-fpg/natural-transformation
library
exposed-modules: Control.Natural
Control.Natural.RULES
Control.Object
build-depends: base >= 4.7 && < 5
if !impl(ghc >= 8.0)
build-depends: semigroups >= 0.16 && < 0.19
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
test-suite natural-transformation-properties
type: exitcode-stdio-1.0
main-is: Properties.hs
build-depends: base >= 4.7 && < 5
, containers >= 0.1 && < 0.6
, natural-transformation == 0.4
, quickcheck-instances >= 0.1 && < 0.4
, tasty >= 0.8 && < 0.12
, tasty-quickcheck >= 0.8 && < 0.10
hs-source-dirs: tests
default-language: Haskell2010
ghc-options: -Wall