--- /dev/null
+haskell-idna (0.3.0-11) unstable; urgency=medium
+
+ * Sourceful upload for GHC 8.8.
+
+ -- Clint Adams <clint@debian.org> Wed, 03 Jun 2020 20:26:42 -0400
+
+haskell-idna (0.3.0-10) unstable; urgency=medium
+
+ * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+
+ -- Ilias Tsitsimpis <iliastsi@debian.org> Mon, 01 Oct 2018 13:47:35 +0300
+
+haskell-idna (0.3.0-9) unstable; urgency=medium
+
+ [ Clint Adams ]
+ * Set Rules-Requires-Root to no.
+
+ [ Ilias Tsitsimpis ]
+ * Bump debhelper compat level to 10
+
+ -- Ilias Tsitsimpis <iliastsi@debian.org> Sun, 30 Sep 2018 21:12:37 +0300
+
+haskell-idna (0.3.0-8) unstable; urgency=medium
+
+ * Force C.UTF-8 for haddock build.
+
+ -- Clint Adams <clint@debian.org> Sat, 14 Apr 2018 12:27:34 -0400
+
+haskell-idna (0.3.0-7) unstable; urgency=medium
+
+ [ Ilias Tsitsimpis ]
+ * Change Priority to optional. Since Debian Policy version 4.0.1,
+ priority extra has been deprecated.
+ * Use the HTTPS form of the copyright-format URL
+ * Modify d/watch and Source field in d/copyright to use HTTPS
+ * Declare compliance with Debian policy 4.1.1
+ * Use salsa.debian.org URLs in Vcs-{Browser,Git} fields
+
+ [ Clint Adams ]
+ * Bump to Standards-Version 4.1.4.
+
+ -- Clint Adams <clint@debian.org> Mon, 09 Apr 2018 20:04:54 -0400
+
+haskell-idna (0.3.0-6) unstable; urgency=medium
+
+ * Upload to unstable as part of GHC 8 transition.
+
+ -- Clint Adams <clint@debian.org> Thu, 27 Oct 2016 18:34:29 -0400
+
+haskell-idna (0.3.0-5) experimental; urgency=medium
+
+ [ Dmitry Bogatov ]
+ * Use secure (https) uri in Vcs-Git field in 'debian/control'
+ * Bump standards version to 3.9.8 (no changes needed)
+
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Sun, 16 Oct 2016 19:56:40 -0400
+
+haskell-idna (0.3.0-4) unstable; urgency=medium
+
+ * Switch Vcs-Git/Vcs-Browser headers to new location.
+
+ -- Clint Adams <clint@debian.org> Thu, 03 Dec 2015 14:54:39 -0500
+
+haskell-idna (0.3.0-3) experimental; urgency=medium
+
+ * Bump standards-version to 3.9.6
+ * Depend on haskell-devscripts >= 0.10 to ensure that this package
+ builds against GHC in experimental
+
+ -- Joachim Breitner <nomeata@debian.org> Thu, 20 Aug 2015 10:27:59 +0200
+
+haskell-idna (0.3.0-2) unstable; urgency=medium
+
+ * Upload to unstable
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 27 Apr 2015 11:51:00 +0200
+
+haskell-idna (0.3.0-1) experimental; urgency=medium
+
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 06 Apr 2015 13:04:26 +0200
+
+haskell-idna (0.2-3) experimental; urgency=low
+
+ * Adjust watch file to new hackage layout
+ * Depend on haskell-devscripts 0.9, found in experimental
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 20 Dec 2014 17:11:07 +0100
+
+haskell-idna (0.2-2) unstable; urgency=low
+
+ * Enable compat level 9
+ * Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
+
+ -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 12:51:10 +0200
+
+haskell-idna (0.2-1) experimental; urgency=low
+
+ * Initial release.
+
+ -- Joachim Breitner <nomeata@debian.org> Sun, 10 Mar 2013 00:49:16 +0100
--- /dev/null
+Source: haskell-idna
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders:
+ Joachim Breitner <nomeata@debian.org>,
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends:
+ cdbs,
+ debhelper (>= 10),
+ ghc (>= 8.4.3),
+ ghc-prof,
+ haskell-devscripts (>= 0.13),
+ libghc-punycode-dev (>= 2.0),
+ libghc-punycode-prof,
+ libghc-stringprep-dev (<< 2),
+ libghc-stringprep-dev (>= 1),
+ libghc-stringprep-prof,
+Build-Depends-Indep:
+ ghc-doc,
+ libghc-punycode-doc,
+ libghc-stringprep-doc,
+Standards-Version: 4.5.0
+Homepage: https://hackage.haskell.org/package/idna
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-idna
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-idna]
+
+Package: libghc-idna-dev
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
+Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
+ This package implements the Internationalized Domain Names in Applications
+ (RFC 3490) encoding.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-idna-prof
+Architecture: any
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
+Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
+ This package implements the Internationalized Domain Names in Applications
+ (RFC 3490) encoding.
+ .
+ ${haskell:Blurb}
+
+Package: libghc-idna-doc
+Architecture: all
+Section: doc
+Depends:
+ ${haskell:Depends},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb}
+ This package implements the Internationalized Domain Names in Applications
+ (RFC 3490) encoding.
+ .
+ ${haskell:Blurb}
--- /dev/null
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: idna
+Upstream-Contact: George Pollard <porges@porg.es>
+Source: https://hackage.haskell.org/package/idna
+
+Files: *
+Copyright: 2009 George Pollard
+License: idna license
+
+Files: debian/*
+Copyright: 2013 Joachim Breitner
+License: idna license
+
+License: idna license
+ 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 AUTHORS ``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.
--- /dev/null
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build-haddock-stamp: export LC_ALL := C.UTF-8
--- /dev/null
+3.0 (quilt)
--- /dev/null
+version=3
+https://hackage.haskell.org/package/idna/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))