Hello community,
here is the log from the commit of package ghc-rest-happstack for
openSUSE:Factory checked in at 2017-08-31 20:58:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-rest-happstack (Old)
and /work/SRC/openSUSE:Factory/.ghc-rest-happstack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rest-happstack"
Thu Aug 31 20:58:43 2017 rev:2 rq:513474 version:0.3.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-rest-happstack/ghc-rest-happstack.changes
2017-05-16 14:41:15.132033289 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-rest-happstack.new/ghc-rest-happstack.changes
2017-08-31 20:58:44.516208853 +0200
@@ -1,0 +2,5 @@
+Fri Jul 28 03:01:25 UTC 2017 - [email protected]
+
+- Update to version 0.3.1.1 revision 2.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-rest-happstack.spec ++++++
--- /var/tmp/diff_new_pack.YlOiXh/_old 2017-08-31 20:58:45.424081294 +0200
+++ /var/tmp/diff_new_pack.YlOiXh/_new 2017-08-31 20:58:45.428080732 +0200
@@ -25,7 +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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-happstack-server-devel
++++++ rest-happstack.cabal ++++++
--- /var/tmp/diff_new_pack.YlOiXh/_old 2017-08-31 20:58:45.540064998 +0200
+++ /var/tmp/diff_new_pack.YlOiXh/_new 2017-08-31 20:58:45.540064998 +0200
@@ -1,6 +1,6 @@
name: rest-happstack
version: 0.3.1.1
-x-revision: 1
+x-revision: 2
description: Rest driver for Happstack.
synopsis: Rest driver for Happstack.
maintainer: [email protected]
@@ -27,7 +27,7 @@
build-depends:
base == 4.*
, containers >= 0.4 && < 0.6
- , happstack-server >= 7.0.5 && < 7.5
+ , happstack-server >= 7.0.5 && < 7.6
, mtl >= 2.0 && < 2.3
, rest-core >= 0.34 && < 0.40
, rest-gen >= 0.14 && < 0.21