update to 0.13.9

This commit is contained in:
Jens Petersen 2020-02-14 12:07:30 +08:00
parent b6192e7ed0
commit 64ba84d55a
4 changed files with 15 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/th-orphans-0.13.6.tar.gz
/th-orphans-0.13.7.tar.gz
/th-orphans-0.13.9.tar.gz

View File

@ -7,8 +7,8 @@
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.13.7
Release: 2%{?dist}
Version: 0.13.9
Release: 1%{?dist}
Summary: Orphan instances for TH datatypes
License: BSD
@ -128,6 +128,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.13.9-1
- update to 0.13.9
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (th-orphans-0.13.7.tar.gz) = a386cf4ab00a13660683c42b0b1dff8fa1289f52ecb8bfdf907ce28fdfde7a3a607b5f16568e545fa00a0477058a65ce9f8c0cb758421ebea1238863f151064a
SHA512 (th-orphans-0.13.9.tar.gz) = 90ee9f24e1f30df7d01ba9196ec723e47b3c238bfac0a683d62f7e4515274993a4adb1f2f2834aace6e8d0c7a79d89400b68cb07ba24bf45e716ec2e0b6a1304

View File

@ -1,14 +1,14 @@
name: th-orphans
version: 0.13.7
version: 0.13.9
x-revision: 1
cabal-version: >= 1.10
build-type: Simple
license: BSD3
license-file: LICENSE
category: Template Haskell
author: Matt Morrow
copyright: (c) Matt Morrow
maintainer: Michael Sloan <mgsloan at gmail>
author: Matt Morrow, Michael Sloan, Ryan Scott
copyright: (c) Matt Morrow, Michael Sloan, Ryan Scott
maintainer: Ryan Scott <ryan.gl.scott@gmail.com>
bug-reports: https://github.com/mgsloan/th-orphans/issues
stability: experimental
tested-with: GHC == 7.0.4
@ -20,7 +20,8 @@ tested-with: GHC == 7.0.4
, GHC == 8.0.2
, GHC == 8.2.2
, GHC == 8.4.4
, GHC == 8.6.4
, GHC == 8.6.5
, GHC == 8.8.1
synopsis: Orphan instances for TH datatypes
description: Orphan instances for TH datatypes. In particular, instances
for Ord and Lift, as well as a few missing Show / Eq. These
@ -30,7 +31,7 @@ extra-source-files: CHANGELOG.md, README.md
library
build-depends: base >= 4.3 && < 5,
template-haskell < 2.16,
template-haskell < 2.17,
-- https://github.com/mboes/th-lift/issues/14
th-lift >= 0.7.1,
th-reify-many >= 0.1 && < 0.2,
@ -51,6 +52,7 @@ library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Language.Haskell.TH.Instances
other-modules: Language.Haskell.TH.Instances.Internal
default-language: Haskell2010
test-suite test