Hello community,

here is the log from the commit of package ghc-wl-pprint-console for 
openSUSE:Factory checked in at 2017-05-06 18:29:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-wl-pprint-console (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-wl-pprint-console.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-wl-pprint-console"

Sat May  6 18:29:14 2017 rev:2 rq:491524 version:0.1.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-wl-pprint-console/ghc-wl-pprint-console.changes  
    2017-04-14 13:34:06.130078175 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-wl-pprint-console.new/ghc-wl-pprint-console.changes
 2017-05-06 18:29:15.522552425 +0200
@@ -1,0 +2,5 @@
+Wed Apr 19 13:32:09 UTC 2017 - [email protected]
+
+- Update to version 0.1.0.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  wl-pprint-console.cabal

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

Other differences:
------------------
++++++ ghc-wl-pprint-console.spec ++++++
--- /var/tmp/diff_new_pack.gkqgOu/_old  2017-05-06 18:29:16.574404004 +0200
+++ /var/tmp/diff_new_pack.gkqgOu/_new  2017-05-06 18:29:16.578403440 +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-bytestring-devel
 BuildRequires:  ghc-colorful-monoids-devel
@@ -51,6 +52,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ wl-pprint-console.cabal ++++++
-- This file has been generated from package.yaml by hpack version 0.15.0.
--
-- see: https://github.com/sol/hpack

name:           wl-pprint-console
version:        0.1.0.1
x-revision: 1
synopsis:       Wadler/Leijen pretty printer supporting colorful console output.
description:    Wadler/Leijen pretty printer with support for annotations and 
colorful console output. Additional useful display routines are provided, e.g, 
for HTML output.
category:       Text
stability:      experimental
homepage:       https://github.com/minad/wl-pprint-console#readme
bug-reports:    https://github.com/minad/wl-pprint-console/issues
author:         Daniel Mendler <[email protected]>
maintainer:     Daniel Mendler <[email protected]>
copyright:      2016 Daniel Mendler
license:        MIT
license-file:   LICENSE
tested-with:    GHC == 7.10.3, GHC == 8.0.1
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/minad/wl-pprint-console

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base                >= 4.8 && < 5
    , colorful-monoids    >= 0.2 && < 0.3
    , wl-pprint-annotated >= 0.0.1.2 && < 0.2
    , text                >= 0.11 && < 1.3
    , bytestring          >= 0.10.2 && < 0.11
  exposed-modules:
      Text.PrettyPrint.Console.WL
  default-language: Haskell2010

Reply via email to