Hello community,

here is the log from the commit of package ghc-writer-cps-morph for 
openSUSE:Factory checked in at 2017-07-06 00:03:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-writer-cps-morph (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-writer-cps-morph.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-writer-cps-morph"

Thu Jul  6 00:03:46 2017 rev:3 rq:508043 version:0.1.0.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-writer-cps-morph/ghc-writer-cps-morph.changes    
    2017-05-10 20:49:18.321110242 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-writer-cps-morph.new/ghc-writer-cps-morph.changes
   2017-07-06 00:03:46.751089829 +0200
@@ -1,0 +2,5 @@
+Sun Jun 25 18:41:30 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.2 revision 1.
+
+-------------------------------------------------------------------

New:
----
  writer-cps-morph.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-writer-cps-morph.spec ++++++
--- /var/tmp/diff_new_pack.Cr4Z0m/_old  2017-07-06 00:03:47.383000807 +0200
+++ /var/tmp/diff_new_pack.Cr4Z0m/_new  2017-07-06 00:03:47.387000244 +0200
@@ -25,6 +25,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-mmorph-devel
 BuildRequires:  ghc-rpm-macros
@@ -48,6 +49,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ writer-cps-morph.cabal ++++++
name:                writer-cps-morph
version:             0.1.0.2
x-revision: 1
synopsis:            MFunctor instance for CPS style WriterT and RWST
description:         MFunctor instance for CPS style WriterT and RWST
homepage:            https://github.com/louispan/writer-cps-morph#readme
license:             BSD3
license-file:        LICENSE
author:              Louis Pan
maintainer:          [email protected]
copyright:           2017 Louis Pan
category:            Control
build-type:          Simple
extra-source-files:  README.md
cabal-version:       >=1.10
tested-with:         GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, 
GHC == 8.0.1

library
  hs-source-dirs:      src
  exposed-modules:     Control.Monad.Trans.Writer.CPS.Morph
                     , Control.Monad.Trans.RWS.CPS.Morph
  build-depends:       base < 6
                     , mmorph >= 1 && < 2
                     , writer-cps-transformers >= 0.1.1.2
  ghc-options:         -Wall
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/louispan/writer-cps-morph

Reply via email to