[Git][haskell-team/DHG_packages][master] text-iso8601: Initial release

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Thu Feb 5 22:06:30 GMT 2026



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c3456276 by Ilias Tsitsimpis at 2026-02-06T00:03:59+02:00
text-iso8601: Initial release

- - - - -


8 changed files:

- + p/haskell-text-iso8601/debian/changelog
- + p/haskell-text-iso8601/debian/control
- + p/haskell-text-iso8601/debian/copyright
- + p/haskell-text-iso8601/debian/patches/newer-deps
- + p/haskell-text-iso8601/debian/patches/series
- + p/haskell-text-iso8601/debian/rules
- + p/haskell-text-iso8601/debian/source/format
- + p/haskell-text-iso8601/debian/watch


Changes:

=====================================
p/haskell-text-iso8601/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-text-iso8601 (0.1.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Thu, 05 Feb 2026 23:54:26 +0200


=====================================
p/haskell-text-iso8601/debian/control
=====================================
@@ -0,0 +1,82 @@
+Source: haskell-text-iso8601
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper-compat (= 13),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.16.42),
+ dh-sequence-haskell,
+ ghc,
+ ghc-prof,
+ libghc-integer-conversion-dev (>= 0.1),
+ libghc-integer-conversion-dev (<< 0.2),
+ libghc-integer-conversion-prof,
+ libghc-time-compat-dev (>= 1.9.4),
+ libghc-time-compat-dev (<< 1.10),
+ libghc-time-compat-prof,
+ libghc-quickcheck2-dev (>= 2.14.3),
+ libghc-quickcheck2-dev (<< 2.16),
+ libghc-quickcheck2-prof,
+ libghc-quickcheck-instances-dev (>= 0.3.29.1),
+ libghc-quickcheck-instances-dev (<< 0.4),
+ libghc-quickcheck-instances-prof,
+ libghc-tasty-dev (>= 1.4.3),
+ libghc-tasty-dev (<< 1.6),
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev (>= 0.10.0.3),
+ libghc-tasty-hunit-dev (<< 0.11),
+ libghc-tasty-hunit-prof,
+ libghc-tasty-quickcheck-dev (>= 0.10.2),
+ libghc-tasty-quickcheck-dev (<< 0.12),
+ libghc-tasty-quickcheck-prof,
+ libghc-time-compat-dev,
+Build-Depends-Indep: ghc-doc,
+ libghc-integer-conversion-doc,
+ libghc-time-compat-doc,
+Standards-Version: 4.7.3
+Homepage: https://github.com/haskell/aeson
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-text-iso8601
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-text-iso8601]
+Description: Convert time to and from ISO 8601 text.
+ Convert time to and from IS0 8601 (RFC3339) text.
+
+Package: libghc-text-iso8601-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-text-iso8601-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-text-iso8601-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}


=====================================
p/haskell-text-iso8601/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: text-iso8601
+Upstream-Contact: Oleg Grenrus <oleg.grenrus at iki.fi>
+Source: https://hackage.haskell.org/package/text-iso8601
+
+Files: *
+Copyright: Oleg Grenrus <oleg.grenrus at iki.fi>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright (c) 2023 Oleg Grenrus
+ .
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ 3. Neither the name of the author nor the names of his contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE CONTRIBUTORS ``AS IS'' AND ANY EXPRESS
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
+ STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.


=====================================
p/haskell-text-iso8601/debian/patches/newer-deps
=====================================
@@ -0,0 +1,49 @@
+Index: b/text-iso8601.cabal
+===================================================================
+--- a/text-iso8601.cabal
++++ b/text-iso8601.cabal
+@@ -1,6 +1,7 @@
+ cabal-version:      1.12
+ name:               text-iso8601
+ version:            0.1.1
++x-revision:         2
+ synopsis:           Converting time to and from ISO 8601 text.
+ description:
+   Converting time to and from IS0 8601 text.
+@@ -24,9 +25,10 @@ tested-with:
+    || ==9.0.2
+    || ==9.2.8
+    || ==9.4.8
+-   || ==9.6.5
+-   || ==9.8.2
++   || ==9.6.6
++   || ==9.8.4
+    || ==9.10.1
++   || ==9.12.1
+ 
+ extra-source-files: changelog.md
+ 
+@@ -47,7 +49,7 @@ library
+       base                >=4.12.0.0 && <5
+     , integer-conversion  >=0.1      && <0.2
+     , text                >=1.2.3.0  && <1.3.0.0 || >=2.0 && <2.2
+-    , time                >=1.8.0.2  && <1.13
++    , time                >=1.8.0.2  && <1.15
+     , time-compat         >=1.9.4    && <1.10
+ 
+ test-suite text-iso8601-tests
+@@ -68,7 +70,7 @@ test-suite text-iso8601-tests
+     , quickcheck-instances  >=0.3.29.1 && <0.4
+     , tasty                 >=1.4.3    && <1.6
+     , tasty-hunit           >=0.10.0.3 && <0.11
+-    , tasty-quickcheck      >=0.10.2   && <0.11
++    , tasty-quickcheck      >=0.10.2   && <0.12
+ 
+ benchmark text-iso8601-bench
+   default-language: Haskell2010
+@@ -86,4 +88,4 @@ benchmark text-iso8601-bench
+   build-depends:
+       attoparsec          >=0.14.4  && <0.15
+     , attoparsec-iso8601  >=1.1.0.1 && <1.2
+-    , tasty-bench         >=0.3.4   && <0.4
++    , tasty-bench         >=0.3.4   && <0.5


=====================================
p/haskell-text-iso8601/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-text-iso8601/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export DEB_ENABLE_TESTS = yes
+
+%:
+	dh $@


=====================================
p/haskell-text-iso8601/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-text-iso8601/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/text-iso8601/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/c34562761fa318990aa5cb08b98a4f582297a918
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/20260205/8e3ade96/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list