Hello community,

here is the log from the commit of package ghc-servant-subscriber for 
openSUSE:Factory checked in at 2017-08-31 20:59:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-servant-subscriber (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-servant-subscriber.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-servant-subscriber"

Thu Aug 31 20:59:28 2017 rev:2 rq:513491 version:0.6.0.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-servant-subscriber/ghc-servant-subscriber.changes
    2017-05-10 20:50:55.331421254 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-servant-subscriber.new/ghc-servant-subscriber.changes
       2017-08-31 20:59:28.278060193 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:59 UTC 2017 - [email protected]
+
+- Update to version 0.6.0.0 revision 1.
+
+-------------------------------------------------------------------

Old:
----
  servant-subscriber-0.5.0.3.tar.gz

New:
----
  servant-subscriber-0.6.0.0.tar.gz
  servant-subscriber.cabal

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

Other differences:
------------------
++++++ ghc-servant-subscriber.spec ++++++
--- /var/tmp/diff_new_pack.29lLE4/_old  2017-08-31 20:59:29.225927015 +0200
+++ /var/tmp/diff_new_pack.29lLE4/_new  2017-08-31 20:59:29.233925891 +0200
@@ -18,13 +18,14 @@
 
 %global pkg_name servant-subscriber
 Name:           ghc-%{pkg_name}
-Version:        0.5.0.3
+Version:        0.6.0.0
 Release:        0
 Summary:        When REST is not enough
 License:        BSD-3-Clause
 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:  chrpath
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ servant-subscriber-0.5.0.3.tar.gz -> servant-subscriber-0.6.0.0.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/servant-subscriber-0.5.0.3/servant-subscriber.cabal 
new/servant-subscriber-0.6.0.0/servant-subscriber.cabal
--- old/servant-subscriber-0.5.0.3/servant-subscriber.cabal     2016-10-19 
21:03:39.000000000 +0200
+++ new/servant-subscriber-0.6.0.0/servant-subscriber.cabal     2017-02-15 
17:31:47.000000000 +0100
@@ -1,5 +1,5 @@
 name:                servant-subscriber
-version:             0.5.0.3
+version:             0.6.0.0
 synopsis:            When REST is not enough ...
 description:         Please see Readme.md
 homepage:            http://github.com/eskimor/servant-subscriber#readme
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/servant-subscriber-0.5.0.3/src/Servant/Subscriber/Subscribable.hs 
new/servant-subscriber-0.6.0.0/src/Servant/Subscriber/Subscribable.hs
--- old/servant-subscriber-0.5.0.3/src/Servant/Subscriber/Subscribable.hs       
2016-08-16 14:44:24.000000000 +0200
+++ new/servant-subscriber-0.6.0.0/src/Servant/Subscriber/Subscribable.hs       
2017-02-15 17:31:47.000000000 +0100
@@ -90,15 +90,3 @@
 instance HasLink sub => HasLink (Subscribable :> sub) where
     type MkLink (Subscribable :> sub) = MkLink sub
     toLink _ = toLink (Proxy :: Proxy sub)
-
--------------- Copied from Servant.Util.Links (they are not exported) 
----------
-
--- | If both a or b produce an empty constraint, produce an empty constraint.
-type family And (a :: Constraint) (b :: Constraint) :: Constraint where
-    And () ()     = ()
-
-type family Elem e es :: Constraint where
-    Elem x (x ': xs) = ()
-    Elem y (x ': xs) = Elem y xs
-
---------------------------------------------------------------------------------

++++++ servant-subscriber.cabal ++++++
name:                servant-subscriber
version:             0.6.0.0
x-revision: 1
synopsis:            When REST is not enough ...
description:         Please see Readme.md
homepage:            http://github.com/eskimor/servant-subscriber#readme
license:             BSD3
license-file:        LICENSE
author:              Robert Klotzner
maintainer:          robert Dot klotzner A T gmx Dot at
copyright:           Copyright: (c) 2016 Robert Klotzner
category:            Web
build-type:          Simple
extra-source-files:  Readme.md
cabal-version:       >=1.10

extra-source-files:  Readme.md

library
  hs-source-dirs:      src
  exposed-modules:
                       Servant.Subscriber
                     , Servant.Subscriber.Backend
                     , Servant.Subscriber.Backend.Wai
                     , Servant.Subscriber.Client
                     , Servant.Subscriber.Request
                     , Servant.Subscriber.Response
                     , Servant.Subscriber.Subscribable
                     , Servant.Subscriber.Types
  build-depends:       base >= 4.7 && < 6.0
                     , aeson >= 0.11.2
                     , async
                     , attoparsec
                     , blaze-builder
                     , bytestring
                     , case-insensitive
                     , containers
                     , directory >= 1.2.2.0
                     , filepath
                     , http-types
                     , lens
                     , lifted-base
                     , monad-control
                     , monad-logger
                     , network-uri
                     , servant
                     , servant-foreign
                     , servant-server
                     , stm
                     , text
                     , time
                     , transformers
                     , wai
                     , wai-websockets
                     , warp
                     , websockets < 0.11
  default-language:    Haskell2010

executable subscriber-psGenerator
  hs-source-dirs:      app
  main-is:             PSGenerator.hs
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  build-depends:       base
                     , servant-subscriber
                     , purescript-bridge >= 0.6
  default-language:    Haskell2010


source-repository head
  type:     git
  location: https://github.com/eskimor/servant-subscriber

Reply via email to