update to 0.2.7
This commit is contained in:
parent
8f5e10b609
commit
6fa64618c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/cabal-file-th-0.2.3.tar.gz
|
/cabal-file-th-0.2.3.tar.gz
|
||||||
/cabal-file-th-0.2.4.tar.gz
|
/cabal-file-th-0.2.4.tar.gz
|
||||||
/cabal-file-th-0.2.6.tar.gz
|
/cabal-file-th-0.2.6.tar.gz
|
||||||
|
/cabal-file-th-0.2.7.tar.gz
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
Name: cabal-file-th
|
|
||||||
Version: 0.2.3
|
|
||||||
x-revision: 1
|
|
||||||
Synopsis: Template Haskell expressions for reading fields from a project's cabal file.
|
|
||||||
Description: Template Haskell expressions for reading fields from a project's cabal file.
|
|
||||||
Homepage: http://github.com/nkpart/cabal-file-th
|
|
||||||
License: BSD3
|
|
||||||
License-file: LICENSE
|
|
||||||
Author: Nick Partridge
|
|
||||||
Maintainer: nkpart@gmail.com
|
|
||||||
Category: Development
|
|
||||||
Build-type: Simple
|
|
||||||
Extra-source-files: README.md, test/Test.hs, test/test-version-interp.cabal
|
|
||||||
Cabal-version: >= 1.9
|
|
||||||
|
|
||||||
source-repository head
|
|
||||||
type: git
|
|
||||||
location: git://github.com/nkpart/cabal-file-th.git
|
|
||||||
|
|
||||||
|
|
||||||
Library
|
|
||||||
Exposed-modules: Distribution.PackageDescription.TH
|
|
||||||
Build-depends: base >= 4 && < 5,
|
|
||||||
Cabal >= 1.10,
|
|
||||||
directory,
|
|
||||||
template-haskell
|
|
||||||
Ghc-options: -Wall
|
|
||||||
|
|
||||||
Test-suite test
|
|
||||||
Main-is: Test.hs
|
|
||||||
Hs-source-dirs: test
|
|
||||||
Type: exitcode-stdio-1.0
|
|
||||||
Build-depends: base >= 4 && < 5,
|
|
||||||
cabal-file-th
|
|
||||||
|
|
@ -5,8 +5,8 @@
|
|||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.6
|
Version: 0.2.7
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Template Haskell expressions for reading cabal files
|
Summary: Template Haskell expressions for reading cabal files
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -77,6 +77,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%install
|
%install
|
||||||
# Begin cabal-rpm install
|
# Begin cabal-rpm install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
chmod a-x README.md
|
||||||
# End cabal-rpm install
|
# End cabal-rpm install
|
||||||
|
|
||||||
|
|
||||||
@ -112,6 +113,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.2.7-1
|
||||||
|
- update to 0.2.7
|
||||||
|
|
||||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-4
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.6-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (cabal-file-th-0.2.6.tar.gz) = 526667a14f72807985a0787f9c6e06657f86a8fdea07e7bb57982ad8ae930f30023edf4bce21e52724f16a77e3a5e6c126caedcb6d2c00d97bd1386d3fc955f4
|
SHA512 (cabal-file-th-0.2.7.tar.gz) = 9c4fbb140b70c467d802a785473a1f27835f033589003f75c5ff82d3b7baa097d488bc1fea8785e2594817cc7db2df2bade1bf5900002dfb6c0ce525daf6d342
|
||||||
|
Loading…
Reference in New Issue
Block a user