Hello community,
here is the log from the commit of package ghc-persistent-template for
openSUSE:Factory checked in at 2017-06-21 13:55:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-persistent-template (Old)
and /work/SRC/openSUSE:Factory/.ghc-persistent-template.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent-template"
Wed Jun 21 13:55:43 2017 rev:10 rq:504674 version:2.5.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-persistent-template/ghc-persistent-template.changes
2017-04-11 09:43:15.321251410 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-persistent-template.new/ghc-persistent-template.changes
2017-06-21 13:55:44.159690057 +0200
@@ -1,0 +2,5 @@
+Mon Jun 12 09:41:40 UTC 2017 - [email protected]
+
+- Update to version 2.5.2 revision 1.
+
+-------------------------------------------------------------------
New:
----
persistent-template.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-persistent-template.spec ++++++
--- /var/tmp/diff_new_pack.uNzfO8/_old 2017-06-21 13:55:45.751465523 +0200
+++ /var/tmp/diff_new_pack.uNzfO8/_new 2017-06-21 13:55:45.755464958 +0200
@@ -26,6 +26,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
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-compat-devel
BuildRequires: ghc-aeson-devel
@@ -66,6 +67,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ persistent-template.cabal ++++++
name: persistent-template
version: 2.5.2
x-revision: 1
license: MIT
license-file: LICENSE
author: Michael Snoyman <[email protected]>
maintainer: Michael Snoyman <[email protected]>, Greg Weber
<[email protected]>
synopsis: Type-safe, non-relational, multi-backend persistence.
description: Hackage documentation generation is not reliable. For up to
date documentation, please see:
<http://www.stackage.org/package/persistent-template>.
category: Database, Yesod
stability: Stable
cabal-version: >= 1.8
build-type: Simple
homepage: http://www.yesodweb.com/book/persistent
bug-reports: https://github.com/yesodweb/persistent/issues
extra-source-files: test/main.hs ChangeLog.md README.md
library
build-depends: base >= 4.6 && < 5
, template-haskell
, persistent >= 2.5 && < 3
, monad-control >= 0.2 && < 1.1
, bytestring >= 0.9
, text >= 0.5
, transformers >= 0.2 && < 0.6
, containers
, aeson >= 0.7 && < 1.3
, aeson-compat >= 0.3.2.0 && < 0.4
, monad-logger
, unordered-containers
, tagged
, path-pieces
, http-api-data >= 0.2 && < 0.4
, ghc-prim
exposed-modules: Database.Persist.TH
ghc-options: -Wall
if impl(ghc >= 7.4)
cpp-options: -DGHC_7_4
test-suite test
type: exitcode-stdio-1.0
main-is: main.hs
hs-source-dirs: test
build-depends: base >= 4.6 && < 5
, persistent-template
, aeson
, hspec >= 1.3
, text
, persistent
, bytestring
, QuickCheck
, transformers
source-repository head
type: git
location: git://github.com/yesodweb/persistent.git