Hello community,

here is the log from the commit of package ghc-safe-exceptions for 
openSUSE:Factory checked in at 2017-07-05 23:59:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-safe-exceptions (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-safe-exceptions"

Wed Jul  5 23:59:34 2017 rev:2 rq:506847 version:0.1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-safe-exceptions/ghc-safe-exceptions.changes  
2017-04-14 13:35:51.771148390 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new/ghc-safe-exceptions.changes 
    2017-07-05 23:59:37.382219634 +0200
@@ -1,0 +2,5 @@
+Mon Jun 19 20:51:55 UTC 2017 - [email protected]
+
+- Update to version 0.1.5.0 revision 1.
+
+-------------------------------------------------------------------

New:
----
  safe-exceptions.cabal

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

Other differences:
------------------
++++++ ghc-safe-exceptions.spec ++++++
--- /var/tmp/diff_new_pack.HpqVdX/_old  2017-07-05 23:59:37.958138504 +0200
+++ /var/tmp/diff_new_pack.HpqVdX/_new  2017-07-05 23:59:37.962137940 +0200
@@ -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-deepseq-devel
 BuildRequires:  ghc-exceptions-devel
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ safe-exceptions.cabal ++++++
name:                safe-exceptions
version:             0.1.5.0
x-revision: 1
synopsis:            Safe, consistent, and easy exception handling
description:         Please see README.md
homepage:            https://github.com/fpco/safe-exceptions#readme
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          [email protected]
copyright:           2016 FP Complete
category:            Control
build-type:          Simple
extra-source-files:  README.md ChangeLog.md COOKBOOK.md
cabal-version:       >=1.10

library
  hs-source-dirs:      src
  exposed-modules:     Control.Exception.Safe
  build-depends:       base >= 4.7 && < 4.11
                     , deepseq >= 1.2 && < 1.5
                     , exceptions >= 0.8 && < 0.9
                     , transformers >= 0.2 && < 0.6
  default-language:    Haskell2010

test-suite safe-exceptions-test
  type:                exitcode-stdio-1.0
  hs-source-dirs:      test
  main-is:             Spec.hs
  other-modules:       Control.Exception.SafeSpec
  build-depends:       base
                     , hspec
                     , safe-exceptions
                     , void
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://github.com/fpco/safe-exceptions

Reply via email to