Hello community,
here is the log from the commit of package ghc-reform-happstack for
openSUSE:Factory checked in at 2017-08-31 20:58:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-reform-happstack (Old)
and /work/SRC/openSUSE:Factory/.ghc-reform-happstack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-reform-happstack"
Thu Aug 31 20:58:19 2017 rev:2 rq:513466 version:0.2.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-reform-happstack/ghc-reform-happstack.changes
2017-04-14 13:32:31.611435870 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-reform-happstack.new/ghc-reform-happstack.changes
2017-08-31 20:58:19.979656309 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:08:13 UTC 2017 - [email protected]
+
+- Update to version 0.2.5.2.
+
+-------------------------------------------------------------------
Old:
----
reform-happstack-0.2.5.1.tar.gz
New:
----
reform-happstack-0.2.5.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-reform-happstack.spec ++++++
--- /var/tmp/diff_new_pack.bzn90h/_old 2017-08-31 20:58:20.839535493 +0200
+++ /var/tmp/diff_new_pack.bzn90h/_new 2017-08-31 20:58:20.839535493 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-reform-happstack
#
-# 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
@@ -18,15 +18,14 @@
%global pkg_name reform-happstack
Name: ghc-%{pkg_name}
-Version: 0.2.5.1
+Version: 0.2.5.2
Release: 0
Summary: Happstack support for reform
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
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-happstack-server-devel
BuildRequires: ghc-mtl-devel
@@ -36,7 +35,6 @@
BuildRequires: ghc-text-devel
BuildRequires: ghc-utf8-string-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
Reform is a library for building and validating forms using applicative
@@ -57,15 +55,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ reform-happstack-0.2.5.1.tar.gz -> reform-happstack-0.2.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/reform-happstack-0.2.5.1/Text/Reform/Happstack.hs
new/reform-happstack-0.2.5.2/Text/Reform/Happstack.hs
--- old/reform-happstack-0.2.5.1/Text/Reform/Happstack.hs 2015-12-18
22:27:21.000000000 +0100
+++ new/reform-happstack-0.2.5.2/Text/Reform/Happstack.hs 2017-07-21
20:02:48.000000000 +0200
@@ -5,7 +5,6 @@
module Text.Reform.Happstack where
import Control.Applicative (Applicative((<*>)), Alternative,
(<$>), (<|>), (*>), optional)
-import Control.Applicative.Indexed (IndexedApplicative(..))
import Control.Monad (msum, mplus)
import Control.Monad.Trans (liftIO)
import Data.ByteString.Lazy (ByteString)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/reform-happstack-0.2.5.1/reform-happstack.cabal
new/reform-happstack-0.2.5.2/reform-happstack.cabal
--- old/reform-happstack-0.2.5.1/reform-happstack.cabal 2015-12-18
22:27:21.000000000 +0100
+++ new/reform-happstack-0.2.5.2/reform-happstack.cabal 2017-07-21
20:02:48.000000000 +0200
@@ -1,5 +1,5 @@
Name: reform-happstack
-Version: 0.2.5.1
+Version: 0.2.5.2
Synopsis: Happstack support for reform.
Description: Reform is a library for building and validating forms
using applicative functors. This package add support for using reform with
Happstack.
Homepage: http://www.happstack.com/
@@ -11,7 +11,7 @@
Category: Web
Build-type: Simple
Cabal-version: >=1.6
-tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
source-repository head
type: git
@@ -21,10 +21,10 @@
Exposed-modules: Text.Reform.Happstack
Build-depends: base >4 && <5,
bytestring >= 0.9 && < 0.11,
- happstack-server >= 7.0 && < 7.5,
+ happstack-server >= 7.0 && < 7.6,
mtl >= 2.0 && < 2.3,
random >= 1.0 && < 1.2,
- reform == 0.2.*,
+ reform >= 0.2 && < 0.4,
text >= 0.11 && < 1.3,
utf8-string >= 0.3 && < 1.1