Hello community,

here is the log from the commit of package ghc-monad-logger for 
openSUSE:Factory checked in at 2019-10-12 22:33:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-logger (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-monad-logger.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-monad-logger"

Sat Oct 12 22:33:49 2019 rev:18 rq:737503 version:0.3.30

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-logger/ghc-monad-logger.changes        
2018-11-09 07:52:50.935819259 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-monad-logger.new.2352/ghc-monad-logger.changes  
    2019-10-12 22:33:52.051138686 +0200
@@ -1,0 +2,5 @@
+Fri Oct 11 12:15:08 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate build dependencies.
+
+-------------------------------------------------------------------

New:
----
  monad-logger.cabal

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

Other differences:
------------------
++++++ ghc-monad-logger.spec ++++++
--- /var/tmp/diff_new_pack.xRymf9/_old  2019-10-12 22:33:53.519134955 +0200
+++ /var/tmp/diff_new_pack.xRymf9/_new  2019-10-12 22:33:53.523134945 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-monad-logger
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Group:          Development/Libraries/Haskell
 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-conduit-devel
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ monad-logger.cabal ++++++
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.30.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 22d960dbb396a0334ad3bd72ffff312759a58fd3a9d0308d81ec36ab8649c961

name:           monad-logger
version:        0.3.30
x-revision: 1
synopsis:       A class of monads which can log messages.
description:    See README and Haddocks at 
<https://www.stackage.org/package/monad-logger>
category:       System
homepage:       https://github.com/snoyberg/monad-logger#readme
bug-reports:    https://github.com/snoyberg/monad-logger/issues
author:         Michael Snoyman
maintainer:     [email protected]
license:        MIT
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    ChangeLog.md
    README.md

source-repository head
  type: git
  location: https://github.com/snoyberg/monad-logger

flag template_haskell
  description: Enable Template Haskell support
  manual: True
  default: True

library
  exposed-modules:
      Control.Monad.Logger
  other-modules:
      Paths_monad_logger
  build-depends:
      base >=4.8 && <5
    , bytestring >=0.10.2
    , conduit >=1.0 && <1.4
    , conduit-extra >=1.1 && <1.4
    , exceptions >=0.6 && <0.11
    , fast-logger >=2.1 && <3.1
    , lifted-base
    , monad-control >=1.0
    , monad-loops
    , mtl
    , resourcet >=1.1 && <1.3
    , stm
    , stm-chans
    , text
    , transformers
    , transformers-base
    , transformers-compat >=0.3
    , unliftio-core
  if impl(ghc >=8.0.1)
    exposed-modules:
        Control.Monad.Logger.CallStack
    cpp-options: -DWITH_CALLSTACK
  if flag(template_haskell)
    build-depends:
        template-haskell
  if flag(template_haskell)
    cpp-options: -DWITH_TEMPLATE_HASKELL
  default-language: Haskell2010

Reply via email to