Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-singleton-bool for 
openSUSE:Factory checked in at 2022-02-11 23:09:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-singleton-bool (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-singleton-bool.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-singleton-bool"

Fri Feb 11 23:09:38 2022 rev:5 rq:953530 version:0.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-singleton-bool/ghc-singleton-bool.changes    
2021-04-10 15:28:26.350453402 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-singleton-bool.new.1956/ghc-singleton-bool.changes
  2022-02-11 23:11:36.259326852 +0100
@@ -1,0 +2,6 @@
+Fri Dec 17 21:18:04 UTC 2021 - Peter Simons <psim...@suse.com>
+
+- Update singleton-bool to version 0.1.6 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  singleton-bool.cabal

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

Other differences:
------------------
++++++ ghc-singleton-bool.spec ++++++
--- /var/tmp/diff_new_pack.8ZwgLQ/_old  2022-02-11 23:11:36.695328112 +0100
+++ /var/tmp/diff_new_pack.8ZwgLQ/_new  2022-02-11 23:11:36.699328124 +0100
@@ -24,6 +24,7 @@
 License:        BSD-3-Clause
 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-boring-devel
 BuildRequires:  ghc-dec-devel
@@ -50,6 +51,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ singleton-bool.cabal ++++++
cabal-version:      >=1.10
name:               singleton-bool
version:            0.1.6
x-revision:         1
synopsis:           Type level booleans
description:
  Type level booleans.
  .
  @singletons@ package provides similar functionality,
  but it has tight dependency constraints.

category:           Web
homepage:           https://github.com/phadej/singleton-bool#readme
bug-reports:        https://github.com/phadej/singleton-bool/issues
author:             Oleg Grenrus <oleg.gren...@iki.fi>
maintainer:         Oleg Grenrus <oleg.gren...@iki.fi>
license:            BSD3
license-file:       LICENSE
build-type:         Simple
extra-source-files: CHANGELOG.md
tested-with:
  GHC ==7.8.4
   || ==7.10.3
   || ==8.0.2
   || ==8.2.2
   || ==8.4.4
   || ==8.6.5
   || ==8.8.4
   || ==8.10.4
   || ==9.0.1
   || ==9.2.1

source-repository head
  type:     git
  location: https://github.com/phadej/singleton-bool

library
  hs-source-dirs:   src
  ghc-options:      -Wall
  build-depends:
      base     >=4.7   && <4.17
    , boring   >=0.2   && <0.3
    , dec      >=0.0.3 && <0.1
    , deepseq  >=1.3   && <1.5
    , some     >=1.0.3 && <1.1

  exposed-modules:  Data.Singletons.Bool
  default-language: Haskell2010

Reply via email to