Hello community,

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

Package is "ghc-hailgun"

Tue Jul 11 08:26:25 2017 rev:3 rq:509055 version:0.4.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hailgun/ghc-hailgun.changes  2017-06-04 
01:53:39.580495814 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hailgun.new/ghc-hailgun.changes     
2017-07-11 08:26:26.934340038 +0200
@@ -1,0 +2,5 @@
+Fri Jun 30 03:01:57 UTC 2017 - [email protected]
+
+- Update to version 0.4.1.4.
+
+-------------------------------------------------------------------

Old:
----
  hailgun-0.4.1.3.tar.gz

New:
----
  hailgun-0.4.1.4.tar.gz

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

Other differences:
------------------
++++++ ghc-hailgun.spec ++++++
--- /var/tmp/diff_new_pack.Y9CYae/_old  2017-07-11 08:26:30.649815974 +0200
+++ /var/tmp/diff_new_pack.Y9CYae/_new  2017-07-11 08:26:30.653815410 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name hailgun
 Name:           ghc-%{pkg_name}
-Version:        0.4.1.3
+Version:        0.4.1.4
 Release:        0
 Summary:        Mailgun REST api interface for Haskell
 License:        MIT

++++++ hailgun-0.4.1.3.tar.gz -> hailgun-0.4.1.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hailgun-0.4.1.3/hailgun.cabal 
new/hailgun-0.4.1.4/hailgun.cabal
--- old/hailgun-0.4.1.3/hailgun.cabal   2017-04-17 05:16:48.000000000 +0200
+++ new/hailgun-0.4.1.4/hailgun.cabal   2017-06-26 14:07:00.000000000 +0200
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.4.1.3
+version:             0.4.1.4
 
 -- A short (one-line) description of the package.
 synopsis:            Mailgun REST api interface for Haskell.
@@ -36,6 +36,8 @@
 -- A copyright notice.
 copyright:           (c) 2014 Robert Massaioli
 
+homepage:            https://bitbucket.org/robertmassaioli/hailgun
+
 category:            Network
 
 build-type:          Simple
@@ -54,10 +56,10 @@
 
 
 library
-   exposed-modules:     Mail.Hailgun
+   exposed-modules:       Mail.Hailgun
                         , Mail.Hailgun.Attachment
 
-   other-modules:       Mail.Hailgun.Internal.Data
+   other-modules:         Mail.Hailgun.Internal.Data
                         , Mail.Hailgun.Attachment.Internal
                         , Mail.Hailgun.AttachmentsSearch
                         , Mail.Hailgun.Communication
@@ -76,7 +78,7 @@
                         , transformers       >= 0.3 && < 0.6
                         , http-client        >= 0.4 && < 0.6
                         , http-client-tls    >= 0.2 && < 0.4
-                        , email-validate     >= 2.0 && <2.3
+                        , email-validate     >= 2.0 && < 2.4
                         , http-types         >= 0.8 && < 0.10
                         , exceptions         == 0.8.*
                         , tagsoup            >= 0.13 && < 0.15
@@ -89,3 +91,7 @@
 
    ghc-options:         -W
    default-language:    Haskell2010
+
+source-repository head
+  type:     git
+  location: https://bitbucket.org/robertmassaioli/hailgun.git


Reply via email to