Hello community,
here is the log from the commit of package ghc-aeson-better-errors for
openSUSE:Factory checked in at 2016-10-18 10:40:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-aeson-better-errors (Old)
and /work/SRC/openSUSE:Factory/.ghc-aeson-better-errors.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-aeson-better-errors"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-aeson-better-errors/ghc-aeson-better-errors.changes
2016-09-25 14:31:09.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-aeson-better-errors.new/ghc-aeson-better-errors.changes
2016-10-18 10:40:59.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 15 07:06:27 UTC 2016 - [email protected]
+
+- Update to version 0.9.0.1 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------
New:
----
aeson-better-errors.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-aeson-better-errors.spec ++++++
--- /var/tmp/diff_new_pack.SPWVeY/_old 2016-10-18 10:41:01.000000000 +0200
+++ /var/tmp/diff_new_pack.SPWVeY/_new 2016-10-18 10:41:01.000000000 +0200
@@ -22,11 +22,11 @@
Release: 0
Summary: Better error messages when decoding JSON values
License: MIT
-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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
-# Begin cabal-rpm deps:
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-dlist-devel
@@ -40,7 +40,6 @@
BuildRequires: ghc-vector-devel
BuildRequires: ghc-void-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
A small package which gives you the tools to build parsers to decode JSON
@@ -61,16 +60,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
@@ -83,6 +80,5 @@
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-%doc README.md
%changelog
++++++ aeson-better-errors.cabal ++++++
name: aeson-better-errors
version: 0.9.0.1
x-revision: 1
synopsis: Better error messages when decoding JSON values.
license: MIT
license-file: LICENSE
author: Harry Garrood
maintainer: [email protected]
homepage: https://github.com/hdgarrood/aeson-better-errors
category: Text, Web, JSON
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
description:
A small package which gives you the tools to build parsers to decode JSON
values, and gives good error messages when parsing fails.
See also <http://harry.garrood.me/blog/aeson-better-errors/>.
source-repository head
type: git
location: https://github.com/hdgarrood/aeson-better-errors
library
exposed-modules: Data.Aeson.BetterErrors
Data.Aeson.BetterErrors.Internal
other-modules: Data.Aeson.BetterErrors.Utils
build-depends: base >=4.5 && <5
, aeson >=0.7
, unordered-containers
, dlist
, text
, bytestring
, scientific
, vector
, transformers
, transformers-compat >= 0.4
, mtl
, void
ghc-options: -Wall
hs-source-dirs: src
default-language: Haskell2010
-- test-suite tests
-- type: exitcode-stdio-1.0
-- main-is: Main.hs
-- hs-source-dirs: test
-- build-depends: base >=4 && <5
-- , aeson -any
-- , aeson-better-errors -any
-- , bytestring -any
-- , text -any
-- , unordered-containers -any
-- , tasty -any
-- , tasty-hunit -any
-- ghc-options: -Wall -fno-warn-missing-signatures
-- default-language: Haskell2010