Hello community,

here is the log from the commit of package ghc-monad-http for openSUSE:Factory 
checked in at 2017-02-21 13:45:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-http (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-monad-http.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-monad-http"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-http/ghc-monad-http.changes    
2016-10-22 13:12:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-monad-http.new/ghc-monad-http.changes       
2017-02-21 13:45:37.344300818 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 19:32:02 UTC 2017 - psim...@suse.com
+
+- Update to version 0.1.0.0 revision 4 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  3.cabal

New:
----
  monad-http.cabal

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

Other differences:
------------------
++++++ ghc-monad-http.spec ++++++
--- /var/tmp/diff_new_pack.Fvcf0n/_old  2017-02-21 13:45:37.820233676 +0100
+++ /var/tmp/diff_new_pack.Fvcf0n/_new  2017-02-21 13:45:37.824233112 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-monad-http
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,12 +22,11 @@
 Release:        0
 Summary:        A class of monads which can do http requests
 License:        BSD-3-Clause
-Group:          System/Libraries
+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/3.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-MonadRandom-devel
 BuildRequires:  ghc-base-compat-devel
 BuildRequires:  ghc-bytestring-devel
@@ -43,7 +42,6 @@
 BuildRequires:  ghc-transformers-compat-devel
 BuildRequires:  ghc-transformers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 A class of monads which can do http requests.
@@ -63,15 +61,12 @@
 %setup -q -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
@@ -84,6 +79,5 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.md
 
 %changelog

++++++ monad-http.cabal ++++++
-- This file has been generated from package.yaml by hpack version 0.8.0.
--
-- see: https://github.com/sol/hpack

name:                monad-http
version:             0.1.0.0
x-revision:          4
synopsis:            A class of monads which can do http requests
description:         A class of monads which can do http requests
homepage:            https://github.com/futurice/haskell-monad-http#readme
bug-reports:         https://github.com/futurice/haskell-monad-http/issues
license:             BSD3
license-file:        LICENSE
author:              Oleg Grenrus <oleg.gren...@iki.fi>
maintainer:          Oleg Grenrus <oleg.gren...@iki.fi>
category:            Web
tested-with:         GHC==7.8.4, GHC==7.10.2, GHC==7.10.3
build-type:          Simple
cabal-version:       >= 1.10

extra-source-files:
  README.md

source-repository head
  type: git
  location: https://github.com/futurice/haskell-monad-http

library
  hs-source-dirs:
    src
  ghc-options: -Wall
  build-depends:
    base                >=4.7      && <4.10,
    base-compat         >=0.6.0    && <0.10,
    bytestring          >=0.10.0.4 && <0.12,
    exceptions          >=0.8.0.2  && <0.9,
    http-client         >=0.4.18.1 && <0.6,
    http-client-tls     >=0.2.2    && <0.4,
    http-types          >=0.8.6    && <0.10,
    monad-logger        >=0.3.13.2 && <0.4,
    monadcryptorandom   >=0.6.1    && <0.8,
    MonadRandom         >=0.3.0.2  && <0.6,
    mtl                 >=2.1.3.1  && <2.3,
    text                >=1.2.0.6  && <1.3,
    transformers        >=0.3.0.0  && <0.6,
    transformers-compat >=0.4.0.3  && <0.6
  exposed-modules:
    Control.Monad.Http
    Control.Monad.Http.Class
    Control.Monad.Trans.Http
  default-language: Haskell2010

Reply via email to