Commit 807fa976 authored by Clint Adams's avatar Clint Adams
Browse files

text-format: patch for newer base

parent c8572ec0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-text-format (0.3.2-3) unstable; urgency=medium

  * Patch for newer base.

 -- Clint Adams <clint@debian.org>  Tue, 27 Aug 2019 17:56:11 -0400

haskell-text-format (0.3.2-2) unstable; urgency=medium

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
 libghc-double-conversion-doc,
 libghc-old-locale-doc,
Standards-Version: 4.1.4
Standards-Version: 4.4.0
Homepage: https://github.com/bos/text-format
X-Description: text formatting
 A text formatting library optimized for both ease of use and high
+11 −0
Original line number Diff line number Diff line
--- a/text-format.cabal
+++ b/text-format.cabal
@@ -53,7 +53,7 @@
 
   build-depends:
     array,
-    base >=4.3 && <4.12,
+    base >=4.3 && <4.13,
     integer-gmp >= 0.2,
     double-conversion >= 0.2.0.0,
     ghc-prim,
+1 −0
Original line number Diff line number Diff line
newer-deps