Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-haskell-src-meta for
openSUSE:Factory checked in at 2026-06-10 16:00:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-haskell-src-meta (Old)
and /work/SRC/openSUSE:Factory/.ghc-haskell-src-meta.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-haskell-src-meta"
Wed Jun 10 16:00:28 2026 rev:2 rq:1358375 version:0.8.15
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-haskell-src-meta/ghc-haskell-src-meta.changes
2025-03-25 22:21:02.744078537 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-haskell-src-meta.new.2375/ghc-haskell-src-meta.changes
2026-06-10 16:02:38.996330628 +0200
@@ -1,0 +2,6 @@
+Tue Jan 6 14:14:09 UTC 2026 - Peter Simons <[email protected]>
+
+- Update haskell-src-meta to version 0.8.15 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
haskell-src-meta.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-haskell-src-meta.spec ++++++
--- /var/tmp/diff_new_pack.bdCYtR/_old 2026-06-10 16:02:41.400430254 +0200
+++ /var/tmp/diff_new_pack.bdCYtR/_new 2026-06-10 16:02:41.400430254 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-haskell-src-meta
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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
@@ -85,6 +86,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ haskell-src-meta.cabal ++++++
name: haskell-src-meta
version: 0.8.15
x-revision: 1
cabal-version: >= 1.10
build-type: Simple
license: BSD3
license-file: LICENSE
category: Language, Template Haskell
author: Matt Morrow
copyright: (c) Matt Morrow
maintainer: [email protected]
bug-reports: https://github.com/haskell-party/haskell-src-meta/issues
tested-with: GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.4, GHC
== 8.10.7, GHC == 9.0.2, GHC == 9.2.2, GHC == 9.4.1, GHC == 9.6.1, GHC ==
9.8.1, GHC == 9.10.1, GHC == 9.12.1
synopsis: Parse source to template-haskell abstract syntax.
description: The translation from haskell-src-exts abstract syntax
to template-haskell abstract syntax isn't 100% complete yet.
extra-source-files: ChangeLog README.md
library
default-language: Haskell2010
build-depends: base >= 4.10 && < 5,
haskell-src-exts >= 1.21 && < 1.24,
pretty >= 1.0 && < 1.2,
syb >= 0.1 && < 0.8,
template-haskell >= 2.12 && < 2.25,
th-orphans >= 0.12 && < 0.14
hs-source-dirs: src
exposed-modules: Language.Haskell.Meta
Language.Haskell.Meta.Extensions
Language.Haskell.Meta.Parse
Language.Haskell.Meta.Syntax.Translate
Language.Haskell.Meta.Utils
other-modules: Language.Haskell.Meta.THCompat
test-suite unit
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Main.hs
build-depends:
HUnit >= 1.2,
base >= 4.10,
haskell-src-exts >= 1.21,
haskell-src-meta,
pretty >= 1.0,
template-haskell >= 2.12,
tasty,
tasty-hunit
test-suite splices
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Splices.hs
build-depends:
base,
haskell-src-exts,
haskell-src-meta,
template-haskell
test-suite examples
default-language: Haskell2010
type: exitcode-stdio-1.0
hs-source-dirs: examples, tests
main-is: TestExamples.hs
build-depends:
base,
containers,
haskell-src-meta,
pretty,
syb,
template-haskell
other-modules:
BF,
Hs,
HsHere,
SKI
source-repository head
type: git
location: git://github.com/haskell-party/haskell-src-meta.git