[Git][haskell-team/DHG_packages][master] HStringTemplate: update to 0.8.8

Scott Talbert (@swt2c) gitlab at salsa.debian.org
Tue May 10 20:55:38 BST 2022



Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
1bd56d99 by Scott Talbert at 2022-05-10T15:51:09-04:00
HStringTemplate: update to 0.8.8

- - - - -


4 changed files:

- p/haskell-hstringtemplate/debian/changelog
- p/haskell-hstringtemplate/debian/control
- − p/haskell-hstringtemplate/debian/patches/newer-deps
- − p/haskell-hstringtemplate/debian/patches/series


Changes:

=====================================
p/haskell-hstringtemplate/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-hstringtemplate (0.8.8-1) unstable; urgency=medium
+
+  * Team Upload.
+  * Update to new upstream release 0.8.8
+
+ -- Scott Talbert <swt at techie.net>  Tue, 10 May 2022 15:49:26 -0400
+
 haskell-hstringtemplate (0.8.7-5) unstable; urgency=medium
 
   [ Dmitry Bogatov ]


=====================================
p/haskell-hstringtemplate/debian/control
=====================================
@@ -5,24 +5,29 @@ Uploaders:
 Priority: optional
 Section: haskell
 Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
  cdbs,
- debhelper (>= 10),
- ghc (>= 8.4.3),
+ ghc,
  ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-blaze-builder-dev,
+ libghc-blaze-builder-dev (<< 0.5),
  libghc-blaze-builder-prof,
- libghc-old-locale-dev,
+ libghc-old-locale-dev (<< 1.1),
  libghc-old-locale-prof,
  libghc-semigroups-dev (>= 0.16),
+ libghc-semigroups-dev (<< 0.20),
  libghc-semigroups-prof,
- libghc-syb-dev,
+ libghc-syb-dev (<< 0.8),
  libghc-syb-prof,
- libghc-void-dev,
+ libghc-void-dev (<< 0.8),
  libghc-void-prof,
-Build-Depends-Indep:
- ghc-doc,
+ libghc-hunit-dev (>= 1.5),
+ libghc-hunit-prof,
+ libghc-quickcheck2-dev (>= 2.13),
+ libghc-quickcheck2-prof,
+ libghc-random-dev (>= 1.0),
+ libghc-random-prof,
+Build-Depends-Indep: ghc-doc,
  libghc-blaze-builder-doc,
  libghc-old-locale-doc,
  libghc-semigroups-doc,
@@ -35,16 +40,12 @@ Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-hstri
 
 Package: libghc-hstringtemplate-dev
 Architecture: any
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Provides:
- ${haskell:Provides},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"
@@ -59,15 +60,11 @@ Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb
 
 Package: libghc-hstringtemplate-prof
 Architecture: any
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
-Provides:
- ${haskell:Provides},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Provides: ${haskell:Provides},
 Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"
@@ -83,13 +80,10 @@ Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb
 Package: libghc-hstringtemplate-doc
 Architecture: all
 Section: doc
-Depends:
- ${haskell:Depends},
+Depends: ${haskell:Depends},
  ${misc:Depends},
-Recommends:
- ${haskell:Recommends},
-Suggests:
- ${haskell:Suggests},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
 Description: Haskell port of the Java library StringTemplate${haskell:ShortBlurb}
  This is a Haskell template engine. Its API is mainly inspired to that of
  the Java library StringTemplate, but it is implemented in a "Haskellish"


=====================================
p/haskell-hstringtemplate/debian/patches/newer-deps deleted
=====================================
@@ -1,18 +0,0 @@
---- a/HStringTemplate.cabal
-+++ b/HStringTemplate.cabal
-@@ -1,5 +1,6 @@
- name:                HStringTemplate
- version:             0.8.7
-+x-revision: 1
- synopsis:            StringTemplate implementation in Haskell.
- description:         A port of the Java library by Terrence Parr.
- category:            Text
-@@ -15,7 +16,7 @@
- library
- 
-   build-depends:   syb, base >= 4, base < 5, filepath, parsec < 4, containers, pretty >= 1.1.0.0,
--                   time >= 1.4.2 && < 1.9, bytestring, directory, array, text, deepseq, blaze-builder,void, template-haskell >= 2.3, mtl,
-+                   time >= 1.4.2 && < 1.10, bytestring, directory, array, text, deepseq, blaze-builder,void, template-haskell >= 2.3, mtl,
-                    old-locale, semigroups >= 0.16
- 
-   exposed-modules:   Text.StringTemplate


=====================================
p/haskell-hstringtemplate/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1bd56d993422de6b22f866a892d440761989c704

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/1bd56d993422de6b22f866a892d440761989c704
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220510/1304b6d7/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list