Changelog of @hackage/torrent 10000.1.3

haskell-torrent (10000.1.3) unstable; urgency=medium

  • Update to cabal-version: >= 1.10 so Hackage will accept uploads again.

-- Joey Hess id@joeyh.name Tue, 21 Mar 2023 20:44:19 -0400

haskell-torrent (10000.1.2) unstable; urgency=medium

  • Updated to build without deprecation warnings from bencode-0.6.1.0

-- Joey Hess id@joeyh.name Tue, 21 Mar 2023 20:43:50 -0400

haskell-torrent (10000.1.1) unstable; urgency=medium

  • Fix build with pre-AMP base.

-- Joey Hess id@joeyh.name Sun, 19 Mar 2017 12:25:49 -0400

haskell-torrent (10000.1.0) unstable; urgency=medium

  • Don't crash when parsing a torrent with no announce value. Torrents commonly have only an announce-list.
  • tAnnounce converted to Maybe ByteString (API change)

-- Joey Hess id@joeyh.name Sun, 19 Mar 2017 01:02:16 -0400

haskell-torrent (10000.0.1) unstable; urgency=medium

  • Added showTorrent.

-- Joey Hess id@joeyh.name Fri, 11 Nov 2016 15:06:46 -0400

haskell-torrent (10000.0.0) unstable; urgency=medium

  • Taking over upstream maintenance of this package.
  • Updated to build with the current haskell ecosystem.
  • Removed SHA1 implementation for simplicity, and removed iInfoHash from Torrent.
  • Use the PVP rather than date-based version.
  • Some data type changes, including using Integer rather than Int for file sizes.

-- Joey Hess id@joeyh.name Thu, 18 Dec 2014 13:15:42 -0400