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 2025-01-27 20:51:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-singleton-bool (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-singleton-bool.new.2316 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-singleton-bool"

Mon Jan 27 20:51:32 2025 rev:10 rq:1239823 version:0.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-singleton-bool/ghc-singleton-bool.changes    
2024-06-12 15:39:57.873741508 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-singleton-bool.new.2316/ghc-singleton-bool.changes
  2025-01-27 20:51:42.405857297 +0100
@@ -1,0 +2,6 @@
+Sun Jan  5 17:38:58 UTC 2025 - Peter Simons <psim...@suse.com>
+
+- Update singleton-bool to version 0.1.8 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.ivPAQx/_old  2025-01-27 20:51:43.621907500 +0100
+++ /var/tmp/diff_new_pack.ivPAQx/_new  2025-01-27 20:51:43.621907500 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-singleton-bool
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # 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 @@
 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-base-devel
 BuildRequires:  ghc-base-prof
@@ -73,6 +74,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

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

category:           Dependent Types
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:            BSD-3-Clause
license-file:       LICENSE
build-type:         Simple
extra-source-files: CHANGELOG.md
tested-with:
  GHC ==8.6.5
   || ==8.8.4
   || ==8.10.7
   || ==9.0.2
   || ==9.2.8
   || ==9.4.8
   || ==9.6.6
   || ==9.8.4
   || ==9.10.1
   || ==9.12.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.12.0.0 && <4.22
    , deepseq  >=1.4.4.0  && <1.6

  build-depends:
    , boring  ^>=0.2.2
    , dec     ^>=0.0.6
    , some    ^>=1.0.6

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

Reply via email to