haskell-binary-parsers 0.2.4.0-3build2 source package in Ubuntu

Changelog

haskell-binary-parsers (0.2.4.0-3build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:22:49 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-binary-parsers_0.2.4.0.orig.tar.gz 267.5 KiB d193d3d3dca259e7299fb2c44cdd95b0a3e1bf54363ce4a9f6cda63b654bb9ca
haskell-binary-parsers_0.2.4.0-3build2.debian.tar.xz 3.2 KiB bb266a2eebc1b918b38a88d9c3a59be02cd0ca25c103c872b47fed1d6e76d80d
haskell-binary-parsers_0.2.4.0-3build2.dsc 3.0 KiB 90e1160e4e16278fea2018eecb8413c59f7c219e1962d1aa2e196380f0f79066

Available diffs

View changes file

Binary packages built by this source

libghc-binary-parsers-dev: No summary available for libghc-binary-parsers-dev in ubuntu kinetic.

No description available for libghc-binary-parsers-dev in ubuntu kinetic.

libghc-binary-parsers-doc: No summary available for libghc-binary-parsers-doc in ubuntu hirsute.

No description available for libghc-binary-parsers-doc in ubuntu hirsute.

libghc-binary-parsers-prof: parsec-/attoparsec-style parsing combinators; profiling libraries

 This package extends binary with parsec/attoparsec style parsing
 combinators. It's useful when you want to deal with various binary
 format, and it's very fast. You can now write more complex Binary
 instances using comprehensive combinators, with serialisation
 packages like blaze-texual.
 .
 Binary's Get monad is designed to perform best on non-backtracking
 cases, but it still provides fast backtracking support via
 Alternative instance, it's overall an excellent alternative to
 attoparsec if you only deal with ByteString.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.