Hello community,

here is the log from the commit of package ghc-http-conduit for 
openSUSE:Factory checked in at 2019-01-21 11:07:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-conduit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-conduit.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-conduit"

Mon Jan 21 11:07:45 2019 rev:16 rq:667318 version:2.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes        
2018-12-06 12:16:55.401545156 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-conduit.new.28833/ghc-http-conduit.changes 
    2019-01-21 11:07:49.678700433 +0100
@@ -1,0 +2,5 @@
+Sat Jan 19 12:33:34 UTC 2019 - Peter Simons <psim...@suse.com>
+
+- Update Cabal build instructions for more accurate dependencies.
+
+-------------------------------------------------------------------

New:
----
  http-conduit.cabal

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

Other differences:
------------------
++++++ ghc-http-conduit.spec ++++++
--- /var/tmp/diff_new_pack.tijPmr/_old  2019-01-21 11:07:50.102699896 +0100
+++ /var/tmp/diff_new_pack.tijPmr/_new  2019-01-21 11:07:50.102699896 +0100
@@ -26,6 +26,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-aeson-devel
 BuildRequires:  ghc-bytestring-devel
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ http-conduit.cabal ++++++
name:            http-conduit
version:         2.3.4
x-revision: 1
license:         BSD3
license-file:    LICENSE
author:          Michael Snoyman <mich...@snoyman.com>
maintainer:      Michael Snoyman <mich...@snoyman.com>
synopsis:        HTTP client package with conduit interface and HTTPS support.
description:         Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
<http://www.stackage.org/package/http-conduit>.
category:        Web, Conduit
stability:       Stable
cabal-version:   >= 1.8
build-type:      Simple
homepage:        http://www.yesodweb.com/book/http-conduit
extra-source-files: test/main.hs
                  , test/CookieTest.hs
                  , multipart-example.bin
                  , nyan.gif
                  , certificate.pem
                  , key.pem
                  , README.md
                  , ChangeLog.md

library
    build-depends: base                  >= 4       && < 5
                 , aeson                 >= 0.8
                 , bytestring            >= 0.9.1.4
                 , transformers          >= 0.2
                 , resourcet             >= 1.1
                 , conduit               >= 1.2
                 , conduit-extra         >= 1.1
                 , http-types            >= 0.7
                 , http-client           >= 0.5.13  && < 0.7
                 , http-client-tls       >= 0.3     && < 0.4
                 , mtl
                 , unliftio-core

    if !impl(ghc>=7.9)
      build-depends:   void >= 0.5.5
    exposed-modules: Network.HTTP.Conduit
                     Network.HTTP.Client.Conduit
                     Network.HTTP.Simple
    ghc-options:     -Wall

test-suite test
    main-is: main.hs
    other-modules: CookieTest
    type: exitcode-stdio-1.0
    hs-source-dirs: test

    ghc-options:   -Wall
    cpp-options:   -DDEBUG
    build-depends: base >= 4 && < 5
                 , HUnit
                 , hspec >= 1.3
                 , data-default-class
                 , connection >= 0.2
                 , warp-tls
                 , time
                 , blaze-builder
                 , bytestring
                 , text
                 , transformers
                 , conduit >= 1.1
                 , utf8-string
                 , case-insensitive
                 , unliftio
                 , network
                 , wai >= 3.0 && < 3.3
                 , warp >= 3.0.0.2 && < 3.3
                 , wai-conduit
                 , http-types
                 , cookie
                 , http-client
                 , http-conduit
                 , conduit-extra
                 , streaming-commons
                 , aeson
                 , temporary
                 , resourcet

source-repository head
  type:     git
  location: git://github.com/snoyberg/http-client.git

Reply via email to