haskell-hsyaml 0.1.2.0-1 source package in Ubuntu

Changelog

haskell-hsyaml (0.1.2.0-1) unstable; urgency=medium

  [ upstream ]
  * New release.

  [ Jonas Smedegaard ]
  * Declare compliance with Debian Policy 4.4.0.
  * Unfuzz patch.

 -- Jonas Smedegaard <email address hidden>  Sun, 01 Sep 2019 10:21:41 +0200

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-hsyaml_0.1.2.0-1.dsc 2.2 KiB ea8d1bcf2ec521b9bd6b8957b077b67bcf04af8ead1946c0b96bfacdca66bc95
haskell-hsyaml_0.1.2.0.orig.tar.gz 56.7 KiB a45cf71fd793211bcfe7e303369879bde2d6f73a12d51e89d9a91413247452dd
haskell-hsyaml_0.1.2.0-1.debian.tar.xz 3.8 KiB 8de93a2395a661875cb93140f722f3e81cf629584c793ffa81f6008610169980

No changes file available.

Binary packages built by this source

libghc-hsyaml-dev: No summary available for libghc-hsyaml-dev in ubuntu eoan.

No description available for libghc-hsyaml-dev in ubuntu eoan.

libghc-hsyaml-doc: No summary available for libghc-hsyaml-doc in ubuntu groovy.

No description available for libghc-hsyaml-doc in ubuntu groovy.

libghc-hsyaml-prof: pure Haskell YAML 1.2 parser - profiling libraries

 HsYAML is a YAML 1.2 parser implementation for Haskell.
 .
 Features of @HsYAML@ include:
 .
  * Pure Haskell implementation with small dependency footprint
    and emphasis on strict compliance with the YAML 1.2 specification.
  * Direct decoding to native Haskell types
    via (aeson-inspired) typeclass-based API.
  * Support for constructing custom YAML node graph representation
    (including support for cyclic YAML data structures).
  * Support for the standard (untyped) Failsafe, (strict) JSON,
    and (flexible) Core "schemas" providing implicit typing rules
    as defined in the YAML 1.2 specification
    (including support for user-defined custom schemas).
  * Event-based API resembling LibYAML's Event-based API.
  * Low-level API access to lexical token-based scanner.
 .
 This package contains the profiling libraries for intern.