Hello community,

here is the log from the commit of package ghc-http-download for 
openSUSE:Factory checked in at 2019-10-18 14:37:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-download (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-download.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-download"

Fri Oct 18 14:37:15 2019 rev:2 rq:741003 version:0.1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-download/ghc-http-download.changes      
2019-06-19 21:11:20.410680700 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-http-download.new.2352/ghc-http-download.changes
    2019-10-18 14:37:19.911630224 +0200
@@ -1,0 +2,5 @@
+Fri Oct 18 09:05:15 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate dependency information.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-http-download.spec ++++++
--- /var/tmp/diff_new_pack.r4yF5u/_old  2019-10-18 14:37:20.455628807 +0200
+++ /var/tmp/diff_new_pack.r4yF5u/_new  2019-10-18 14:37:20.455628807 +0200
@@ -26,7 +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/2.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base64-bytestring-devel
 BuildRequires:  ghc-bytestring-devel
@@ -71,7 +71,6 @@
 cp -p %{SOURCE1} %{pkg_name}.cabal
 echo > Setup.hs 'import Distribution.Simple'
 echo >>Setup.hs 'main = defaultMain'
-cabal-tweak-dep-ver cryptonite '==0.25.*' ' < 1'
 
 %build
 %ghc_lib_build

++++++ http-download.cabal ++++++
--- /var/tmp/diff_new_pack.r4yF5u/_old  2019-10-18 14:37:20.491628713 +0200
+++ /var/tmp/diff_new_pack.r4yF5u/_new  2019-10-18 14:37:20.495628703 +0200
@@ -8,7 +8,7 @@
 
 name:           http-download
 version:        0.1.0.0
-x-revision: 2
+x-revision: 4
 synopsis:       Verified downloads with retries
 category:       Development
 homepage:       https://github.com/commercialhaskell/stack#readme
@@ -34,24 +34,24 @@
       src/
   build-depends:
       base >=4.10 && <5
-    , base64-bytestring (>=1.0.0.1 && <1.1) || (>=1.0.0.2 && <1.1)
-    , bytestring >=0.10.8.2 && <0.11
-    , conduit (>=1.3.0.3 && <1.4) || (>=1.3.1 && <1.4) || (>=1.3.1.1 && <1.4)
-    , conduit-extra (>=1.3.0 && <1.4) || (>=1.3.1.1 && <1.4)
-    , cryptonite ==0.25.*
-    , cryptonite-conduit >=0.2.2 && <0.3
-    , directory (>=1.3.0.2 && <1.4) || (>=1.3.1.5 && <1.4) || (>=1.3.3.0 && 
<1.4)
-    , exceptions (>=0.8.3 && <0.9) || (>=0.10.0 && <0.11) || (>=0.10.2 && 
<0.11)
-    , filepath (>=1.4.1.2 && <1.5) || (>=1.4.2 && <1.5) || (>=1.4.2.1 && <1.5)
-    , http-client >=0.5.13.1 && <0.7
-    , http-conduit (>=2.3.2 && <2.4) || (>=2.3.7.1 && <2.4)
-    , http-types (>=0.12.1 && <0.13) || (>=0.12.2 && <0.13) || (>=0.12.3 && 
<0.13)
-    , memory (>=0.14.16 && <0.15) || (>=0.14.18 && <0.15)
-    , path >=0.6.1 && <0.7
-    , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5)
-    , retry (>=0.7.6.3 && <0.8) || (>=0.7.7.0 && <0.8) || (>=0.8.0.1 && <0.9)
-    , rio >=0.1.9.2 && <0.2
-    , rio-prettyprint >=0.1.0.0 && <0.2
+    , base64-bytestring >=1.0.0.1
+    , bytestring >=0.10.8.2
+    , conduit >=1.3.0.3
+    , conduit-extra >=1.3.0
+    , cryptonite >=0.25
+    , cryptonite-conduit >=0.2.2
+    , directory >=1.3.0.2
+    , exceptions >=0.8.3
+    , filepath >=1.4.1.2
+    , http-client >=0.5.13.1
+    , http-conduit >=2.3.2
+    , http-types >=0.12.1
+    , memory >=0.14.16
+    , path >=0.6.1
+    , path-io >=1.3.3
+    , retry >=0.7.6.3
+    , rio >=0.1.9.2
+    , rio-prettyprint >=0.1.0.0
   default-language: Haskell2010
 
 test-suite spec
@@ -64,14 +64,14 @@
       test
   build-depends:
       base >=4.10 && <5
-    , cryptonite ==0.25.*
-    , hspec (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && <2.8)
-    , hspec-discover (>=2.4.8 && <2.5) || (>=2.5.5 && <2.6) || (>=2.7.1 && 
<2.8)
-    , http-client >=0.5.13.1 && <0.7
+    , cryptonite >=0.25
+    , hspec >=2.4.8
+    , hspec-discover >=2.4.8
+    , http-client >=0.5.13.1
     , http-download
-    , path >=0.6.1 && <0.7
-    , path-io (>=1.3.3 && <1.4) || (>=1.4.2 && <1.5)
-    , retry (>=0.7.6.3 && <0.8) || (>=0.7.7.0 && <0.8) || (>=0.8.0.1 && <0.9)
-    , rio >=0.1.9.2 && <0.2
-    , rio-prettyprint >=0.1.0.0 && <0.2
+    , path >=0.6.1
+    , path-io >=1.3.3
+    , retry >=0.7.6.3
+    , rio >=0.1.9.2
+    , rio-prettyprint >=0.1.0.0
   default-language: Haskell2010


Reply via email to