Compare commits
16 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
b169db9d0a | ||
|
e014586210 | ||
|
5f65f6a5be | ||
|
bc2c19d42c | ||
|
078577230d | ||
|
f2888b073c | ||
|
c9f803df00 | ||
|
4af0c46d51 | ||
|
bd5e80c930 | ||
|
3b32634cfc | ||
|
296b5be72f | ||
|
c62924f1bb | ||
|
57fb8b852a | ||
|
709485b18c | ||
|
31230125af | ||
|
7a2b180ab5 |
60
changelog
Normal file
60
changelog
Normal file
@ -0,0 +1,60 @@
|
|||||||
|
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.4.0.1-20
|
||||||
|
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||||
|
|
||||||
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 0.4.0.1-18
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.4.0.1-16
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-13
|
||||||
|
- Second attempt - Rebuilt for
|
||||||
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.4.0.1-11
|
||||||
|
- refresh to cabal-rpm-2.0.6
|
||||||
|
|
||||||
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-10
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.4.0.1-9
|
||||||
|
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
||||||
|
|
||||||
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.4.0.1-7
|
||||||
|
- refresh to cabal-rpm-0.13
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.4.0.1-5
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.4.0.1-2
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Fri Sep 29 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.4.0.1-1
|
||||||
|
- spec file generated by cabal-rpm-0.11.2
|
@ -1,17 +1,17 @@
|
|||||||
# generated by cabal-rpm-1.0.1
|
# generated by cabal-rpm-2.1.0
|
||||||
# https://fedoraproject.org/wiki/Packaging:Haskell
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||||
|
|
||||||
%global pkg_name string-conversions
|
%global pkg_name string-conversions
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
%bcond_with tests
|
# testsuite missing deps: quickcheck-instances
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.4.0.1
|
Version: 0.4.0.1
|
||||||
Release: 9%{?dist}
|
Release: %autorelease
|
||||||
Summary: Simplifies dealing with different types for strings
|
Summary: Simplifies dealing with different types for strings
|
||||||
|
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
# Begin cabal-rpm sources:
|
# Begin cabal-rpm sources:
|
||||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||||
@ -20,15 +20,15 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
|||||||
# Begin cabal-rpm deps:
|
# Begin cabal-rpm deps:
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
BuildRequires: ghc-base-devel
|
||||||
|
BuildRequires: ghc-bytestring-devel
|
||||||
|
BuildRequires: ghc-text-devel
|
||||||
|
BuildRequires: ghc-utf8-string-devel
|
||||||
|
%if %{with ghc_prof}
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-bytestring-prof
|
BuildRequires: ghc-bytestring-prof
|
||||||
BuildRequires: ghc-text-prof
|
BuildRequires: ghc-text-prof
|
||||||
BuildRequires: ghc-utf8-string-prof
|
BuildRequires: ghc-utf8-string-prof
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
|
||||||
BuildRequires: ghc-deepseq-devel
|
|
||||||
BuildRequires: ghc-hspec-devel
|
|
||||||
BuildRequires: ghc-quickcheck-instances-devel
|
|
||||||
%endif
|
%endif
|
||||||
# End cabal-rpm deps
|
# End cabal-rpm deps
|
||||||
|
|
||||||
@ -54,6 +54,8 @@ files.
|
|||||||
%if %{with haddock}
|
%if %{with haddock}
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Haskell %{pkg_name} library documentation
|
Summary: Haskell %{pkg_name} library documentation
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: ghc-filesystem
|
||||||
|
|
||||||
%description doc
|
%description doc
|
||||||
This package provides the Haskell %{pkg_name} library documentation.
|
This package provides the Haskell %{pkg_name} library documentation.
|
||||||
@ -64,6 +66,7 @@ This package provides the Haskell %{pkg_name} library documentation.
|
|||||||
%package prof
|
%package prof
|
||||||
Summary: Haskell %{pkg_name} profiling library
|
Summary: Haskell %{pkg_name} profiling library
|
||||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||||
|
Supplements: (%{name}-devel and ghc-prof)
|
||||||
|
|
||||||
%description prof
|
%description prof
|
||||||
This package provides the Haskell %{pkg_name} profiling library.
|
This package provides the Haskell %{pkg_name} profiling library.
|
||||||
@ -88,10 +91,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
# End cabal-rpm install
|
# End cabal-rpm install
|
||||||
|
|
||||||
|
|
||||||
%check
|
|
||||||
%cabal_test
|
|
||||||
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
# Begin cabal-rpm files:
|
# Begin cabal-rpm files:
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -103,6 +102,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
%if %{with haddock}
|
%if %{with haddock}
|
||||||
%files doc -f %{name}-doc.files
|
%files doc -f %{name}-doc.files
|
||||||
|
%license LICENSE
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
@ -112,29 +112,4 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.4.0.1-9
|
%autochangelog
|
||||||
- add doc and prof subpackages (cabal-rpm-1.0.0)
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-8
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.4.0.1-7
|
|
||||||
- refresh to cabal-rpm-0.13
|
|
||||||
|
|
||||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 28 2018 Jens Petersen <petersen@redhat.com> - 0.4.0.1-5
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 26 2018 Jens Petersen <petersen@redhat.com> - 0.4.0.1-2
|
|
||||||
- rebuild
|
|
||||||
|
|
||||||
* Fri Sep 29 2017 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.4.0.1-1
|
|
||||||
- spec file generated by cabal-rpm-0.11.2
|
|
||||||
|
58
string-conversions-0.4.0.1.cabal
Normal file
58
string-conversions-0.4.0.1.cabal
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
-- This file has been generated from package.yaml by hpack version 0.15.0.
|
||||||
|
--
|
||||||
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
|
name: string-conversions
|
||||||
|
version: 0.4.0.1
|
||||||
|
x-revision: 1
|
||||||
|
synopsis: Simplifies dealing with different types for strings
|
||||||
|
description: Provides a simple type class for converting values of different string types into values of other string types.
|
||||||
|
license: BSD3
|
||||||
|
license-file: LICENSE
|
||||||
|
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.1, GHC == 8.0.1
|
||||||
|
author: Sönke Hahn
|
||||||
|
maintainer: soenkehahn@gmail.com
|
||||||
|
category: Data
|
||||||
|
homepage: https://github.com/soenkehahn/string-conversions#readme
|
||||||
|
bug-reports: https://github.com/soenkehahn/string-conversions/issues
|
||||||
|
build-type: Simple
|
||||||
|
cabal-version: >= 1.10
|
||||||
|
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: https://github.com/soenkehahn/string-conversions
|
||||||
|
|
||||||
|
library
|
||||||
|
hs-source-dirs:
|
||||||
|
src
|
||||||
|
default-language: Haskell2010
|
||||||
|
build-depends:
|
||||||
|
base == 4.*,
|
||||||
|
bytestring >= 0.9,
|
||||||
|
text >= 0.11,
|
||||||
|
utf8-string >= 0.3.1
|
||||||
|
exposed-modules:
|
||||||
|
Data.String.Conversions
|
||||||
|
Data.String.Conversions.Monomorphic
|
||||||
|
ghc-options: -Wall
|
||||||
|
|
||||||
|
test-suite spec
|
||||||
|
type: exitcode-stdio-1.0
|
||||||
|
main-is: Spec.hs
|
||||||
|
hs-source-dirs:
|
||||||
|
test,
|
||||||
|
src
|
||||||
|
build-depends:
|
||||||
|
base == 4.*,
|
||||||
|
bytestring >= 0.9,
|
||||||
|
text >= 0.11,
|
||||||
|
utf8-string >= 0.3.1,
|
||||||
|
hspec,
|
||||||
|
quickcheck-instances,
|
||||||
|
deepseq,
|
||||||
|
QuickCheck
|
||||||
|
other-modules:
|
||||||
|
Data.String.ConversionsSpec
|
||||||
|
Data.String.Conversions
|
||||||
|
Data.String.Conversions.Monomorphic
|
||||||
|
default-language: Haskell2010
|
Loading…
Reference in New Issue
Block a user