Hello community,

here is the log from the commit of package ghc-optional-args for 
openSUSE:Factory checked in at 2019-06-19 21:11:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-optional-args (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-optional-args.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-optional-args"

Wed Jun 19 21:11:19 2019 rev:3 rq:710633 version:1.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-optional-args/ghc-optional-args.changes      
2018-10-25 09:01:19.526688971 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-optional-args.new.4811/ghc-optional-args.changes
    2019-06-19 21:12:36.322754455 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 14:29:13 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate build dependencies.
+
+-------------------------------------------------------------------

New:
----
  optional-args.cabal

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

Other differences:
------------------
++++++ ghc-optional-args.spec ++++++
--- /var/tmp/diff_new_pack.cpNhEg/_old  2019-06-19 21:12:38.054756138 +0200
+++ /var/tmp/diff_new_pack.cpNhEg/_new  2019-06-19 21:12:38.102756185 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-optional-args
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -25,6 +25,7 @@
 Group:          Development/Libraries/Haskell
 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-rpm-macros
 
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ optional-args.cabal ++++++
Name: optional-args
Version: 1.0.2
x-revision: 1
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
License-File: LICENSE
Copyright: 2015 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: [email protected]
Bug-Reports: https://github.com/Gabriel439/Haskell-Optional-Args-Library/issues
Synopsis: Optional function arguments
Description: This library provides a type for specifying `Optional` function
  arguments
  .
  Read the tutorial in "Data.Optional" to learn more
Category: Data
Source-Repository head
    Type: git
    Location: https://github.com/Gabriel439/Haskell-Optional-Args-Library

Library
    HS-Source-Dirs: src
    Build-Depends: base >= 4.5 && < 5
    if !impl(ghc >= 8.0)
      Build-Depends: semigroups >= 0.16 && < 0.20
    Exposed-Modules: Data.Optional
    GHC-Options: -O2 -Wall
    Default-Language: Haskell2010

Reply via email to