Hello community,
here is the log from the commit of package ghc-text-conversions for
openSUSE:Factory checked in at 2020-09-30 19:53:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text-conversions (Old)
and /work/SRC/openSUSE:Factory/.ghc-text-conversions.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-text-conversions"
Wed Sep 30 19:53:34 2020 rev:4 rq:838495 version:0.3.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-text-conversions/ghc-text-conversions.changes
2020-08-28 21:39:10.768831858 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-text-conversions.new.4249/ghc-text-conversions.changes
2020-09-30 19:53:43.292748780 +0200
@@ -1,0 +2,6 @@
+Tue Sep 22 09:35:59 UTC 2020 - [email protected]
+
+- Update text-conversions to version 0.3.0 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
text-conversions.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-text-conversions.spec ++++++
--- /var/tmp/diff_new_pack.3Loqst/_old 2020-09-30 19:53:43.908749331 +0200
+++ /var/tmp/diff_new_pack.3Loqst/_new 2020-09-30 19:53:43.912749334 +0200
@@ -25,6 +25,7 @@
License: ISC
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-base16-bytestring-devel
BuildRequires: ghc-base64-bytestring-devel
@@ -53,6 +54,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ text-conversions.cabal ++++++
name: text-conversions
version: 0.3.0
x-revision: 1
synopsis: Safe conversions between textual types
description: Safe conversions between textual types
category: Data
homepage: https://github.com/cjdev/text-conversions#readme
bug-reports: https://github.com/cjdev/text-conversions/issues
author: Alexis King
maintainer: [email protected]
license: ISC
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
CHANGELOG.md
LICENSE
package.yaml
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/cjdev/text-conversions
library
hs-source-dirs:
src
default-extensions: FlexibleInstances MultiParamTypeClasses OverloadedStrings
ghc-options: -Wall
build-depends:
base >= 4.7 && < 5
, bytestring
-- see https://github.com/haskell-infra/hackage-trustees/issues/280
, base16-bytestring >= 0.1.1 && < 0.2
, base64-bytestring
, errors
, text
exposed-modules:
Data.Text.Conversions
default-language: Haskell2010
test-suite text-conversions-test-suite
type: exitcode-stdio-1.0
main-is: Main.hs
hs-source-dirs:
test
default-extensions: FlexibleInstances MultiParamTypeClasses OverloadedStrings
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
base
, text-conversions
, bytestring
, hspec
, hspec-discover
, text
other-modules:
Data.Text.ConversionsSpec
default-language: Haskell2010