Commit 6f349d90 authored by Clint Adams's avatar Clint Adams
Browse files

th-lift-instances: Upgrading from 0.1.11 to 0.1.12

parent bd2abeae
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-th-lift-instances (0.1.12-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Thu, 01 Aug 2019 22:10:19 -0400

haskell-th-lift-instances (0.1.11-4) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+3 −6
Original line number Diff line number Diff line
@@ -8,19 +8,16 @@ Rules-Requires-Root: no
Build-Depends:
 cdbs,
 debhelper (>= 10),
 haskell-devscripts (>= 0.13),
 ghc (>= 8.4.3),
 ghc-prof,
 haskell-devscripts (>= 0.13),
 libghc-th-lift-dev,
 libghc-th-lift-prof,
 libghc-vector-dev (>= 0.4),
 libghc-vector-prof,
 libghc-quickcheck2-dev (>= 2.6),
Build-Depends-Indep: ghc-doc,
 libghc-th-lift-doc,
 libghc-vector-doc,
Standards-Version: 4.1.4
Homepage: http://github.com/bennofs/th-lift-instances/
Standards-Version: 4.4.0
Homepage: https://github.com/bennofs/th-lift-instances/
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-th-lift-instances
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-th-lift-instances]
X-Description: Lift instances for template-haskell for common data types