Hello community,

here is the log from the commit of package ghc-time-parsers for 
openSUSE:Factory checked in at 2017-07-11 08:25:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-time-parsers (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-time-parsers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-time-parsers"

Tue Jul 11 08:25:47 2017 rev:5 rq:508576 version:0.1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-time-parsers/ghc-time-parsers.changes        
2017-01-12 15:54:07.589986031 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-time-parsers.new/ghc-time-parsers.changes   
2017-07-11 08:25:48.371779194 +0200
@@ -1,0 +2,5 @@
+Tue Jun 27 12:31:25 UTC 2017 - [email protected]
+
+- Update to version 0.1.2.0 revision 1.
+
+-------------------------------------------------------------------

New:
----
  time-parsers.cabal

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

Other differences:
------------------
++++++ ghc-time-parsers.spec ++++++
--- /var/tmp/diff_new_pack.7T18xR/_old  2017-07-11 08:25:49.111674835 +0200
+++ /var/tmp/diff_new_pack.7T18xR/_new  2017-07-11 08:25:49.111674835 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-time-parsers
 #
-# 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
@@ -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-parsers-devel
 BuildRequires:  ghc-rpm-macros
@@ -46,6 +47,9 @@
 
 Originally forked from aeson parsers.
 
+See a lso <http://hackage.haskell.org/package/attoparsec-iso8601
+attoparsec-iso-8601> package.
+
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
@@ -59,6 +63,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ time-parsers.cabal ++++++
name:           time-parsers
version:        0.1.2.0
x-revision:     1
synopsis:       Parsers for types in `time`.
description:
  Parsers for types in `time` using 'parser' library.
  .
  Originally forked from aeson parsers.
  .
  See a lso <http://hackage.haskell.org/package/attoparsec-iso8601 
attoparsec-iso-8601> package.
category:       Parsing
homepage:       https://github.com/phadej/time-parsers#readme
bug-reports:    https://github.com/phadej/time-parsers/issues
author:         Oleg Grenrus <[email protected]>
maintainer:     Oleg Grenrus <[email protected]>
license:        BSD3
license-file:   LICENSE
tested-with:    GHC==7.6.3, GHC==7.8.4, GHC==7.10.3, GHC==8.0.1
build-type:     Simple
cabal-version:  >= 1.10

extra-source-files:
    CHANGELOG.md
    README.md

source-repository head
  type: git
  location: https://github.com/phadej/time-parsers

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base             >=4.6      && <4.11
    , parsers          >=0.12.2.1 && <0.13
    , template-haskell >=2.8.0.0  && <2.13
    , time             >=1.4.2    && <1.9
  exposed-modules:
      Data.Time.Parsers
      Data.Time.TH
  default-language: Haskell2010

test-suite date-parsers-tests
  type: exitcode-stdio-1.0
  main-is: Tests.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base
    , parsers
    , template-haskell
    , time
    , time-parsers
    , attoparsec    >=0.12.1.6 && <0.14
    , bifunctors    >=4.2.1    && <5.5
    , parsec        >=3.1.9    && <3.2
    , parsers       >=0.12.3   && <0.13
    , tasty         >=0.10.1.2 && <0.12
    , tasty-hunit   >=0.9.2    && <0.10
    , text
  default-language: Haskell2010

Reply via email to