Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-utility-ht for openSUSE:Factory 
checked in at 2024-01-03 12:25:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-utility-ht (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-utility-ht.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-utility-ht"

Wed Jan  3 12:25:07 2024 rev:7 rq:1135716 version:0.0.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-utility-ht/ghc-utility-ht.changes    
2023-06-22 23:26:10.201874914 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-utility-ht.new.28375/ghc-utility-ht.changes 
2024-01-03 12:25:09.735859289 +0100
@@ -1,0 +2,6 @@
+Fri Dec 22 22:32:38 UTC 2023 - Peter Simons <[email protected]>
+
+- Update utility-ht to version 0.0.17 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  utility-ht.cabal

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

Other differences:
------------------
++++++ ghc-utility-ht.spec ++++++
--- /var/tmp/diff_new_pack.8KdRyc/_old  2024-01-03 12:25:10.359882088 +0100
+++ /var/tmp/diff_new_pack.8KdRyc/_new  2024-01-03 12:25:10.359882088 +0100
@@ -26,6 +26,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
@@ -83,6 +84,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ utility-ht.cabal ++++++
Cabal-Version:    2.2
Name:             utility-ht
Version:          0.0.17
x-revision: 1
License:          BSD-3-Clause
License-File:     LICENSE
Author:           Henning Thielemann <[email protected]>
Maintainer:       Henning Thielemann <[email protected]>
Category:         Data, List
Synopsis:         Various small helper functions for Lists, Maybes, Tuples, 
Functions
Description:
  Various small helper functions for Lists, Maybes, Tuples, Functions.
  Some of these functions are improved implementations of standard functions.
  They have the same name as their standard counterparts.
  Others are equivalent to functions from the @base@ package,
  but if you import them from this utility package
  then you can write code that runs on older GHC versions
  or other compilers like Hugs and JHC.
  .
  All modules are plain Haskell 98.
  The package depends exclusively on the @base@ package
  and only that portions of @base@ that are simple to port.
  Thus you do not risk a dependency avalanche by importing it.
  However, further splitting the base package might invalidate this statement.
  .
  Alternative packages: @Useful@, @MissingH@
Tested-With:       GHC==7.0.2, GHC==7.2.2, GHC==7.4.2, GHC==7.8.4
Tested-With:       GHC==8.6.5, GHC==9.4.5, GHC==9.6.1
Build-Type:        Simple
Stability:         Stable

Extra-Source-Files:
  Makefile
  test-module.list

Source-Repository head
  type:     darcs
  location: http://code.haskell.org/~thielema/utility/

Source-Repository this
  type:     darcs
  location: http://code.haskell.org/~thielema/utility/
  tag:      0.0.17

Library
  Build-Depends:
    base >=2 && <5

  Default-Language: Haskell98
  GHC-Options:      -Wall
  Hs-Source-Dirs:   src
  Exposed-Modules:
    Data.Bits.HT
    Data.Bool.HT
    Data.Eq.HT
    Data.Function.HT
    Data.Ix.Enum
    Data.List.HT
    Data.List.Key
    Data.List.Match
    Data.List.Reverse.StrictElement
    Data.List.Reverse.StrictSpine
    Data.Maybe.HT
    Data.Either.HT
    Data.Monoid.HT
    Data.Ord.HT
    Data.Record.HT
    Data.String.HT
    Data.Tuple.HT
    Data.Tuple.Lazy
    Data.Tuple.Strict
    Control.Monad.HT
    Control.Applicative.HT
    Control.Functor.HT
    Data.Strictness.HT
    Text.Read.HT
    Text.Show.HT
  Other-Modules:
    Data.Bool.HT.Private
    Data.List.HT.Private
    Data.List.Key.Private
    Data.List.Match.Private
    Data.List.Reverse.Private
    Data.Function.HT.Private
    Data.Record.HT.Private
    Data.Tuple.Example


Test-Suite test
  Type:             exitcode-stdio-1.0
  Build-Depends:
    QuickCheck >=1.1 && <3,
    doctest-exitcode-stdio >=0.0 && <0.1,
    doctest-lib >=0.1 && <0.1.2,
    base >=3 && <5
  Default-Language: Haskell98
  Main-Is:          Test.hs
  GHC-Options:      -Wall
  Hs-source-dirs:   src
  Other-Modules:
    Test.Utility
    DocTest.Data.List.Reverse.StrictElement
    DocTest.Data.List.Reverse.StrictSpine
    DocTest.Data.List.Reverse.Private
    DocTest.Data.List.Match.Private
    DocTest.Data.List.HT.Private
    DocTest.Data.Monoid.HT
    DocTest.Data.Maybe.HT
    DocTest.Data.Bool.HT.Private
    DocTest.Data.Function.HT.Private

Reply via email to