Bug#1068586: ghc: Broken on arm{el,hf} because of time_t transition
Gianfranco Costamagna
locutusofborg at debian.org
Fri Apr 12 10:26:45 BST 2024
Hello, I did install the following packages on amd64 machine (barriere) attached.
ran this command:
for s in gettimeofday utimensat localtime localtime_r; do for f in /usr/lib/ghc/lib/*/*.so /usr/lib/haskell-packages/ghc/lib/*/*.so; do nm -D $f | grep $s@ && echo $f; done; done
This is the result
U gettimeofday at GLIBC_2.2.5
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2_debug-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2_thr-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2_thr_debug-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHStime-1.12.2-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSX11-1.10.3-1a2wZgfFAzXBkfyYtNRHp4-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSfoundation-0.0.30-KyFIRAhsODAGP9bDSY1vAm-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSold-time-1.1.0.3-EO4BkAubfN4CLCS9qF8OKw-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSsplitmix-0.1.0.5-KF5DY4efw137bSnFedhZzo-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHStoken-bucket-0.1.0.1-5mmLX7LgzwBFk7zWl3ArWL-ghc9.4.7.so
U gettimeofday at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSunix-time-0.4.11-8afoO4k8z4c2SjFPqjkHKU-ghc9.4.7.so
U utimensat at GLIBC_2.6
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSdirectory-1.3.7.1-ghc9.4.7.so
U utimensat at GLIBC_2.6
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSunix-2.7.3-ghc9.4.7.so
U localtime_r at GLIBC_2.2.5
/usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHStime-1.12.2-ghc9.4.7.so
U localtime_r at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHShourglass-0.2.12-2cSsDYvJsFjKEiUmueLkFv-ghc9.4.7.so
U localtime_r at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSold-time-1.1.0.3-EO4BkAubfN4CLCS9qF8OKw-ghc9.4.7.so
U localtime_r at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSsnap-core-1.0.5.1-74fDDttTiSk6eEgxTXrbu5-ghc9.4.7.so
U localtime_r at GLIBC_2.2.5
/usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSunix-time-0.4.11-8afoO4k8z4c2SjFPqjkHKU-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2_debug-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2_thr-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSrts-1.0.2_thr_debug-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHStime-1.12.2-ghc9.4.7.so
libghc-x11-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSX11-1.10.3-1a2wZgfFAzXBkfyYtNRHp4-ghc9.4.7.so
libghc-foundation-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSfoundation-0.0.30-KyFIRAhsODAGP9bDSY1vAm-ghc9.4.7.so
libghc-old-time-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSold-time-1.1.0.3-EO4BkAubfN4CLCS9qF8OKw-ghc9.4.7.so
libghc-splitmix-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSsplitmix-0.1.0.5-KF5DY4efw137bSnFedhZzo-ghc9.4.7.so
libghc-token-bucket-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHStoken-bucket-0.1.0.1-5mmLX7LgzwBFk7zWl3ArWL-ghc9.4.7.so
libghc-unix-time-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSunix-time-0.4.11-8afoO4k8z4c2SjFPqjkHKU-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSdirectory-1.3.7.1-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHSunix-2.7.3-ghc9.4.7.so
ghc: /usr/lib/ghc/lib/x86_64-linux-ghc-9.4.7/libHStime-1.12.2-ghc9.4.7.so
libghc-hourglass-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHShourglass-0.2.12-2cSsDYvJsFjKEiUmueLkFv-ghc9.4.7.so
libghc-old-time-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSold-time-1.1.0.3-EO4BkAubfN4CLCS9qF8OKw-ghc9.4.7.so
libghc-snap-core-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSsnap-core-1.0.5.1-74fDDttTiSk6eEgxTXrbu5-ghc9.4.7.so
libghc-unix-time-dev: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-9.4.7/libHSunix-time-0.4.11-8afoO4k8z4c2SjFPqjkHKU-ghc9.4.7.so
So, excluding ghc we are speaking of:
libghc-foundation-dev
libghc-hourglass-dev
libghc-old-time-dev
libghc-snap-core-dev
libghc-splitmix-dev
libghc-token-bucket-dev
libghc-unix-time-dev
libghc-x11-dev
src:haskell-foundation
src:haskell-hourglass
src:haskell-old-time
src:haskell-snap-core
src:haskell-splitmix
src:haskell-token-bucket
src:haskell-unix-time
src:haskell-x11
-------------- next part --------------
ii libghc-abstract-deque-dev 0.3-12+b1 amd64 abstract, parameterized interface to mutable Deques
ii libghc-abstract-par-dev 0.3.3-12+b1 amd64 abstract parallelization interface
ii libghc-acid-state-dev 0.16.1.3-1+b1 amd64 Haskell database library with ACID guarantees - GHC libraries
ii libghc-active-dev 0.2.0.18-1+b1 amd64 Abstractions for animation
ii libghc-adjunctions-dev 4.4.2-2+b1 amd64 adjunctions and representable functors for Haskell
ii libghc-aeson-dev 2.1.2.1-5 amd64 Fast JSON parsing and encoding library
ii libghc-aeson-diff-dev 1.1.0.13-2+b1 amd64 extract and apply patches to JSON documents
ii libghc-aeson-extra-dev 0.5.1.2-1+b1 amd64 Extra goodies for aeson
ii libghc-aeson-pretty-dev 0.8.9-2+b1 amd64 JSON pretty-printing library
ii libghc-aeson-qq-dev 0.8.4-2+b1 amd64 JSON quasiquoter for Haskell
ii libghc-alsa-core-dev 0.5.0.1-8+b2 amd64 binding to the ALSA Library API (Exceptions)
ii libghc-alsa-mixer-dev 0.3.0-4+b2 amd64 bindings to the ALSA simple mixer API
ii libghc-annotated-wl-pprint-dev 0.7.0-6+b1 amd64 Wadler/Leijen Pretty Printer, with annotation support
ii libghc-ansi-terminal-dev 0.11.5-1+b1 amd64 Simple ANSI terminal support, with Windows compatibility
ii libghc-ansi-terminal-types-dev 0.11.5-2+b1 amd64 types and functions used to represent SGR aspects
ii libghc-ansi-wl-pprint-dev 0.6.9-6+b1 amd64 Wadler/Leijen Pretty Printer for colored ANSI terminal output
ii libghc-ap-normalize-dev 0.1.0.1-3+b1 amd64 Self-normalizing applicative expressions
ii libghc-appar-dev 0.1.8-4+b1 amd64 A simple applicative parser in Parsec style
ii libghc-argon2-dev 1.3.0.1-10+b1 amd64 Haskell bindings to the Argon2 password-hashing function
ii libghc-arrows-dev 0.4.4.2-5+b1 amd64 Haskell arrow classes and transformers for GHC
ii libghc-asn1-encoding-dev 0.9.6-3+b1 amd64 ASN1 data reader/writer in RAW, BER, and DER forms
ii libghc-asn1-parse-dev 0.9.5-4+b1 amd64 simple monadic parser for ASN1 stream types
ii libghc-asn1-types-dev 0.3.4-3+b1 amd64 ASN.1 types
ii libghc-assert-failure-dev 0.1.3.0-1+b1 amd64 syntactic sugar improving 'assert' and 'error'
ii libghc-assoc-dev 1.1-1+b1 amd64 swap and assoc: Symmetric and Semigroupy Bifunctors
ii libghc-async-dev 2.2.4-4+b1 amd64 run IO operations asynchronously and wait for their results
ii libghc-atomic-write-dev 0.2.0.7-4+b1 amd64 Atomically write to a file
ii libghc-attoparsec-aeson-dev 2.1.0.0-2 amd64 Parsing of aeson's Value with attoparsec
ii libghc-attoparsec-dev 0.14.4-3+b1 amd64 Fast combinator parsing for bytestrings
ii libghc-attoparsec-iso8601-dev 1.1.0.0-1+b1 amd64 parsing of ISO 8601 dates
ii libghc-authenticate-dev 1.3.5.2-1 amd64 authentication methods for Haskell web applications
ii libghc-authenticate-oauth-dev 1.7-2+b1 amd64 authenticate with OAuth for Haskell web applications
ii libghc-auto-update-dev 0.1.6-3+b1 amd64 efficiently run periodic, on-demand actions
ii libghc-aws-dev 0.24.1-1+b1 amd64 Amazon Web Services for Haskell
ii libghc-barbies-dev 2.0.4.0-3+b1 amd64 Classes for working with types that can change clothes
ii libghc-base-compat-batteries-dev 0.12.3-1+b1 amd64 base-compat with extra batteries
ii libghc-base-compat-dev 0.12.3-1+b1 amd64 compatibility layer for base
ii libghc-base-orphans-dev 0.9.1-1 amd64 Backwards-compatible orphan instances for base
ii libghc-base-prelude-dev 1.6.1.1-1 amd64 most complete prelude formed solely from the "base" package
ii libghc-base-unicode-symbols-dev 0.2.4.2-3+b1 amd64 Unicode alternatives for common functions and operators
ii libghc-base16-bytestring-dev 1.0.2.0-2+b1 amd64 Fast base16 (hex) encoding and decoding for ByteStrings
ii libghc-base64-bytestring-dev 1.2.1.0-2+b1 amd64 fast base64 encoding/deconding for ByteStrings
ii libghc-base64-dev 0.4.2.4-3+b1 amd64 Modern RFC 4648-compliant Base64 library for Haskell
ii libghc-basement-dev 0.0.16-2+b1 amd64 Foundation scrap box of array & string
ii libghc-basic-prelude-dev 0.7.0-6+b1 amd64 enhanced core prelude
ii libghc-bencode-dev 0.6.1.1-3+b1 amd64 Parser and printer for bencoded data
ii libghc-bifunctors-dev 5.5.15-1+b1 amd64 Haskell 98 bifunctors
ii libghc-bimap-dev 0.5.0-2+b1 amd64 bidirectional mapping between two key types
ii libghc-binary-conduit-dev 1.3.1-4+b2 amd64 data serialization/deserialization conduit library
ii libghc-binary-instances-dev 1.0.4-1+b1 amd64 orphan instances for binary
ii libghc-binary-orphans-dev 1.0.4.1-2+b1 amd64 orphan instances for binary
ii libghc-bindings-dsl-dev 1.0.25-5+b1 amd64 FFI domain specific language, on top of hsc2hs
ii libghc-bitvec-dev 1.1.5.0-3 amd64 space-efficient bit vectors
ii libghc-bitwise-dev 1.0.0.1-3+b1 amd64 fast multi-dimensional unboxed bit packed Bool arrays
ii libghc-blaze-builder-dev 0.4.2.3-1 amd64 abstraction of buffered output of byte streams
ii libghc-blaze-html-dev 0.9.1.2-3+b2 amd64 HTML combinator library for Haskell
ii libghc-blaze-markup-dev 0.8.3.0-1 amd64 blazingly-fast markup combinator library
ii libghc-blaze-svg-dev 0.3.7-1+b2 amd64 SVG combinator library
ii libghc-blaze-textual-dev 0.2.3.1-1+b2 amd64 Fast rendering of common datatypes
ii libghc-bloomfilter-dev 2.0.1.2-2 amd64 Haskell bloom filter library
ii libghc-bmp-dev 1.2.6.3-7+b1 amd64 Read and write BMP image files
ii libghc-bool-extras-dev 0.4.0-11+b1 amd64 fold function for Bool type
ii libghc-boolean-dev 0.2.4-6+b1 amd64 generalized booleans
ii libghc-boomerang-dev 1.4.9-1+b1 amd64 invertible parsing and printing
ii libghc-boring-dev 0.2.1-1+b1 amd64 Boring and Absurd types for Haskell
ii libghc-boundedchan-dev 1.0.3.0-12+b1 amd64 bounded (maximum-limited) channels
ii libghc-boxes-dev 0.1.5-5+b1 amd64 2D text pretty-printing library
ii libghc-brainfuck-dev 0.1.0.3-9+b1 amd64 Brainfuck interpreter library
ii libghc-brick-dev 1.9-1+b1 amd64 declarative terminal user interface library
ii libghc-broadcast-chan-dev 0.2.1.2-2+b1 amd64 closable, fair, leak-avoidant, single-wakeup channel
ii libghc-bsb-http-chunked-dev 0.0.0.4-5+b1 amd64 chunked HTTP transfer encoding for bytestring builders
ii libghc-bv-sized-dev 1.0.5-1+b1 amd64 bitvector datatype parameterized by the vector width
ii libghc-byteable-dev 0.1.1-12+b1 amd64 typeclass for byte sequences
ii libghc-bytedump-dev 1.0-12+b1 amd64 flexible byte dump helpers for human readers
ii libghc-byteorder-dev 1.0.4-12+b1 amd64 exposes the native endianness or byte ordering of the system
ii libghc-bytes-dev 0.17.3-1+b1 amd64 Sharing code for serialization between binary and cereal
ii libghc-bytestring-conversion-dev 0.3.2-2 amd64 Type-classes to convert values to and from ByteString.
ii libghc-bytestring-lexing-dev 0.5.0.10-1+b1 amd64 parsing and printing numbers to bytestrings.
ii libghc-bytestring-progress-dev 1.4-4+b1 amd64 A library for tracking the consumption of a lazy ByteString
ii libghc-bytestring-to-vector-dev 0.3.0.1-5+b2 amd64 convert ByteString<->Vector.Storable without copying
ii libghc-bz2-dev 1.0.1.0-2+b1 amd64 bindings to libbz2
ii libghc-bzlib-dev 0.5.1.0-3 amd64 Haskell bindings to the bzip2 library
ii libghc-cabal-doctest-dev 1.0.9-2+b1 amd64 Setup.hs helper for doctests running
ii libghc-cabal-install-solver-dev 3.8.1.0-2+b1 amd64 the solver component for cabal-install
ii libghc-cairo-dev 0.13.10.0-1+b2 amd64 binding to the Cairo library
ii libghc-call-stack-dev 0.4.0-2+b1 amd64 use GHC call-stacks in a backward compatible way
ii libghc-casa-client-dev 0.0.2-1+b1 amd64 client for Casa
ii libghc-casa-types-dev 0.0.2-2+b3 amd64 types for Casa
ii libghc-case-insensitive-dev 1.2.1.0-4+b1 amd64 case-insensitive string comparison
ii libghc-cassava-dev 0.5.3.0-2+b1 amd64 CSV parsing and encoding library
ii libghc-cassava-megaparsec-dev 2.0.4-3+b1 amd64 Megaparsec parser of CSV files that plays nicely with Cassava
ii libghc-categories-dev 1.0.7-11+b1 amd64 categories from category-extras
ii libghc-cereal-conduit-dev 0.8.0-6+b2 amd64 turn Data.Serialize Gets and Puts into Sources and Sinks
ii libghc-cereal-dev 0.5.8.3-2+b1 amd64 binary serialization library
ii libghc-cereal-vector-dev 0.2.0.1-6+b2 amd64 Serialize instances for Data.Vector types
ii libghc-cgi-dev 3001.5.0.1-1+b1 amd64 Haskell CGI library for GHC
ii libghc-charset-dev 0.3.10-1+b1 amd64 fast Unicode character sets
ii libghc-charsetdetect-ae-dev 1.1.0.4-6 amd64 charset detection using Mozilla's Universal Character Set Detector
ii libghc-chart-cairo-dev 1.9.3-3+b2 amd64 Cairo backend for Charts
ii libghc-chart-dev 1.9.4-2+b1 amd64 library for generating 2D Charts and Plots
ii libghc-chasingbottoms-dev 1.3.1.12-3+b1 amd64 Library for testing partial and infinite values
ii libghc-chunked-data-dev 0.3.1-6+b1 amd64 typeclasses for dealing with various chunked data representations
ii libghc-cipher-camellia-dev 0.0.2-12 amd64 Camellia cipher
ii libghc-citeproc-dev 0.8.1-1+b2 amd64 Generates citations and bibliography from CSL styles
ii libghc-clash-ghc-dev 1.8.1-1+b1 amd64 Clash: functional hardware descr. language - GHC frontend
ii libghc-clash-lib-dev 1.8.1-1+b1 amd64 Functional hardware description language - library
ii libghc-clash-prelude-dev 1.8.1-1 amd64 Functional hardware description language - Prelude library
ii libghc-classy-prelude-conduit-dev 1.5.0-4+b2 amd64 conduit instances for classy-prelude
ii libghc-classy-prelude-dev 1.5.0.3-1+b2 amd64 typeclass-based prelude
ii libghc-clientsession-dev 0.9.2.0-1 amd64 library for web session data in cookies
ii libghc-clock-dev 0.8.4-1+b1 amd64 High-resolution clock and timer
ii libghc-cmark-dev 0.6.1+ds1-1+b1 amd64 fast, accurate CommonMark (Markdown) parser and renderer
ii libghc-cmark-gfm-dev 0.2.5+ds1-2+b1 amd64 fast, accurate GitHub Flavored Markdown parser and renderer
ii libghc-cmdargs-dev 0.10.22-1+b1 amd64 command-line argument processing
ii libghc-code-page-dev 0.2.1-2+b1 amd64 Windows code page library for Haskell
ii libghc-colour-dev 2.3.6-2+b1 amd64 A model for human colour/color perception
ii libghc-commonmark-dev 0.2.3-2 amd64 Pure Haskell commonmark parser
ii libghc-commonmark-extensions-dev 0.2.3.6-1+b1 amd64 Pure Haskell commonmark parser extensions
ii libghc-commonmark-pandoc-dev 0.2.1.3-1+b2 amd64 Bridge between commonmark and pandoc AST
ii libghc-commutative-semigroups-dev 0.1.0.1-2+b1 amd64 commutative semigroups
ii libghc-comonad-dev 5.0.8-2+b1 amd64 Haskell 98 comonads
ii libghc-concurrent-extra-dev 0.7.0.12-3+b1 amd64 Extra concurrency primitives
ii libghc-concurrent-output-dev 1.10.20-1 amd64 ungarble output from several threads
ii libghc-concurrent-supply-dev 0.1.8-8+b1 amd64 A fast concurrent unique identifier supply with a pure API
ii libghc-cond-dev 0.4.1.1-11+b1 amd64 conditional and boolean operators with monadic variants
ii libghc-conduit-dev 1.3.5-1+b2 amd64 streaming data processing library
ii libghc-conduit-extra-dev 1.3.6-2+b2 amd64 batteries-included conduit: adapters for common libraries
ii libghc-config-ini-dev 0.2.6.0-1+b1 amd64 simple INI-based configuration files
ii libghc-config-schema-dev 1.3.0.0-2+b1 amd64 schema definitions for the config-value package
ii libghc-config-value-dev 0.8.3-3+b1 amd64 simple, layout-based value language similar to YAML/JSON
ii libghc-configfile-dev 1.1.4-11+b2 amd64 Parser and writer for sectioned config files in Haskell
ii libghc-configurator-dev 0.3.0.0-11+b1 amd64 dynamic config file reloading
ii libghc-connection-dev 0.3.1-4 amd64 simple and easy network connections API
ii libghc-constraints-dev 0.13.4-2+b1 amd64 Constraint manipulation
ii libghc-constraints-extras-dev 0.4.0.0-1+b1 amd64 utility package for constraints
ii libghc-contravariant-dev 1.5.5-2+b1 amd64 Contravariant functors
ii libghc-contravariant-extras-dev 0.3.5.3-2+b1 amd64 extras for the "contravariant" package
ii libghc-control-monad-free-dev 0.6.2-5+b1 amd64 free monads
ii libghc-control-monad-loop-dev 0.1-13+b1 amd64 simple monad transformer for imperative-style loops
ii libghc-convertible-dev 1.1.1.1-2+b1 amd64 Typeclasses and instances for converting between types, GHC package
ii libghc-cookie-dev 0.4.6-1+b1 amd64 HTTP cookie-parsing and rendering library
ii libghc-copilot-c99-dev 3.18.1-1 amd64 Compiler for Copilot targeting C99
ii libghc-copilot-core-dev 3.18.1-1 amd64 Intermediate representation for Copilot.
ii libghc-copilot-dev 3.18.1-1 amd64 Stream DSL for writing embedded C programs.
ii libghc-copilot-interpreter-dev 3.18.1-1 amd64 Interpreter for Copilot.
ii libghc-copilot-language-dev 3.18.1-1 amd64 DSL for monitoring hard real-time distributed systems.
ii libghc-copilot-libraries-dev 3.18.1-2 amd64 Libraries for the Copilot language.
ii libghc-copilot-prettyprinter-dev 3.18.1-1 amd64 Prettyprinter of Copilot Specifications
ii libghc-copilot-theorem-dev 3.18.1-2 amd64 k-induction for Copilot.
ii libghc-cpu-dev 0.1.2-12+b1 amd64 low-level routines to get basic properties of the platform
ii libghc-criterion-dev 1.6.1.0-1+b2 amd64 Robust, reliable performance measurement and analysis
ii libghc-criterion-measurement-dev 0.2.1.0-1+b1 amd64 Criterion measurement functionality and associated types
ii libghc-crypto-api-dev 0.13.3-5+b1 amd64 generic interface for cryptographic operations
ii libghc-crypto-cipher-tests-dev 0.0.11-13+b1 amd64 Generic cryptography cipher tests
ii libghc-crypto-cipher-types-dev 0.0.9-12+b1 amd64 generic cryptographic cipher types
ii libghc-crypto-pubkey-types-dev 0.4.3-12+b1 amd64 generic public-key algorithm types
ii libghc-crypto-random-api-dev 0.2.0-13+b1 amd64 simple random generators API for cryptography related code
ii libghc-crypto-random-dev 0.0.9-11 amd64 simple cryptographic random related types
ii libghc-cryptohash-conduit-dev 0.1.1-13+b1 amd64 Conduit interface to cryptohash
ii libghc-cryptohash-cryptoapi-dev 0.1.4-8+b1 amd64 crypto-api interfaces for cryptohash
ii libghc-cryptohash-dev 0.11.9-10+b1 amd64 collection of crypto hashes, fast, pure and practical
ii libghc-cryptohash-md5-dev 0.11.101.0-2+b1 amd64 fast, pure and practical MD5 implementation
ii libghc-cryptohash-sha1-dev 0.11.101.0-2+b1 amd64 fast, pure and practical SHA-1 implementation
ii libghc-cryptohash-sha256-dev 0.11.102.1-2+b1 amd64 fast, pure and practical SHA-256 implementation
ii libghc-crypton-dev 0.33-2+b1 amd64 cryptography primitives for Haskell
ii libghc-crypton-x509-dev 1.7.6-2 amd64 X509 reader and writer
ii libghc-crypton-x509-store-dev 1.6.9-2 amd64 X.509 collection access and storage methods
ii libghc-crypton-x509-system-dev 1.6.7-2 amd64 Handle per-operating-system X.509 accessors and storage
ii libghc-crypton-x509-validation-dev 1.6.12-2 amd64 X.509 certificate and CRL validation
ii libghc-cryptonite-conduit-dev 0.2.2-7+b2 amd64 cryptonite conduit
ii libghc-cryptonite-dev 0.30-2+b1 amd64 cryptographic primitives
ii libghc-cryptostore-dev 0.3.0.1-1 amd64 Serialization of cryptographic data types
ii libghc-css-text-dev 0.1.3.0-6+b1 amd64 CSS parser and renderer
ii libghc-csv-conduit-dev 0.7.3.0-2+b2 amd64 fast, conduit-based CSV parser library
ii libghc-csv-dev 0.1.2-17+b1 amd64 CSV loader and dumper
ii libghc-curl-dev 1.3.8-14+b2 amd64 GHC libraries for the libcurl Haskell bindings
ii libghc-curve25519-dev 0.2.7-2+b1 amd64 Curve25519 elliptic curve primitives
ii libghc-data-accessor-dev 0.2.3.1-1+b1 amd64 Utilities for accessing and manipulating fields of records
ii libghc-data-accessor-mtl-dev 0.2.0.5-1+b1 amd64 use Data.Accessor inside the State monad.
ii libghc-data-binary-ieee754-dev 0.4.4-12+b1 amd64 parser/serialiser for IEEE-754 floating-point values
ii libghc-data-clist-dev 0.2-2+b1 amd64 Simple functional ring type
ii libghc-data-default-class-dev 0.1.2.0-7+b1 amd64 type class for default values
ii libghc-data-default-dev 0.7.1.1-7+b1 amd64 class for types with a default value
ii libghc-data-default-instances-base-dev 0.1.0.1-7+b1 amd64 default instances for types in base
ii libghc-data-default-instances-containers-dev 0.0.1-13+b1 amd64 default instances for types in containers
ii libghc-data-default-instances-dlist-dev 0.0.1-12+b1 amd64 default instances for types in dlist
ii libghc-data-default-instances-old-locale-dev 0.0.1-12+b1 amd64 default instances for types in old-locale
ii libghc-data-fix-dev 0.3.2-2+b1 amd64 fixpoint data types
ii libghc-data-functor-logistic-dev 0.0-2+b1 amd64 Updatable analogue of Distributive functors
ii libghc-data-hash-dev 0.2.0.1-9+b1 amd64 combinators for building fast hashing functions.
ii libghc-data-inttrie-dev 0.1.4-5+b1 amd64 Lazy, infinite trie of integers library
ii libghc-data-memocombinators-dev 0.5.1-11+b1 amd64 Combinators for building memo tables library
ii libghc-data-ordlist-dev 0.4.7.0-10+b1 amd64 Set and bag operations on ordered lists
ii libghc-data-reify-dev 0.6.3-5+b1 amd64 Reify a recursive data structure into an explicit graph.
ii libghc-dav-dev 1.3.4-3 amd64 RFC 4918 WebDAV support
ii libghc-dbus-dev 1.2.29-1+b3 amd64 Haskell implementation of D-Bus
ii libghc-dbus-hslogger-dev 0.1.0.1-4+b2 amd64 expose a dbus server to control hslogger
ii libghc-debian-dev 4.0.5-1+b1 amd64 Haskell library for working with the Debian package system
ii libghc-dec-dev 0.0.5-2+b1 amd64 decidable propositions
ii libghc-decimal-dev 0.5.2-2+b1 amd64 decimal numbers with variable precision
ii libghc-deepseq-generics-dev 0.2.0.0-8+b1 amd64 GHC.Generics-based Control.DeepSeq.rnf implementation
ii libghc-deferred-folds-dev 0.9.18.5-1 amd64 abstractions over deferred folds
ii libghc-dense-linear-algebra-dev 0.1.0.0-5+b2 amd64 pure Haskell implementation of linear algebra
ii libghc-dependent-map-dev 0.4.0.0-3+b1 amd64 dependent finite maps
ii libghc-dependent-sum-dev 0.7.2.0-1+b1 amd64 Dependent sum type
ii libghc-dependent-sum-template-dev 0.2.0.0-1+b1 amd64 Automatically generate instances of classes in dependent-sum package
ii libghc-deque-dev 0.4.4-2+b1 amd64 double-ended queues
ii libghc-deriving-aeson-dev 0.2.9-1+b1 amd64 type-driven generic aeson instance customisation
ii libghc-deriving-compat-dev 0.6.5-1+b1 amd64 backports of GHC deriving extensions
ii libghc-diagrams-cairo-dev 1.4.2.1-1+b2 amd64 Cairo backend for the diagrams drawing EDSL
ii libghc-diagrams-core-dev 1.5.1-1+b1 amd64 Core libraries for diagrams EDSL
ii libghc-diagrams-lib-dev 1.4.6-2+b1 amd64 Embedded domain-specific language for declarative graphics
ii libghc-diagrams-solve-dev 0.1.3-2+b1 amd64 pure Haskell solver routines used by diagrams
ii libghc-diagrams-svg-dev 1.4.3.1-2+b1 amd64 SVG backend for diagrams drawing EDSL
ii libghc-dice-dev 0.1.1-2+b1 amd64 simplistic D&D style dice-rolling system
ii libghc-dice-entropy-conduit-dev 1.0.0.3-3+b2 amd64 secure n-sided dice rolls and random sampling
ii libghc-diff-dev 0.4.1-2+b1 amd64 O(ND) diff algorithm library
ii libghc-digest-dev 0.0.1.7-1+b1 amd64 efficient cryptographic hash implementations for bytestrings
ii libghc-dimensional-dev 1.5-1+b2 amd64 statically checked physical dimensions
ii libghc-directory-tree-dev 0.12.1-8+b1 amd64 simple directory-like tree datatype, with IO functions
ii libghc-disk-free-space-dev 0.1.0.1-8+b1 amd64 retrieve information about disk space usage
ii libghc-distributive-dev 0.6.2.1-2+b1 amd64 distributive functors
ii libghc-djinn-lib-dev 0.0.1.4-2+b1 amd64 Generate Haskell code from a type
ii libghc-dlist-dev 1.0-3+b1 amd64 Haskell library for Differences lists
ii libghc-dlist-instances-dev 0.1.1.1-8+b1 amd64 difference lists instances
ii libghc-dns-dev 4.1.1-2+b1 amd64 pure Haskell DNS library
ii libghc-doclayout-dev 0.4.0.1-1+b1 amd64 Prettyprinting library for laying out text documents
ii libghc-doctemplates-dev 0.11-1 amd64 Pandoc-style document templates
ii libghc-doctest-dev 0.20.1-1+b2 amd64 test interactive Haskell examples
ii libghc-doctest-parallel-dev 0.3.0.1-1+b2 amd64 Test interactive Haskell examples
ii libghc-dotgen-dev 0.4.3-3+b1 amd64 simple interface for building .dot graph files
ii libghc-double-conversion-dev 2.0.4.2+ds1-1+b1 amd64 fast conversion between double precision floating point and text
ii libghc-dual-tree-dev 0.2.3.1-2+b1 amd64 Rose trees with cached and accumulating monoidal annotations
ii libghc-dynamic-state-dev 0.3.1-5+b1 amd64 optionally serializable dynamic state keyed by type
ii libghc-dyre-dev 0.9.2-1+b1 amd64 dynamic reconfiguration library
ii libghc-easy-file-dev 0.2.5-1+b1 amd64 Cross-platform file handling
ii libghc-echo-dev 0.1.4-2+b1 amd64 Cross-platform library for handling echoing terminal input
ii libghc-ed25519-dev 0.0.5.0-17+b1 amd64 Ed25519 cryptographic signatures
ii libghc-edit-distance-dev 0.2.2.1-13+b1 amd64 Haskell fuzzy matching
ii libghc-edit-distance-vector-dev 1.0.0.4-4+b2 amd64 Calculate edit distances and edit scripts between vectors.
ii libghc-either-dev 5.0.2-2+b1 amd64 Either monad transformer
ii libghc-email-validate-dev 2.3.2.19-3+b1 amd64 validate an email address string against RFC 5322
ii libghc-emojis-dev 0.1.3-1+b1 amd64 Conversion between emoji characters and their names
ii libghc-enclosed-exceptions-dev 1.0.3-5+b1 amd64 catching all exceptions from within an enclosed computation
ii libghc-entropy-dev 0.4.1.10-2+b1 amd64 cryptographically-strong entropy
ii libghc-enummapset-dev 0.7.1.0-1+b1 amd64 IntMap and IntSet with Enum keys/elements
ii libghc-equivalence-dev 0.4.1-2+b1 amd64 maintaining an equivalence relation
ii libghc-erf-dev 2.0.0.0-18+b1 amd64 The error function, erf, and related functions
ii libghc-errors-dev 2.3.0-5+b1 amd64 simplified error handling
ii libghc-esqueleto-dev 3.5.10.3-1+b1 amd64 type-safe EDSL for SQL on persistent backends
ii libghc-exact-pi-dev 0.5.0.2-2+b1 amd64 Exact rational multiples of pi (and integer powers of pi)
ii libghc-exception-transformers-dev 0.4.0.12-1 amd64 type classes and monads for unchecked extensible exceptions
ii libghc-executable-path-dev 0.0.3.1-6+b1 amd64 determine full path of executable
ii libghc-expiring-cache-map-dev 0.0.6.1-8+b1 amd64 general-purpose simple caching
ii libghc-extensible-exceptions-dev 0.1.1.4-13+b1 amd64 Compatibility layer for exceptions
ii libghc-extra-dev 1.7.14-1+b1 amd64 extra functions for base library
ii libghc-failure-dev 0.2.0.3-12+b1 amd64 simple type class for success/failure computations
ii libghc-fast-logger-dev 3.2.2-2+b2 amd64 a fast logging system
ii libghc-fb-dev 2.1.1.1-2 amd64 bindings to Facebook API
ii libghc-fdo-notify-dev 0.3.1-13+b2 amd64 Haskell desktop notifications
ii libghc-feed-dev 1.3.2.1-2+b3 amd64 Haskell interface to RSS and Atom feeds
ii libghc-fgl-arbitrary-dev 0.2.0.6-3+b2 amd64 QuickCheck support for fgl
ii libghc-fgl-dev 5.8.1.1-1 amd64 Haskell graph library for GHC
ii libghc-file-embed-dev 0.0.15.0-2+b1 amd64 direct file embedding library
ii libghc-file-location-dev 0.4.9.1-5+b1 amd64 common functions that show file location information
ii libghc-filelock-dev 0.1.1.7-1+b1 amd64 portable interface to file locking (flock / LockFileEx)
ii libghc-filemanip-dev 0.3.6.3-12+b1 amd64 expressive file and directory manipulation for Haskell
ii libghc-filepath-bytestring-dev 1.4.2.1.13-1+b1 amd64 library for manipulating RawFilePaths
ii libghc-filepattern-dev 0.1.3-2+b1 amd64 file path glob-like matching
ii libghc-filestore-dev 0.6.5-3+b1 amd64 Haskell interface for versioning file stores
ii libghc-filtrable-dev 0.1.6.0-3+b1 amd64 class of filtrable containers for Haskell
ii libghc-fingertree-dev 0.1.5.0-2+b1 amd64 Generic finger-tree data structure implementation in Haskell
ii libghc-finite-field-dev 0.10.0-2+b1 amd64 implementation of finite fields for Haskell
ii libghc-first-class-families-dev 0.8.0.1-2+b1 amd64 first class type families for Haskell
ii libghc-fixed-dev 0.3-3+b1 amd64 signed 15.16 precision fixed point arithmetic
ii libghc-flexible-defaults-dev 0.0.3-3+b1 amd64 generate default function implementations for complex type classes
ii libghc-floatinghex-dev 0.5-2+b1 amd64 read and write hexadecimal floating point numbers
ii libghc-fmlist-dev 0.9.4-2+b1 amd64 FoldMap lists
ii libghc-focuslist-dev 0.1.1.0-2+b2 amd64 lists with a focused element
ii libghc-fold-debounce-dev 0.2.0.11-1+b1 amd64 fold multiple events that happen in a time period
ii libghc-foldable1-classes-compat-dev 0.1-2+b1 amd64 Compatibility package for the Foldable1 and Bifoldable1 type classes
ii libghc-foldl-dev 1.4.15-1+b1 amd64 composable, streaming, and efficient left folds
ii libghc-formatting-dev 7.2.0-1+b1 amd64 combinator-based type-safe formatting
ii libghc-foundation-dev 0.0.30-1+b2 amd64 alternative prelude with batteries and no dependencies
ii libghc-free-dev 5.1.10-1+b1 amd64 Monads for free
ii libghc-from-sum-dev 0.2.3.0-3+b1 amd64 canonical fromMaybeM and fromEitherM functions
ii libghc-fsnotify-dev 0.4.1.0-1+b1 amd64 file creation/modification/deletion notification
ii libghc-gd-dev 3000.7.3-15+b2 amd64 bindings to the GD graphics library
ii libghc-generic-data-dev 1.1.0.0-1+b1 amd64 deriving instances with GHC.Generics and related utils
ii libghc-generic-deriving-dev 1.14.5-1+b1 amd64 generic programming library for generalised deriving
ii libghc-generic-lens-core-dev 2.2.1.0-2+b1 amd64 Generically derive traversals, lenses and prisms
ii libghc-generic-lens-dev 2.2.2.0-1+b1 amd64 generically derive traversals, lenses and prisms
ii libghc-generic-random-dev 1.5.0.1-2+b1 amd64 generic random generators for QuickCheck
ii libghc-generic-trie-dev 0.3.2-1+b1 amd64 a map, where the keys may be complex structured data
ii libghc-generics-sop-dev 0.5.1.3-1+b1 amd64 Generic Programming using True Sums of Products
ii libghc-geniplate-mirror-dev 0.7.9-1+b1 amd64 Use Template Haskell to generate Uniplate-like functions.
ii libghc-genvalidity-containers-dev 1.0.0.1-1+b1 amd64 GenValidity support for containers
ii libghc-genvalidity-dev 1.1.0.0-1+b1 amd64 testing utilities for the validity library
ii libghc-genvalidity-hspec-dev 1.0.0.3-1 amd64 standard specs for GenValidity instances
ii libghc-genvalidity-property-dev 1.0.0.0-3+b1 amd64 standard properties for functions on Validity types
ii libghc-getopt-generics-dev 0.13.1.0-1+b1 amd64 create command line interfaces with ease
ii libghc-ghc-events-dev 0.19.0.1-1+b2 amd64 Library for parsing GHC event log files
ii libghc-ghc-exactprint-dev 1.6.1.3-1+b2 amd64 ExactPrint for GHC
ii libghc-ghc-lib-parser-dev 9.4.7.20230826-1 amd64 the GHC API, decoupled from GHC versions
ii libghc-ghc-lib-parser-ex-dev 9.4.0.0-1+b1 amd64 algorithms on GHC parse trees
ii libghc-ghc-paths-dev 0.1.0.12-3+b1 amd64 knowledge of GHC's installation directories
ii libghc-ghc-tcplugins-extra-dev 0.4.5-1+b1 amd64 Utilities for writing GHC type-checker plugins
ii libghc-ghc-typelits-extra-dev 0.4.6-1+b1 amd64 Additional type-level operations on GHC.TypeLits.Nat
ii libghc-ghc-typelits-knownnat-dev 0.7.9-1+b1 amd64 Derive KnownNat constraints from other KnownNat constraints
ii libghc-ghc-typelits-natnormalise-dev 0.7.9-1+b1 amd64 GHC typechecker plugin for types of kind GHC.TypeLits.Nat
ii libghc-gi-atk-dev 2.0.27-1+b4 amd64 ATK bindings
ii libghc-gi-cairo-connector-dev 0.1.1-2+b3 amd64 GI friendly Binding to the Cairo library
ii libghc-gi-cairo-dev 1.0.29-1+b4 amd64 Cairo bindings
ii libghc-gi-cairo-render-dev 0.1.2-2+b2 amd64 GI friendly Binding to the Cairo library.
ii libghc-gi-dbusmenu-dev 0.4.13-1+b4 amd64 DBusMenu bindings
ii libghc-gi-freetype2-dev 2.0.4-1+b4 amd64 freetype2 bindings
ii libghc-gi-gdk-dev 3.0.28-1+b5 amd64 GDK bindings
ii libghc-gi-gdkpixbuf-dev 2.0.31-1+b4 amd64 GdkPixbuf bindings
ii libghc-gi-gdkx11-dev 3.0.15-1+b5 amd64 GDKX11 bindings
ii libghc-gi-gio-dev 2.0.32-1+b4 amd64 Gio bindings
ii libghc-gi-glib-dev 2.0.29-1+b4 amd64 GLib bindings
ii libghc-gi-gmodule-dev 2.0.5-1+b4 amd64 GModule bindings
ii libghc-gi-gobject-dev 2.0.30-1+b4 amd64 GObject bindings
ii libghc-gi-harfbuzz-dev 0.0.9-1+b4 amd64 HarfBuzz bindings
ii libghc-gi-pango-dev 1.0.29-1+b5 amd64 Pango bindings
ii libghc-gi-xlib-dev 2.0.13-1+b4 amd64 Xlib bindings
ii libghc-gio-dev 0.13.10.0-1+b2 amd64 binding to the GIO
ii libghc-git-lfs-dev 1.2.1-1+b1 amd64 git-lfs protocol for Haskell
ii libghc-githash-dev 0.1.7.0-1+b1 amd64 Compile git revision info into Haskell projects
ii libghc-github-dev 0.28.0.1-1 amd64 Haskell Github API
ii libghc-gitrev-dev 1.3.1-6+b1 amd64 compile git revision info into Haskell projects
ii libghc-glib-dev 0.13.10.0-1+b2 amd64 Binding to the GLIB library for Gtk2Hs
ii libghc-glob-dev 0.10.2-2+b1 amd64 library matching glob patterns against file paths
ii libghc-gloss-dev 1.13.2.2-1+b1 amd64 Painless 2D vector graphics, animations and simulations.
ii libghc-gloss-rendering-dev 1.13.1.2-1+b1 amd64 Gloss picture data types and rendering functions.
ii libghc-gluraw-dev 2.0.0.5-2+b1 amd64 Raw binding for the OpenGL graphics system
ii libghc-glut-dev 2.7.0.16-3+b1 amd64 Haskell GLUT binding for GHC
ii libghc-graphscc-dev 1.0.4-8+b1 amd64 Tarjan's algorithm for computing the SCCs of a graph
ii libghc-graphviz-dev 2999.20.1.0-2+b2 amd64 bindings to Graphviz for graph visualization
ii libghc-gridtables-dev 0.1.0.0-1+b1 amd64 parser for reStructuredText-style grid tables
ii libghc-groups-dev 0.5.3-2+b1 amd64 Haskell 98 groups
ii libghc-gsasl-dev 0.3.7-3+b1 amd64 bindings for GNU SASL
ii libghc-gtk-dev 0.15.8-1+b2 amd64 binding to the Gtk+ graphical user interface library
ii libghc-gtk-traymanager-dev 1.0.1-6+b2 amd64 bindings for eggtraymanager (GTK+)
ii libghc-gtk3-dev 0.15.8-1+b2 amd64 binding to the Gtk+ graphical user interface library
ii libghc-hackage-security-dev 0.6.2.3-2 amd64 Hackage security library
ii libghc-haddock-library-dev 1.11.0-1+b1 amd64 library exposing some functionality of Haddock
ii libghc-hakyll-dev 4.16.2.0-2+b5 amd64 static website compiler library
ii libghc-half-dev 0.3.1-2+b1 amd64 half-precision floating-point
ii libghc-happstack-hsp-dev 7.3.7.7-1+b2 amd64 support for using HSP templates in Happstack
ii libghc-happstack-jmacro-dev 7.0.12.5-1+b1 amd64 Support for using JMacro with Happstack
ii libghc-happstack-server-dev 7.8.0.2-2+b2 amd64 Happstack web framework, HTTP server
ii libghc-harp-dev 0.4.3.6-1+b1 amd64 Haskell support for regexp based pattern matching
ii libghc-hashable-dev 1.4.3.0-1+b1 amd64 class for types that can be converted to a hash value
ii libghc-hashtables-dev 1.3.1-1+b2 amd64 mutable hash tables
ii libghc-haskell-gi-base-dev 0.26.4-3+b2 amd64 Foundation for libraries generated by haskell-gi
ii libghc-haskell-gi-dev 0.26.7-4 amd64 generate Haskell bindings for GI-capable libraries
ii libghc-haskell-lexer-dev 1.1.1-1+b1 amd64 A fully compliant Haskell 98 lexer
ii libghc-haskell-src-dev 1.0.4-2+b1 amd64 Haskell module to manipulate Haskell source
ii libghc-haxml-dev 1:1.25.13-1+b1 amd64 GHC libraries for using XML documents with Haskell
ii libghc-haxr-dev 3000.11.5-1+b2 amd64 XML-RPC client and server library for Haskell
ii libghc-hclip-dev 3.0.0.4-10+b1 amd64 library to read/modify the system clipboard
ii libghc-hcwiid-dev 0.0.6.1-6+b2 amd64 Library to interface with the wiimote
ii libghc-hdbc-dev 2.4.0.4-2+b1 amd64 Haskell Database Connectivity, GHC package
ii libghc-hdbc-session-dev 0.1.2.0-5+b1 amd64 bracketed connection for HDBC
ii libghc-hdf5-dev 1.8.11-1+b2 amd64 Haskell interface to the HDF5 scientific data storage library.
ii libghc-heaps-dev 0.4-2+b1 amd64 asymptotically optimal Brodal/Okasaki heaps.
ii libghc-hedgehog-classes-dev 0.2.5.4-1+b1 amd64 Hedgehog will eat your typeclass bugs
ii libghc-hedgehog-dev 1.2-1+b2 amd64 Hedgehog will eat all your bugs
ii libghc-hedis-dev 0.15.2-1 amd64 client library for the Redis datastore
ii libghc-heist-dev 1.1.1.1-1+b1 amd64 template system supporting both HTML5 and XML
ii libghc-here-dev 1.2.14-1+b1 amd64 Here documents and interpolated strings via quasiquotation
ii libghc-heredoc-dev 0.2.0.0-8+b1 amd64 multi-line string / here document using QuasiQuotes
ii libghc-heterocephalus-dev 1.0.5.7-2+b1 amd64 type-safe template engine for popular front-end tools
ii libghc-hex-dev 0.2.0-2+b1 amd64 convert strings into hexadecimal and back
ii libghc-hgmp-dev 0.1.2.1-1 amd64 Haskell interface to GMP
ii libghc-hi-file-parser-dev 0.1.5.0-1 amd64 Parser for GHC's hi files
ii libghc-hierarchical-clustering-dev 0.4.7-3+b1 amd64 fast algorithms for single, average/UPGMA and complete linkage clustering
ii libghc-hindent-dev 5.3.4-1+b6 amd64 Extensible Haskell pretty printer
ii libghc-hinotify-dev 0.4.1-2+b1 amd64 Haskell inotify library
ii libghc-hint-dev 0.9.0.7-1+b2 amd64 runtime Haskell interpreter (GHC API wrapper)
ii libghc-hjsmin-dev 0.2.1-1+b1 amd64 JavaScript minifier
ii libghc-hledger-dev 1.30.1-1 amd64 CLI libraries for hledger
ii libghc-hledger-lib-dev 1.30-1 amd64 core data types, parsers and utilities for the hledger accounting tool
ii libghc-hmatrix-dev 0.20.2-3 amd64 Linear algebra in Haskell
ii libghc-hmatrix-gsl-dev 0.19.0.1-4+b1 amd64 numerical computation
ii libghc-hoauth2-dev 2.8.0-1 amd64 OAuth2 authentication for Haskell
ii libghc-hoogle-dev 5.0.18.3+dfsg1-5 amd64 Haskell API Search
ii libghc-hookup-dev 0.7-2+b2 amd64 abstraction over network connections with SOCKS5 and TLS
ii libghc-hopenpgp-dev 2.9.8-2+b2 amd64 implementation of OpenPGP (RFC4880)
ii libghc-hosc-dev 0.20-1+b1 amd64 Haskell Open Sound Control
ii libghc-hostname-dev 1.0-17+b1 amd64 providing a cross-platform means of determining the hostname
ii libghc-hourglass-dev 0.2.12-5+b1 amd64 simple performant time-related library
ii libghc-hpack-dev 0.35.2-1+b1 amd64 alternative format for Haskell packages
ii libghc-hs-bibutils-dev 6.10.0.0-5+b1 amd64 Haskell bindings to bibutils library
ii libghc-hsemail-dev 2.2.1-2+b1 amd64 Haskell parser for emails and SMTP conversations
ii libghc-hsini-dev 0.5.2.2-1 amd64 user configuration files (INI) parser
ii libghc-hslogger-dev 1.3.1.0+dfsg-2+b1 amd64 logging framework for Haskell
ii libghc-hslua-aeson-dev 2.3.0.1-1+b1 amd64 Allow aeson data types to be used with Lua.
ii libghc-hslua-classes-dev 2.3.0-1+b1 amd64 Type classes for HsLua
ii libghc-hslua-cli-dev 1.4.1-1 amd64 command-line interface for Lua
ii libghc-hslua-core-dev 2.3.1-1+b1 amd64 Lua bindings for Haskell
ii libghc-hslua-dev 2.3.0-1+b1 amd64 Lua language interpreter embedding in Haskell
ii libghc-hslua-list-dev 1.1.1-2+b1 amd64 Opinionated, but extensible Lua list type.
ii libghc-hslua-marshalling-dev 2.3.0-1+b1 amd64 Marshalling of values between Haskell and Lua
ii libghc-hslua-module-doclayout-dev 1.1.0-2 amd64 Lua module wrapping Text.DocLayout
ii libghc-hslua-module-path-dev 1.1.0-1+b1 amd64 Lua module to work with file paths.
ii libghc-hslua-module-system-dev 1.1.0.1-1+b1 amd64 Lua module wrapper around Haskell's System module
ii libghc-hslua-module-text-dev 1.1.0.1-1+b1 amd64 Lua module for text
ii libghc-hslua-module-version-dev 1.1.0-1+b1 amd64 Lua module to work with version specifiers.
ii libghc-hslua-module-zip-dev 1.1.0-3 amd64 Lua module to work with file zips
ii libghc-hslua-objectorientation-dev 2.3.0-1+b1 amd64 Object orientation tools for HsLua
ii libghc-hslua-packaging-dev 2.3.0-1+b1 amd64 Utilities to build Lua modules.
ii libghc-hslua-repl-dev 0.1.1-2 amd64 Isocline-based Lua REPL
ii libghc-hslua-typing-dev 0.1.0-2+b1 amd64 type specifiers for Lua in Haskell
ii libghc-hsopenssl-dev 0.11.7.6-1+b2 amd64 partial OpenSSL binding for Haskell
ii libghc-hsopenssl-x509-system-dev 0.1.0.4-2+b2 amd64 use system's native CA certificate store with HsOpenSSL
ii libghc-hsp-dev 0.10.0-11+b1 amd64 Haskell library for dynamic server-side web pages
ii libghc-hspec-attoparsec-dev 0.1.0.2-9+b1 amd64 utility functions for testing your attoparsec parsers with hspec
ii libghc-hspec-contrib-dev 0.5.2-1+b1 amd64 contributed functionality for Hspec
ii libghc-hspec-core-dev 2.10.10-1+b1 amd64 testing Framework for Haskell
ii libghc-hspec-dev 2.10.10-1+b1 amd64 behavior-driven development for Haskell
ii libghc-hspec-expectations-dev 0.8.2-6+b1 amd64 catchy combinators for HUnit
ii libghc-hspec-hedgehog-dev 0.0.1.2-5+b2 amd64 Integrate Hedgehog and Hspec!
ii libghc-hspec-megaparsec-dev 2.2.0-2+b1 amd64 utility functions for testing Megaparsec parsers with Hspec
ii libghc-hspec-smallcheck-dev 0.5.3-1+b1 amd64 SmallCheck support for the Hspec testing framework
ii libghc-hspec-wai-dev 0.11.1-2+b1 amd64 hspec support for testing WAI applications
ii libghc-hstringtemplate-dev 0.8.8-3+b1 amd64 Haskell port of the Java library StringTemplate
ii libghc-hsx-jmacro-dev 7.3.8.2-2+b1 amd64 HSP/JMacro integration
ii libghc-hsx2hs-dev 0.14.1.11-1+b1 amd64 literal XML syntax in Haskell source code
ii libghc-hsyslog-dev 5.0.2-4+b1 amd64 syslog bindings for Haskell
ii libghc-html-conduit-dev 1.3.2.2-2+b3 amd64 parse HTML documents using xml-conduit datatypes
ii libghc-html-dev 1.0.1.2-18+b1 amd64 Haskell html library for GHC
ii libghc-http-api-data-dev 0.5-1+b2 amd64 converting to/from HTTP API data
ii libghc-http-client-dev 0.7.14-1+b1 amd64 HTTP client engine
ii libghc-http-client-restricted-dev 0.0.5-2 amd64 restrict the servers that Haskell's http-client will use
ii libghc-http-client-tls-dev 0.3.6.1-2 amd64 http-client backend using connection and tls libraries
ii libghc-http-common-dev 0.8.3.4-2+b1 amd64 common types for HTTP clients and servers
ii libghc-http-conduit-dev 2.3.8.1-2+b1 amd64 HTTP client package with conduit interface and HTTPS support
ii libghc-http-date-dev 0.0.11-2+b1 amd64 HTTP Date parser/formatter
ii libghc-http-dev 1:4000.4.1-1+b1 amd64 GHC libraries for the Haskell HTTP client library
ii libghc-http-download-dev 0.2.0.0-4 amd64 Verified downloads with retries
ii libghc-http-link-header-dev 1.2.1-2+b2 amd64 parser/writer for RFC 5988's HTTP Link header
ii libghc-http-media-dev 0.8.1.1-1 amd64 processing HTTP Content-Type and Accept headers
ii libghc-http-reverse-proxy-dev 0.6.0.1-2+b2 amd64 reverse-proxy HTTP requests, either over raw sockets or with WAI
ii libghc-http-streams-dev 0.8.9.8-1+b2 amd64 An HTTP client using io-streams
ii libghc-http-types-dev 0.12.3-6+b1 amd64 Generic HTTP types (for both client and server code)
ii libghc-http2-dev 4.1.4-1 amd64 HTTP/2.0 library including frames and HPACK
ii libghc-hunit-dev 1.6.2.0-2+b1 amd64 Haskell unit testing framework for GHC
ii libghc-hxt-charproperties-dev 9.5.0.0-2+b1 amd64 Character properties and classes for XML and Unicode
ii libghc-hxt-curl-dev 9.1.1.1-12+b2 amd64 LibCurl interface for HXT
ii libghc-hxt-dev 9.3.1.22-2+b1 amd64 collection of tools for processing XML with Haskell
ii libghc-hxt-http-dev 9.1.5.2-13+b1 amd64 Interface to native Haskell HTTP package HTTP
ii libghc-hxt-regex-xmlschema-dev 9.2.0.7-2+b1 amd64 W3C XML Schema regular expressions library
ii libghc-hxt-relaxng-dev 9.1.5.5-14+b1 amd64 HXT RelaxNG validator
ii libghc-hxt-tagsoup-dev 9.1.4-8+b1 amd64 TagSoup parser for HXT
ii libghc-hxt-unicode-dev 9.0.2.4-11+b1 amd64 Unicode en-/decoding functions
ii libghc-iconv-dev 0.4.1.3-10+b1 amd64 string-encoding conversion
ii libghc-idna-dev 0.3.0-13+b2 amd64 Implements IDNA (RFC 3490)
ii libghc-ieee754-dev 0.8.0-6+b1 amd64 Utilities for dealing with IEEE floating point numbers
ii libghc-ifelse-dev 0.85-18+b1 amd64 anaphoric and miscellaneous useful control-flow
ii libghc-incremental-parser-dev 0.5.0.5-1+b1 amd64 generic incremental parsers
ii libghc-indexed-profunctors-dev 0.1.1.1-1+b1 amd64 Utilities for indexed profunctors
ii libghc-indexed-traversable-dev 0.1.3-1 amd64 Indexed Traversables for Haskell
ii libghc-indexed-traversable-instances-dev 0.1.1.2-1+b1 amd64 Extra instances for indexed traversables in Haskell
ii libghc-infer-license-dev 0.2.0-5+b1 amd64 infer software license from a given license file
ii libghc-infinite-list-dev 0.1-2+b1 amd64 infinite lists
ii libghc-ini-dev 0.4.2-2+b1 amd64 quick and easy configuration files in the INI format
ii libghc-inline-c-dev 0.9.1.10-1 amd64 inline C code without FFI in Haskell source
ii libghc-input-parsers-dev 0.3.0.1-1+b1 amd64 Extension of the parsers library
ii libghc-inspection-testing-dev 0.5.0.2-1+b2 amd64 GHC plugin to do inspection testing
ii libghc-integer-logarithms-dev 1.0.3.1-3+b1 amd64 integer logarithms
ii libghc-intern-dev 0.9.5-1 amd64 hash consing for data types - libraries
ii libghc-interpolate-dev 0.2.1-3+b1 amd64 string interpolation done right
ii libghc-intervals-dev 0.9.2-2+b1 amd64 Haskell data type for intervals
ii libghc-invariant-dev 0.6.2-1+b1 amd64 Haskell98 invariant functors
ii libghc-io-storage-dev 0.3-16+b1 amd64 key-value store in the IO monad
ii libghc-io-streams-dev 1.5.2.2-2+b1 amd64 simple, composable, and easy-to-use stream I/O
ii libghc-io-streams-haproxy-dev 1.0.1.0-5+b1 amd64 HAProxy protocol 1.5 support for io-streams
ii libghc-iospec-dev 0.3.1.2-1+b1 amd64 Pure specification of the IO monad
ii libghc-iproute-dev 1.7.12-2+b1 amd64 Haskell IP routing table
ii libghc-ipynb-dev 0.2-2+b1 amd64 Data structure for working with Jupyter notebooks (ipynb).
ii libghc-irc-core-dev 2.12-1 amd64 IRC connection library
ii libghc-irc-dev 0.6.1.0-12+b1 amd64 Haskell IRC library
ii libghc-iso8601-time-dev 0.1.5-5+b1 amd64 convert to/from the ISO 8601 time format
ii libghc-isocline-dev 1.0.9-2 amd64 Portable alternative to GNU Readline
ii libghc-isomorphism-class-dev 0.1.0.10-1 amd64 Isomorphism typeclass solving the conversion problem
ii libghc-iwlib-dev 0.1.2-2+b2 amd64 binding to the iw library
ii libghc-ixset-typed-dev 0.5.1.0-2+b1 amd64 efficient relational queries on Haskell sets
ii libghc-jira-wiki-markup-dev 1.5.1-1+b1 amd64 Handle Jira wiki markup
ii libghc-jmacro-dev 0.6.18-1+b1 amd64 library for programmatic generation of JavaScript
ii libghc-js-dgtable-dev 0.5.2-4+b1 amd64 obtain minified jquery.dgtable code
ii libghc-js-flot-dev 0.8.3-11+b1 amd64 bundles the jQuery Flot code into a Haskell package
ii libghc-js-jquery-data 3.3.1-5 all bundles the minified jQuery code into a Haskell package
ii libghc-js-jquery-dev 3.3.1-5+b1 amd64 bundles the minified jQuery code into a Haskell package
ii libghc-json-dev 0.10-3+b1 amd64 Haskell library for serialising data to and from JSON
ii libghc-juicypixels-dev 3.3.8-1+b2 amd64 Haskell picture loading and serialization library
ii libghc-jwt-dev 0.11.0-2 amd64 JSON Web Token (JWT) decoding and encoding
ii libghc-kan-extensions-dev 5.2.5-2+b1 amd64 Kan extensions, Kan lifts, etc.
ii libghc-keys-dev 3.12.3-3+b1 amd64 Keyed functors and containers
ii libghc-knob-dev 0.2.2-1+b1 amd64 Haskell library for memory-backed handles
ii libghc-kvitable-dev 1.0.2.1-1+b1 amd64 Key/Value Indexed Table container and formatting library
ii libghc-lambdabot-core-dev 5.3.1.1-1 amd64 Lambdabot core functionality
ii libghc-lambdabot-haskell-plugins-dev 5.3.1.1-1+b1 amd64 Lambdabot Haskell plugins
ii libghc-lambdabot-irc-plugins-dev 5.3.1.1-1 amd64 IRC plugins for lambdabot
ii libghc-lambdabot-misc-plugins-dev 5.3.1.1-1 amd64 Lambdabot miscellaneous plugins
ii libghc-lambdabot-novelty-plugins-dev 5.3.1.1-1 amd64 novelty plugins for Lambdabot
ii libghc-lambdabot-reference-plugins-dev 5.3.1.1-1 amd64 Lambdabot reference plugins
ii libghc-lambdabot-social-plugins-dev 5.3.1.1-1 amd64 social plugins for Lambdabot
ii libghc-lambdabot-trusted-dev 5.3.1.1-1 amd64 Lambdabot trusted code
ii libghc-lambdahack-dev 0.11.0.0-4 amd64 tactical squad ASCII roguelike dungeon crawler game engine
ii libghc-language-c-dev 0.9.2-1+b1 amd64 Haskell library for the analysis and generation of C code
ii libghc-language-c99-dev 0.2.0-2+b1 amd64 Impl. of C99 AST that strictly follows the standard
ii libghc-language-c99-simple-dev 0.3.0-1 amd64 C-like AST to simplify writing C99 programs.
ii libghc-language-c99-util-dev 0.2.0-2+b1 amd64 Utilities for language-c99.
ii libghc-language-glsl-dev 0.3.0-3+b1 amd64 GLSL abstract syntax tree, parser, and pretty-printer
ii libghc-language-javascript-dev 0.7.1.0-3+b1 amd64 JavaScript parser
ii libghc-language-python-dev 0.5.8-3+b1 amd64 parsing and pretty printing of Python code
ii libghc-lazy-csv-dev 0.5.1-6+b1 amd64 efficient lazy parsers for CSV (comma-separated values)
ii libghc-lazysmallcheck-dev 0.6-14+b1 amd64 A library for demand-driven testing of Haskell programs
ii libghc-lens-action-dev 0.2.6-2+b1 amd64 Monadic Getters and Folds
ii libghc-lens-aeson-dev 1.2.3-1+b1 amd64 law-abiding lenses for aeson
ii libghc-lens-dev 5.2.3-1+b1 amd64 Lenses, Folds and Traversals
ii libghc-lens-family-core-dev 2.1.2-2+b1 amd64 Haskell 98 Lens Families
ii libghc-libbf-dev 0.6.6-2 amd64 Binding to the libBF library
ii libghc-libffi-dev 0.2.1-1+b1 amd64 A binding to libffi
ii libghc-libmpd-dev 0.10.0.0-2+b1 amd64 MPD client library
ii libghc-libxml-sax-dev 0.7.5-13+b1 amd64 bindings for libXML2 SAX
ii libghc-libyaml-dev 0.1.2-3+b2 amd64 low-level, streaming YAML interface.
ii libghc-lift-type-dev 0.1.1.1-1+b1 amd64 Lift a type from a Typeable constraint to a Template Haskell type
ii libghc-lifted-async-dev 0.10.2.4-1+b1 amd64 operations from async lifted to MonadBase
ii libghc-lifted-base-dev 0.2.3.12-5+b1 amd64 Lifted IO operations from the base library
ii libghc-linear-dev 1.22-1+b1 amd64 Linear Algebra
ii libghc-list-dev 0.6.2-2+b1 amd64 list monad transformer and class
ii libghc-listlike-dev 4.7.8.2-1 amd64 Generic support for list-like structures
ii libghc-load-env-dev 0.2.1.0-4+b1 amd64 load environment variables from a file
ii libghc-log-domain-dev 0.13.2-2+b1 amd64 log-domain arithmetic
ii libghc-logging-facade-dev 0.3.1-2+b1 amd64 simple logging abstraction that allows multiple backends
ii libghc-logict-dev 0.8.0.0-1+b1 amd64 Backtracking logic-programming monad
ii libghc-lpeg-dev 1.0.4-1+b1 amd64 LPeg – Parsing Expression Grammars For Lua
ii libghc-lrucache-dev 1.2.0.1-4+b1 amd64 simple, pure least-recent-used cache
ii libghc-lua-arbitrary-dev 1.0.1.1-1+b1 amd64 Arbitrary instances for Lua types
ii libghc-lua-dev 2.3.1+ds1-1+b1 amd64 Lua bindings for Haskell
ii libghc-lucid-dev 2.11.20230408-1+b1 amd64 clear to write, read, and edit DSL for HTML
ii libghc-lucid-svg-dev 0.7.1.1-1+b1 amd64 DSL for SVG using lucid for HTML
ii libghc-lukko-dev 0.1.1.3-4+b1 amd64 file locking
ii libghc-lumberjack-dev 1.0.3.0-1+b1 amd64 Trek through your code forest and make logs
ii libghc-lzma-dev 0.0.1.0-1+b1 amd64 LZMA/XZ compression and decompression
ii libghc-managed-dev 1.0.10-1+b1 amd64 monad for managed values
ii libghc-map-syntax-dev 0.3-8+b1 amd64 syntax sugar for defining maps
ii libghc-markdown-dev 0.1.17.5-2+b3 amd64 convert Markdown to HTML, with XSS protection
ii libghc-markdown-unlit-dev 0.5.1-2+b1 amd64 Literate Haskell support for Markdown
ii libghc-math-functions-dev 0.3.4.2-2+b2 amd64 Special functions and Chebyshev polynomials
ii libghc-megaparsec-dev 9.3.1-1+b1 amd64 monadic parser combinators
ii libghc-memoize-dev 1.1.2-2+b1 amd64 Memoization for haskell functions
ii libghc-memory-dev 0.18.0-2+b1 amd64 memory and related abstraction stuff
ii libghc-memotrie-dev 0.6.11-1+b1 amd64 trie-based memo functions
ii libghc-mersenne-random-pure64-dev 0.2.2.0-6+b1 amd64 Fast pure pseudorandom number generator
ii libghc-microlens-aeson-dev 2.5.1-1+b1 amd64 Law-abiding lenses for Aeson, using microlens
ii libghc-microlens-dev 0.4.13.1-1+b1 amd64 a tiny part of the lens library with no dependencies
ii libghc-microlens-ghc-dev 0.4.14.2-1 amd64 microlens + array, bytestring, containers, transformers
ii libghc-microlens-mtl-dev 0.2.0.3-1+b1 amd64 microlens support for Reader/Writer/State from mtl
ii libghc-microlens-platform-dev 0.4.3.4-1 amd64 feature-complete microlens
ii libghc-microlens-th-dev 0.4.3.14-1 amd64 Automatic generation of record lenses for microlens
ii libghc-microspec-dev 0.2.1.3-5+b1 amd64 tiny QuickCheck test library with minimal dependencies
ii libghc-microstache-dev 1.0.2.3-1+b1 amd64 alternative Mustache templates
ii libghc-mime-dev 0.4.0.2-10+b1 amd64 working with MIME types
ii libghc-mime-mail-dev 0.5.1-2+b1 amd64 Library to compose MIME email messages
ii libghc-mime-mail-ses-dev 0.4.3-2 amd64 send mime-mail messages via Amazon SES
ii libghc-mime-types-dev 0.1.1.0-2+b1 amd64 mime-type handling types and functions
ii libghc-minimorph-dev 0.3.0.1-2+b1 amd64 English-spelling functions with an emphasis on simplicity
ii libghc-miniutter-dev 0.5.1.2-2+b1 amd64 simple English clause creation from arbitrary words
ii libghc-misfortune-dev 0.1.2.1-3 amd64 fortune-mod clone
ii libghc-missingh-dev 1.6.0.1-1 amd64 Library of utility functions for Haskell
ii libghc-mmap-dev 0.5.9-10+b1 amd64 Memory mapped files for POSIX and Windows
ii libghc-mmorph-dev 1.2.0-2+b1 amd64 monad morphisms
ii libghc-mockery-dev 0.3.5-6+b1 amd64 support functions for automated testing
ii libghc-mod-dev 0.2.0.1-1+b1 amd64 fast type-safe modular arithmetic
ii libghc-monad-chronicle-dev 1.0.1-2+b1 amd64 These as a transformer, ChronicleT
ii libghc-monad-control-dev 1.0.3.1-2+b1 amd64 Monad transformers to lift control operations
ii libghc-monad-journal-dev 0.8.1-6+b1 amd64 pure logger typeclass and monad transformer
ii libghc-monad-logger-dev 0.3.40-1+b2 amd64 a class of monads which can log messages
ii libghc-monad-loops-dev 0.4.3-10+b1 amd64 monadic looping
ii libghc-monad-memo-dev 0.5.4-2+b1 amd64 memoization monad transformer
ii libghc-monad-par-dev 0.3.6-1 amd64 parallel programming based on a monad
ii libghc-monad-par-extras-dev 0.3.3-13+b1 amd64 Combinators and extra features for Par monads
ii libghc-monadlib-dev 3.10.1-2+b1 amd64 collection of monad transformers
ii libghc-monadlist-dev 0.0.2-6+b1 amd64 Monadic versions of list functions
ii libghc-monadprompt-dev 1.0.0.5-12+b1 amd64 MonadPrompt, implementation & examples
ii libghc-monadrandom-dev 0.6-1+b1 amd64 random-number generation monad
ii libghc-monads-tf-dev 0.1.0.3-8+b1 amd64 monad classes, using type families
ii libghc-mono-traversable-dev 1.0.15.3-3+b2 amd64 typeclasses for mapping/folding/traversing monomorphic containers
ii libghc-mono-traversable-instances-dev 0.1.1.0-3+b2 amd64 extra typeclass instances for mono-traversable
ii libghc-monoid-extras-dev 0.6.2-1+b1 amd64 Various extra monoid-related definitions and utilities
ii libghc-monoid-subclasses-dev 1.2.4-1 amd64 subclasses of Monoid
ii libghc-mountpoints-dev 1.0.2-8+b1 amd64 list mount points
ii libghc-mtlparse-dev 0.1.4.0-12+b1 amd64 Parser combinators for monad transformation
ii libghc-mueval-dev 0.9.3-7+b1 amd64 safely evaluate pure Haskell expressions
ii libghc-multimap-dev 1.2.1-5+b1 amd64 maps with multiple values per key
ii libghc-multipart-dev 0.2.1-2+b1 amd64 HTTP multipart support
ii libghc-multiset-comb-dev 0.2.4.2-1+b1 amd64 combinatorial algorithms over multisets
ii libghc-multistate-dev 0.8.0.4-2 amd64 equivalent of multiple RWST in the same stack
ii libghc-murmur-hash-dev 0.1.0.10-2+b1 amd64 MurmurHash2 implementation for Haskell.
ii libghc-musicbrainz-dev 0.4.1-4 amd64 interface to MusicBrainz XML2/JSON web services
ii libghc-mustache-dev 2.4.2-1 amd64 Haskell implementation of Mustache templates
ii libghc-mutable-containers-dev 0.3.4.1-2+b2 amd64 abstactions and concrete implementations of mutable containers
ii libghc-mwc-random-dev 0.15.0.2-2+b2 amd64 Fast, high quality pseudo random number generation
ii libghc-names-th-dev 0.3.0.1-3+b1 amd64 Manipulate name strings for TH
ii libghc-nanospec-dev 0.2.2-5+b1 amd64 lightweight implementation of a subset of Hspec's API
ii libghc-natural-transformation-dev 0.4-8+b1 amd64 natural transformations
ii libghc-neat-interpolation-dev 0.5.1.4-1 amd64 quasiquoter for simple multiline text interpolation
ii libghc-nettle-dev 0.3.0-6+b2 amd64 safe bindings to nettle crypto library
ii libghc-netwire-dev 5.0.3-5+b1 amd64 flexible wire arrows for FRP
ii libghc-network-bsd-dev 2.8.1.0-4+b1 amd64 POSIX network database netdb.h API
ii libghc-network-byte-order-dev 0.1.7-1 amd64 network byte-order utility functions
ii libghc-network-conduit-tls-dev 1.3.2-6+b1 amd64 create TLS-aware network code with conduits
ii libghc-network-control-dev 0.0.2-2 amd64 Library to control network protocols
ii libghc-network-dev 3.1.4.0-1+b1 amd64 Haskell low-level network library
ii libghc-network-info-dev 0.2.1-2+b1 amd64 listing network interfaces in Haskell
ii libghc-network-multicast-dev 0.3.2-3+b1 amd64 Haskell multicast networking
ii libghc-network-run-dev 0.2.6-1+b1 amd64 Simple network runner library
ii libghc-network-uri-dev 2.6.4.2-1+b1 amd64 URI manipulation
ii libghc-newtype-dev 0.2.2.0-3+b1 amd64 A typeclass for working with newtypes
ii libghc-newtype-generics-dev 0.6.2-2+b1 amd64 Typeclass and set of functions for working with newtypes
ii libghc-nonce-dev 1.0.7-6+b1 amd64 generate cryptographic nonces
ii libghc-nothunks-dev 0.1.4-2+b1 amd64 Examine values for unexpected thunks
ii libghc-numbers-dev 3000.2.0.2-5+b1 amd64 Various number types
ii libghc-numeric-extras-dev 0.1-8+b1 amd64 Useful tools from the C standard library
ii libghc-numinstances-dev 1.4-11+b1 amd64 Instances of numeric classes for functions and tuples
ii libghc-numtype-dk-dev 0.5.0.3-2+b1 amd64 type-level integers without fundeps
ii libghc-objectname-dev 1.1.0.2-2+b1 amd64 Explicitly handled object names
ii libghc-oeis-dev 0.3.10-3 amd64 Interface to the Online Encyclopedia of Integer Sequences
ii libghc-ofx-dev 0.4.4.0-3+b1 amd64 parser for Open Financial Exchange (OFX) financial data
ii libghc-old-locale-dev 1.0.0.7-11+b1 amd64 locale library
ii libghc-old-time-dev 1.1.0.3-12+b1 amd64 time library
ii libghc-onetuple-dev 0.4.1.1-1+b1 amd64 singleton tuple
ii libghc-only-dev 0.1-5+b1 amd64 1-tuple type or single-value "collection"
ii libghc-oo-prototypes-dev 0.1.0.0-10+b1 amd64 Support for OO-like prototypes
ii libghc-open-browser-dev 0.2.1.0-9+b1 amd64 open a web browser from Haskell
ii libghc-opengl-dev 3.0.3.0-4+b1 amd64 Haskell OpenGL binding for GHC
ii libghc-openglraw-dev 3.3.4.1-2+b1 amd64 Raw binding for the OpenGL graphics system
ii libghc-openpgp-asciiarmor-dev 0.1.2-4+b1 amd64 OpenPGP (RFC4880) ASCII Armor codec
ii libghc-openssl-streams-dev 1.2.3.0-2+b2 amd64 OpenSSL network support for io-streams
ii libghc-operational-dev 0.2.4.2-1+b1 amd64 implementation of difficult monads made easy with operational semantics
ii libghc-optional-args-dev 1.0.2-4+b1 amd64 optional function arguments
ii libghc-options-dev 1.2.1.1-11+b1 amd64 Haskell library for parsing command-line options
ii libghc-optparse-applicative-dev 0.17.1.0-1+b1 amd64 utilities and combinators for parsing command-line options
ii libghc-optparse-simple-dev 0.1.1.4-2+b1 amd64 simple interface to optparse-applicative
ii libghc-ordered-containers-dev 0.2.3-1+b1 amd64 Ordered Containers for Haskell
ii libghc-ormolu-dev 0.5.3.0-1+b1 amd64 formatter for Haskell source code
ii libghc-pager-dev 0.1.1.0-1 amd64 open up a pager, like 'less' or 'more'
ii libghc-pandoc-dev 3.1.3-1 amd64 Conversion between markup formats
ii libghc-pandoc-lua-engine-dev 0.2.0.1-1 amd64 Lua engine to power custom pandoc conversions
ii libghc-pandoc-lua-marshal-dev 0.2.2-1+b1 amd64 Use pandoc types in Lua
ii libghc-pandoc-server-dev 0.1.0.2-3+b3 amd64 Pandoc document conversion as an HTTP servant-server
ii libghc-pandoc-types-dev 1.23.1-1+b1 amd64 Haskell data types to represent structured documents
ii libghc-pango-dev 0.13.10.0-1+b2 amd64 binding to the Pango text rendering engine
ii libghc-panic-dev 0.4.0.1-4+b1 amd64 convenient way to panic
ii libghc-pantry-dev 0.8.3-1+b1 amd64 Content addressable Haskell package management
ii libghc-parallel-dev 3.2.2.0-5+b1 amd64 Haskell parallel programming library for GHC
ii libghc-parameterized-utils-dev 2.1.7.0-1+b1 amd64 Classes/data structures for data-kind indexed types
ii libghc-parseargs-dev 0.2.0.9-4+b1 amd64 Command-line argument parsing library
ii libghc-parsec-numbers-dev 0.1.0-5+b1 amd64 utilities for parsing numbers from strings
ii libghc-parser-combinators-dev 1.3.0-2+b1 amd64 commonly useful parser combinators
ii libghc-parsers-dev 0.12.11-2+b1 amd64 parsing combinators
ii libghc-path-dev 0.9.2-2+b1 amd64 normalizing well-typed path type
ii libghc-path-io-dev 1.8.1-1+b1 amd64 Interface to ‘directory’ package for users of ‘path’
ii libghc-path-pieces-dev 0.2.1-10+b1 amd64 components of paths
ii libghc-patience-dev 0.3-3+b1 amd64 Haskell implementation of the Patience Diff algorithm
ii libghc-pcap-dev 0.4.5.2-16+b2 amd64 Haskell wrapper around the C libpcap library
ii libghc-pem-dev 0.2.4-5+b1 amd64 Privacy Enhanced Mail (PEM) format reader and writer
ii libghc-persistent-dev 2.14.6.0-1+b1 amd64 type-safe, non-relational, multi-backend persistence
ii libghc-persistent-postgresql-dev 2.13.6.1-1+b1 amd64 backend for the persistent library using PostgreSQL
ii libghc-persistent-sqlite-dev 2.13.2.0-1+b1 amd64 SQLite3 backend for the persistent library
ii libghc-persistent-template-dev 2.12.0.0-2+b1 amd64 type-safe, non-relational, multi-backend persistence
ii libghc-pid1-dev 0.1.3.1-1+b1 amd64 signal handling and orphan reaping for Unix PID1 init processes
ii libghc-pipes-attoparsec-dev 0.6.0-1+b1 amd64 Attoparsec-Pipes integration
ii libghc-pipes-bytestring-dev 2.1.7-2+b1 amd64 ByteString support for pipes
ii libghc-pipes-dev 4.3.16-2+b1 amd64 compositional pipelines
ii libghc-pipes-group-dev 1.0.12-4+b1 amd64 group streams into substreams
ii libghc-pipes-parse-dev 3.0.9-2+b1 amd64 parsing infrastructure for the pipes ecosystem
ii libghc-pipes-safe-dev 2.3.4-2+b1 amd64 safety for the pipes ecosystem
ii libghc-pointed-dev 5.0.4-2+b1 amd64 pointed and copointed data
ii libghc-pointedlist-dev 0.6.1-11+b1 amd64 zipper-like comonad which works as a list, tracking a position
ii libghc-polyparse-dev 1.13-3+b1 amd64 alternative parser combinator libraries for Haskell
ii libghc-posix-pty-dev 0.2.2-3+b1 amd64 interact with pseudoterminals using subprocesses
ii libghc-postgresql-libpq-dev 0.9.5.0-1+b1 amd64 low-level binding to libpq
ii libghc-postgresql-simple-dev 0.6.5.1-1+b1 amd64 mid-level PostgreSQL client library
ii libghc-pqueue-dev 1.4.3.0-1+b1 amd64 reliable, persistent, fast priority queues.
ii libghc-prelude-extras-dev 0.4.0.3-8+b1 amd64 higher-order versions of Prelude classes
ii libghc-presburger-dev 1.3.1-10+b1 amd64 decision procedure for quantifier-free linear arithmetic
ii libghc-pretty-show-dev 1.10-3+b1 amd64 A Haskell library for pretty printing data structures
ii libghc-pretty-simple-dev 4.1.2.0-2+b1 amd64 pretty printer for data types with a 'Show' instance
ii libghc-prettyclass-dev 1.0.0.0-11+b1 amd64 Pretty printing class similar to Show.
ii libghc-prettyprinter-ansi-terminal-dev 1.1.3-2+b1 amd64 ANSI terminal backend for prettyprinter
ii libghc-prettyprinter-convert-ansi-wl-pprint-dev 1.1.2-2+b1 amd64 convert documents between ansi-wl-pprint and prettyprinter
ii libghc-prettyprinter-dev 1.7.1-2+b1 amd64 modern, easy-to-use, extensible prettyprinter
ii libghc-prettyprinter-interp-dev 0.2.0.0-2 amd64 Efficient interpolation for Prettyprinter
ii libghc-prim-uniq-dev 0.2-3+b1 amd64 opaque unique identifiers in primitive state monads
ii libghc-primes-dev 0.2.1.0-15+b1 amd64 efficient, purely functional generation of prime numbers
ii libghc-primitive-addr-dev 0.1.0.2-2 amd64 addresses to unmanaged memory
ii libghc-primitive-dev 0.8.0.0-1+b1 amd64 Wrappers for primitive operations
ii libghc-primitive-unaligned-dev 0.1.1.2-4 amd64 unaligned access to primitive arrays
ii libghc-process-extras-dev 0.7.4-6+b2 amd64 Extra functionality for the Process library
ii libghc-profunctors-dev 5.6.2-2+b1 amd64 Haskell 98 Profunctors
ii libghc-project-template-dev 0.2.1.0-3+b2 amd64 specify Haskell project templates and generate files
ii libghc-protobuf-dev 0.2.1.3-4+b1 amd64 Google Protocol Buffers for Haskell
ii libghc-psqueue-dev 1.2.0-1+b1 amd64 Priority Search Queue
ii libghc-psqueues-dev 0.2.7.3-2+b1 amd64 Pure priority search queues
ii libghc-publicsuffixlist-dev 0.1-15+b2 amd64 routines for testing whether something is a "public suffix"
ii libghc-punycode-dev 2.0-14+b1 amd64 Encode unicode strings to ascii forms according to RFC 3492
ii libghc-puremd5-dev 2.1.4-2+b1 amd64 implementation of the MD5 digest (hash) algorithm
ii libghc-pwstore-fast-dev 2.4.4-12 amd64 secure password storage
ii libghc-qrencode-dev 1.0.4-13+b1 amd64 Haskell bindings for libqrencode
ii libghc-quickcheck-classes-base-dev 0.6.2.0-4+b1 amd64 QuickCheck common typeclasses from `base`
ii libghc-quickcheck-classes-dev 0.6.5.0-2 amd64 QuickCheck common typeclasses
ii libghc-quickcheck-instances-dev 0.3.30-1 amd64 common QuickCheck instances
ii libghc-quickcheck-io-dev 0.2.0-6+b1 amd64 use HUnit assertions as QuickCheck properties
ii libghc-quickcheck-safe-dev 0.1.0.6-4+b1 amd64 Safe reimplementation of QuickCheck's core
ii libghc-quickcheck-simple-dev 0.1.1.1-3+b1 amd64 Test properties and default-mains for QuickCheck
ii libghc-quickcheck-text-dev 0.1.2.1-7+b1 amd64 alternative arbitrary instance for Text
ii libghc-quickcheck-unicode-dev 1.0.1.0-6+b1 amd64 Generator and shrink functions for testing Unicode-related software.
ii libghc-quickcheck2-dev 2.14.3-1+b1 amd64 Haskell automatic testing library for GHC
ii libghc-quote-quot-dev 0.2.1.0-1 amd64 divide without division
ii libghc-random-dev 1.2.1.1-3+b1 amd64 random number generator for Haskell
ii libghc-random-fu-dev 0.3.0.1-1+b1 amd64 random number generation
ii libghc-random-shuffle-dev 0.0.4-13+b1 amd64 random shuffle library
ii libghc-rank2classes-dev 1.5.2-1+b1 amd64 rank-2-type standard type constructor class hierarchy
ii libghc-rate-limit-dev 1.4.3-1+b1 amd64 rate-limiting IO actions
ii libghc-raw-strings-qq-dev 1.1-5+b1 amd64 Raw string literals for Haskell
ii libghc-reactive-banana-dev 1.3.2.0-2+b1 amd64 Library for functional reactive programming (FRP)
ii libghc-readable-dev 0.3.1-9+b1 amd64 reading from Text and ByteString
ii libghc-readargs-dev 1.2.3-7+b1 amd64 simple command-line argument parsing
ii libghc-readline-dev 1.0.3.0-13+b1 amd64 Haskell bindings to GNU readline library
ii libghc-recaptcha-dev 0.1.0.4-5+b1 amd64 Haskell interface to reCAPTCHA service
ii libghc-recursion-schemes-dev 5.2.2.4-3+b1 amd64 generalized bananas, lenses and barbed wire
ii libghc-recv-dev 0.1.0-1 amd64 efficient network recv
ii libghc-reducers-dev 3.12.4-2+b1 amd64 semigroup-based containers and reductions
ii libghc-refact-dev 0.3.0.2-8+b1 amd64 specify refactorings to perform with apply-refact
ii libghc-reflection-dev 2.1.7-1+b1 amd64 reifies arbitrary terms into types that can be reflected back into terms
ii libghc-reform-dev 0.2.7.5-2+b1 amd64 HTML form generation and validation library
ii libghc-reform-happstack-dev 0.2.5.6-1+b2 amd64 Happstack support for reform
ii libghc-regex-applicative-dev 0.3.4-2+b1 amd64 regex-based parsing with applicative interface
ii libghc-regex-applicative-text-dev 0.1.0.1-10+b1 amd64 regex-applicative on Text
ii libghc-regex-base-dev 0.94.0.2-2+b1 amd64 GHC library providing an API for regular expressions
ii libghc-regex-compat-dev 0.95.2.1-2+b1 amd64 GHC library providing old Text.Regex interface
ii libghc-regex-pcre-dev 0.95.0.0-4+b1 amd64 Perl-compatible regular expressions
ii libghc-regex-posix-dev 0.96.0.1-2+b1 amd64 GHC library of the POSIX regex backend for regex-base
ii libghc-regex-tdfa-dev 1.3.2.2-1+b1 amd64 Haskell library for a tagged DFA regex engine
ii libghc-regexpr-dev 0.5.4-17+b1 amd64 Regular expression library like Perl/Ruby
ii libghc-reinterpret-cast-dev 0.1.0-4+b1 amd64 Memory reinterpretation casts for Float/Double/Word32/Word64
ii libghc-repline-dev 0.4.2.0-2+b1 amd64 Haskeline wrapper for GHCi-like REPL interfaces.
ii libghc-resolv-dev 0.2.0.2-1+b1 amd64 Domain Name Service (DNS) lookup via libresolv
ii libghc-resource-pool-dev 0.4.0.0-1+b1 amd64 high-performance striped resource-pooling implementation
ii libghc-resourcet-dev 1.2.6-2+b1 amd64 deterministic allocation and freeing of scarce resources
ii libghc-retry-dev 0.9.3.1-1+b1 amd64 Retry combinators for monadic actions that may fail
ii libghc-rfc5051-dev 0.2-3+b1 amd64 simple unicode collation as per RFC5051
ii libghc-rio-dev 0.1.22.0-2+b1 amd64 standard library for Haskell
ii libghc-rio-orphans-dev 0.1.2.0-2+b2 amd64 Orphan instances for the RIO type in the rio package
ii libghc-rio-prettyprint-dev 0.1.7.0-1 amd64 Pretty-printing for RIO
ii libghc-rsa-dev 2.4.1-3+b1 amd64 implementation of RSA, using the padding schemes of PKCS#1 v2.1.
ii libghc-rvar-dev 0.3.0.2-1+b1 amd64 random variables
ii libghc-s-cargot-dev 0.1.6.0-1 amd64 flexible, extensible s-expression library
ii libghc-safe-dev 0.3.19-3+b1 amd64 GHC Library for safe (pattern match free) functions
ii libghc-safe-exceptions-dev 0.1.7.4-1+b1 amd64 safe, consistent, and easy exception handling
ii libghc-safecopy-dev 0.10.4.2-2+b1 amd64 Haskell serialization library with version control - GHC libraries
ii libghc-safesemaphore-dev 0.10.1-13+b1 amd64 exception safe alternatives to QSem, QSemN, and SampleVar - GHC libraries
ii libghc-sandi-dev 0.5-5+b2 amd64 Haskell library of data encoders and decoders
ii libghc-say-dev 0.1.0.1-5+b1 amd64 send textual messages to a Handle in a thread-friendly way
ii libghc-sbv-dev 10.2-1+b1 amd64 symbolic Haskell theorem prover using SMT solving
ii libghc-scanner-dev 0.3.1-3+b1 amd64 fast incremental combinator parsing for bytestrings
ii libghc-scientific-dev 0.3.7.0-2+b1 amd64 scientific notation for floating-point numbers
ii libghc-scotty-dev 0.12.1+dfsg-1+b1 amd64 Haskell web framework inspired by Ruby's Sinatra
ii libghc-sdl-dev 0.6.7.0-4+b1 amd64 Haskell SDL binding for GHC
ii libghc-sdl2-dev 2.5.5.0-1+b1 amd64 high- and low-level bindings to the SDL 2 library
ii libghc-sdl2-image-dev 2.1.0.0-3+b1 amd64 Haskell bindings to SDL2_image
ii libghc-sdl2-mixer-dev 1.2.0.0-3+b1 amd64 Haskell bindings to SDL2_mixer
ii libghc-sdl2-ttf-dev 2.1.3-2+b1 amd64 bindings to SDL2_ttf
ii libghc-secret-sharing-dev 1.0.1.2-3+b2 amd64 (m, n)-threshold secret sharing scheme
ii libghc-securemem-dev 0.1.10-5+b1 amd64 auto-scrubbing and const-time-eq memory chunk abstraction
ii libghc-selective-dev 0.7-1+b1 amd64 selective applicative functors
ii libghc-semialign-dev 1.3-1+b1 amd64 Align and Zip type-classes from the common Semialign ancestor
ii libghc-semigroupoids-dev 5.3.7-2+b1 amd64 Haskell 98 semigroupoids: Category sans id
ii libghc-semigroups-dev 0.20-2+b1 amd64 Haskell98 semigroups
ii libghc-semirings-dev 0.6-3+b1 amd64 two monoids as one, in holy haskimony
ii libghc-sendfile-dev 0.7.11.4-2+b1 amd64 Haskell portable sendfile library
ii libghc-servant-client-core-dev 0.19-2+b1 amd64 Core functionality and class for client function generation for servant APIs
ii libghc-servant-client-dev 0.19-2+b1 amd64 library for writing clients for servant webservices
ii libghc-servant-dev 0.19.1-1+b1 amd64 family of combinators for defining webservices APIs
ii libghc-servant-server-dev 0.19.2-2+b1 amd64 combinators for defining webservices APIs and serving them
ii libghc-set-extra-dev 1.4.1-6+b1 amd64 utility functions for working with sets
ii libghc-setenv-dev 0.1.1.3-11+b1 amd64 Cross-platform library for setting environment variables
ii libghc-setlocale-dev 1.0.0.10-2+b1 amd64 Haskell bindings to setlocale
ii libghc-sha-dev 1.6.4.4-5+b1 amd64 Haskell SHA suite of message digest functions
ii libghc-shake-data 0.19.7-2 all Haskell library for writing build systems; data files
ii libghc-shake-dev 0.19.7-2+b1 amd64 Haskell library for writing build systems
ii libghc-shakespeare-dev 2.1.0.1-1 amd64 toolkit for making compile-time interpolated templates
ii libghc-shell-conduit-dev 5.0.0-2+b2 amd64 write shell scripts with Conduit
ii libghc-shelly-dev 1.12.1-1+b1 amd64 shell-like (systems) programming in Haskell
ii libghc-should-not-typecheck-dev 2.1.0-8+b1 amd64 verify that an expression does not typecheck
ii libghc-show-combinators-dev 0.2.0.0-3+b1 amd64 combinators to write Show instances
ii libghc-show-dev 0.6-12+b1 amd64 Show instances for lambdabot
ii libghc-silently-dev 1.2.5.3-2+b1 amd64 prevent or capture writing to stdout and other handles
ii libghc-simple-reflect-dev 0.3.3-5+b1 amd64 simple reflection of expressions containing variables
ii libghc-simple-sendfile-dev 0.2.32-2 amd64 Cross platform library for the sendfile system call
ii libghc-simple-smt-dev 0.9.7-2+b1 amd64 A simple way to interact with an SMT solver process.
ii libghc-singleton-bool-dev 0.1.6-2+b1 amd64 type-level booleans
ii libghc-singletons-dev 3.0.2-2+b1 amd64 Haskell framework for generating singleton types
ii libghc-skein-dev 1.0.9.4-8+b1 amd64 family of cryptographic hash functions
ii libghc-skylighting-core-dev 0.13.4.1-1+b2 amd64 syntax highlighting library
ii libghc-skylighting-dev 0.13.4.1-2+b2 amd64 syntax highlighting library
ii libghc-skylighting-format-ansi-dev 0.1-2+b2 amd64 ANSI formatter for skylighting syntax highlighting library
ii libghc-skylighting-format-blaze-html-dev 0.1.1.1-1+b1 amd64 HTML formatter for skylighting syntax highlighting library
ii libghc-skylighting-format-context-dev 0.1.0.2-2+b2 amd64 ConTeXt formatter for skylighting syntax highlighting library
ii libghc-skylighting-format-latex-dev 0.1-2+b2 amd64 LaTeX formatter for skylighting syntax highlighting library
ii libghc-smallcheck-dev 1.2.1.1-1+b1 amd64 Another lightweight testing library
ii libghc-smtlib-dev 1.1-3+b1 amd64 A library for working with the SMTLIB format.
ii libghc-smtp-mail-dev 0.3.0.0-3 amd64 Simple email sending via SMTP
ii libghc-snap-core-dev 1.0.5.1-1+b1 amd64 Snap: A Haskell Web Framework (Core)
ii libghc-snap-dev 1.1.3.2-1 amd64 Snap Web Framework
ii libghc-snap-server-dev 1.1.2.1-1+b1 amd64 iteratee-based, epoll-enabled web server for the Snap Framework
ii libghc-soap-dev 0.2.3.6-6+b2 amd64 SOAP client library
ii libghc-soap-tls-dev 0.1.1.4-6 amd64 TLS-enabled SOAP transport (using tls package)
ii libghc-sockaddr-dev 0.0.1-2+b1 amd64 printing SockAddr value
ii libghc-socks-dev 0.6.1-3+b1 amd64 SOCKS proxy library
ii libghc-some-dev 1.0.4.1-1+b1 amd64 existential type: Some
ii libghc-sop-core-dev 0.5.0.2-2+b1 amd64 true sums of products
ii libghc-split-dev 0.2.3.5-2+b1 amd64 Haskell library for splitting lists
ii libghc-splitmix-dev 0.1.0.5-1 amd64 fast splittable PRNG
ii libghc-spool-dev 0.1-4+b2 amd64 copyless conversion between ByteString and Vector.Storable
ii libghc-sql-words-dev 0.1.6.4-3+b1 amd64 SQL keywords data constructor into OverloadedString
ii libghc-src-exts-dev 1.23.1-4+b1 amd64 Haskell-Source with eXtensions library for GHC
ii libghc-src-exts-simple-dev 1.23.0.0-3+b1 amd64 simplified view on the haskell-src-exts AST
ii libghc-src-exts-util-dev 0.2.5-4+b1 amd64 helper functions for working with haskell-src-exts trees
ii libghc-src-meta-dev 0.8.12-1+b1 amd64 parse source to Template Haskell abstract syntax
ii libghc-stateref-dev 0.3-11+b1 amd64 abstraction for things that work like IORef
ii libghc-statestack-dev 0.3.1.1-1+b1 amd64 simple State-like monad transformer state push/pop
ii libghc-statevar-dev 1.2.2-2+b1 amd64 state variables in Haskell
ii libghc-static-hash-dev 0.0.2-2+b1 amd64 pure immutable hash
ii libghc-statistics-dev 0.16.2.1-1+b1 amd64 A library of statistical types, data, and functions
ii libghc-stm-chans-dev 3.0.0.9-1+b1 amd64 additional types of channels for STM
ii libghc-stm-delay-dev 0.1.1.1-4+b1 amd64 updatable one-shot timer polled with STM
ii libghc-stmonadtrans-dev 0.4.7-1+b1 amd64 monad transformer version of the ST monad
ii libghc-storable-complex-dev 0.2.3.0-4+b1 amd64 Storable instance for Complex
ii libghc-storable-record-dev 0.0.7-1+b1 amd64 elegant definition of Storable instances for records
ii libghc-storable-tuple-dev 0.1-1+b1 amd64 Storable instance for pairs and triples
ii libghc-store-core-dev 0.4.4.6-1 amd64 fast and lightweight binary serialization
ii libghc-store-dev 0.7.18-1+b1 amd64 Fast binary serialization
ii libghc-stream-dev 0.4.7.2-9+b1 amd64 Haskell stream (infinite list) library for GHC
ii libghc-streaming-commons-dev 0.2.2.6-1+b1 amd64 common lower-level functions for various streaming data libraries
ii libghc-strict-dev 0.5-1+b1 amd64 Strict variants of standard Haskell datatypes
ii libghc-strict-list-dev 0.1.7.2-1+b1 amd64 strict linked list
ii libghc-string-conversions-dev 0.4.0.1-7+b1 amd64 simplifies dealing with different types for strings
ii libghc-string-interpolate-dev 0.3.2.1-3 amd64 Haskell string/text/bytestring interpolation that just works
ii libghc-string-qq-dev 0.0.5-1+b1 amd64 QuasiQuoter for non-interpolated strings
ii libghc-stringbuilder-dev 0.5.1-5+b1 amd64 writer monad for multi-line string literals
ii libghc-stringprep-dev 1.0.0-13+b2 amd64 Implements the "StringPrep" algorithm
ii libghc-stringsearch-dev 0.3.6.6-12+b1 amd64 Fast searching, splitting and replacing of ByteStrings
ii libghc-svg-builder-dev 0.1.1-7+b1 amd64 DSL for building SVG
ii libghc-swish-dev 0.10.4.0-1+b1 amd64 semantic web toolkit - libraries
ii libghc-syb-dev 0.7.2.4-1+b1 amd64 Generic programming library for Haskell
ii libghc-system-fileio-dev 0.3.16.4-5+b1 amd64 consistent filesystem interaction across GHC versions
ii libghc-system-filepath-dev 0.4.14-6+b1 amd64 high-level, byte-based file and directory path manipulations
ii libghc-system-posix-redirect-dev 1.1.0.1-4+b1 amd64 toy module to temporarily redirect a program's stdout
ii libghc-tabular-dev 0.2.2.8-2+b1 amd64 two-dimensional data tables with rendering functions
ii libghc-tagged-dev 0.8.7-1+b1 amd64 newtype wrappers for phantom types
ii libghc-tagshare-dev 0.0-7+b1 amd64 explicit sharing with tags
ii libghc-tagsoup-dev 0.14.8-4+b1 amd64 Haskell library to robustly parse unstructured HTML
ii libghc-tagstream-conduit-dev 0.5.6-3+b3 amd64 streamlined HTML tag parser
ii libghc-tar-conduit-dev 0.3.2.1-1+b2 amd64 Conduit based tar extraction mechanism
ii libghc-tar-dev 0.5.1.1-4+b1 amd64 reading, writing and manipulating ".tar" archive files
ii libghc-tasty-ant-xml-dev 1.1.9-1 amd64 Render tasty output to XML for Jenkins
ii libghc-tasty-checklist-dev 1.0.6.0-1+b1 amd64 Check multiple items during a tasty test
ii libghc-tasty-dev 1.4.3-2+b1 amd64 Haskell testing framework
ii libghc-tasty-discover-dev 5.0.0-1+b1 amd64 Test discovery for the tasty framework.
ii libghc-tasty-expected-failure-dev 0.12.3-2+b1 amd64 mark tasty tests as failure-expected
ii libghc-tasty-golden-dev 2.3.5-2+b2 amd64 Golden test support for Tasty test framework
ii libghc-tasty-hedgehog-dev 1.4.0.1-1+b2 amd64 hedgehog-tasty integration
ii libghc-tasty-hslua-dev 1.1.0-1+b1 amd64 Tasty helpers to test HsLua.
ii libghc-tasty-hspec-dev 1.2.0.3-1+b1 amd64 Tasty test framework, Hspec support
ii libghc-tasty-hunit-dev 0.10.1-1 amd64 Haskell testing framework, HUnit support
ii libghc-tasty-kat-dev 0.0.3-12+b1 amd64 Known Answer Tests (KAT) framework for tasty
ii libghc-tasty-lua-dev 1.1.0-1+b1 amd64 Write tests in Lua, integrate into tasty
ii libghc-tasty-quickcheck-dev 0.10.2-2+b1 amd64 Haskell testing framework, QuickCheck support
ii libghc-tasty-rerun-dev 1.1.19-1 amd64 Haskell testing framework, rerun support
ii libghc-tasty-smallcheck-dev 0.8.2-2+b1 amd64 SmallCheck support for the Tasty test framework
ii libghc-tasty-th-dev 0.1.7-6+b1 amd64 TH code generation for Tasty test framework
ii libghc-template-haskell-compat-v0208-dev 0.1.9.2-1+b1 amd64 backward-compatibility layer for TH newer than 2.8
ii libghc-temporary-dev 1.3-4+b1 amd64 Temporary files and directories
ii libghc-terminal-progress-bar-dev 0.4.2-1+b1 amd64 A simple progress bar in the terminal
ii libghc-terminal-size-dev 0.3.4-1+b1 amd64 get terminal window height and width
ii libghc-test-framework-dev 0.8.2.0-8+b1 amd64 Framework for running and organising tests
ii libghc-test-framework-hunit-dev 0.3.0.2-9+b1 amd64 HUnit support for the test-framework package.
ii libghc-test-framework-quickcheck2-dev 0.3.0.5-6+b1 amd64 QuickCheck2 support for the test-framework package.
ii libghc-texmath-dev 0.12.8.3-1 amd64 Haskell library to convert LaTeX to MathML
ii libghc-text-ansi-dev 0.2.1.1-2 amd64 text styling for ANSI terminals
ii libghc-text-binary-dev 0.2.1.1-9+b1 amd64 Binary instances for text types
ii libghc-text-builder-dev 0.6.7-1 amd64 efficient strict text builder
ii libghc-text-builder-dev-dev 0.3.3.2-1+b2 amd64 edge of developments for "text-builder"
ii libghc-text-conversions-dev 0.3.1.1-2+b1 amd64 Haskell library for safe conversions between textual types
ii libghc-text-icu-dev 0.8.0.4-1 amd64 bindings to the ICU library
ii libghc-text-manipulate-dev 0.3.1.0-2+b1 amd64 case conversion and word boundary manipulation
ii libghc-text-metrics-dev 0.3.2-2+b1 amd64 Calculate various string metrics efficiently
ii libghc-text-postgresql-dev 0.0.3.1-5+b1 amd64 Parser and Printer of PostgreSQL extended types
ii libghc-text-short-dev 0.1.5-2+b1 amd64 memory-efficient representation of Unicode text strings
ii libghc-text-show-dev 3.10.4-1+b1 amd64 efficient conversion of values into Text
ii libghc-text-zipper-dev 0.13-1+b2 amd64 text editor zipper library
ii libghc-tf-random-dev 0.5-12+b1 amd64 high-quality splittable pseudorandom number generator
ii libghc-th-abstraction-dev 0.4.5.0-2+b1 amd64 nicer interface for reified information about data types
ii libghc-th-bang-compat-dev 0.0.1.0-4+b1 amd64 Compatibility for bang-type template
ii libghc-th-compat-dev 0.1.4-2+b1 amd64 Backward (and forward) compatible Quote and Code types
ii libghc-th-constraint-compat-dev 0.0.1.0-4+b1 amd64 Compatibility for type constraint template
ii libghc-th-data-compat-dev 0.1.2.0-1+b1 amd64 compatibility for data definition template of TH
ii libghc-th-desugar-dev 1.14-1+b1 amd64 functions to desugar Template Haskell
ii libghc-th-env-dev 0.1.1-1+b1 amd64 TH splice that expands to an environment variable
ii libghc-th-expand-syns-dev 0.4.11.0-1+b1 amd64 expands type synonyms in Template Haskell ASTs
ii libghc-th-extras-dev 0.0.0.6-2+b1 amd64 grab bag of functions for use with Template Haskell
ii libghc-th-lift-dev 0.8.4-1+b1 amd64 derive Template Haskell's Lift class for datatypes.
ii libghc-th-lift-instances-dev 0.1.20-2+b2 amd64 Lift instances for template-haskell for common data types
ii libghc-th-orphans-dev 0.13.14-2+b1 amd64 orphan instances for TH datatypes
ii libghc-th-reify-compat-dev 0.0.1.5-4+b1 amd64 compatibility for the result type of TH reify
ii libghc-th-reify-many-dev 0.1.10-2+b1 amd64 recurseively reify template haskell datatype info
ii libghc-th-utilities-dev 0.2.5.0-2+b1 amd64 useful functions for use with Template Haskell
ii libghc-these-dev 1.2-1+b1 amd64 either-or-both data type
ii libghc-threads-dev 0.5.1.8-1 amd64 Fork threads and wait for their result
ii libghc-time-compat-dev 1.9.6.1-2+b1 amd64 compatibility with old-time for the time package
ii libghc-time-locale-compat-dev 0.1.1.5-4+b1 amd64 compatibility of TimeLocale between old-locale and time-1.5
ii libghc-time-manager-dev 0.0.1-1+b1 amd64 scalable timer
ii libghc-time-parsers-dev 0.2-1+b1 amd64 parsers for types in the time library
ii libghc-time-units-dev 1.0.0-5+b1 amd64 basic library for defining units of time as types
ii libghc-timeit-dev 2.0-3+b1 amd64 time a computation
ii libghc-tldr-dev 0.9.2-5 amd64 Haskell tldr client
ii libghc-tls-dev 1.6.0-1 amd64 native Haskell implementation of TLS/SSL protocol
ii libghc-tls-session-manager-dev 0.0.4-3 amd64 in-memory TLS session manager
ii libghc-token-bucket-dev 0.1.0.1-13+b1 amd64 Haskell implementation of leaky bucket rate limiting
ii libghc-topograph-dev 1.0.0.2-2+b2 amd64 directed acyclic graphs
ii libghc-torrent-dev 10000.1.3-1+b1 amd64 BitTorrent file parser and generator
ii libghc-transformers-base-dev 0.4.6-2+b1 amd64 lift computations from the bottom of a transformer stack
ii libghc-transformers-compat-dev 0.7.2-1+b1 amd64 small compatibility shim for older versions of transformers.
ii libghc-trifecta-dev 2.1.3-1+b2 amd64 modern parser combinator library with convenient diagnostics
ii libghc-tuple-dev 0.3.0.2-5+b1 amd64 various functions on tuples
ii libghc-twitter-conduit-dev 0.6.1-2 amd64 Twitter API package with conduits and streaming
ii libghc-twitter-types-dev 0.11.0-2+b1 amd64 Twitter JSON parser and types
ii libghc-twitter-types-lens-dev 0.11.0-2+b1 amd64 Twitter JSON types (lens powered)
ii libghc-type-equality-dev 1-4+b1 amd64 Data.Type.Equality compat package
ii libghc-type-errors-dev 0.2.0.2-1+b1 amd64 tools for writing better Haskell type errors
ii libghc-type-level-numbers-dev 0.1.1.2-2+b1 amd64 library representing integers using Haskell type families
ii libghc-typed-process-dev 0.2.11.1-1 amd64 run external processes, with strong typing of streams
ii libghc-typst-dev 0.1.0.0-2 amd64 Parsing and evaluating typst syntax.
ii libghc-typst-symbols-dev 0.1.4-1+b1 amd64 symbol and emoji lookup for typst language
ii libghc-uglymemo-dev 0.1.0.1-8+b1 amd64 simple (but internally ugly) memoization function
ii libghc-unbounded-delays-dev 0.1.1.1-2+b1 amd64 Unbounded thread delays and timeouts
ii libghc-unexceptionalio-dev 0.5.1-3+b1 amd64 IO without any non-error, synchronous exceptions
ii libghc-unicode-collation-dev 0.1.3.5-1 amd64 Haskell implementation of the Unicode Collation Algorithm
ii libghc-unicode-data-dev 0.4.0.1-1+b1 amd64 Access Unicode character database
ii libghc-unicode-transforms-dev 0.4.0.1-2+b1 amd64 Fast Unicode 9.0 normalization in Haskell
ii libghc-uniplate-dev 1.6.13-2+b1 amd64 A Haskell library for uniform type generic traversals
ii libghc-universe-base-dev 1.1.3.1-1+b1 amd64 a class for finite and recursively enumerable type
ii libghc-unix-compat-dev 0.7-1+b1 amd64 Haskell portable POSIX-compatible layer
ii libghc-unix-time-dev 0.4.11-1 amd64 Unix time parser/formatter and utilities
ii libghc-unixutils-dev 1.54.2-2+b1 amd64 interface between Haskell and Unix-like operating systems
ii libghc-unlambda-dev 0.1.4.2-8+b1 amd64 Unlambda interpreter library
ii libghc-unliftio-core-dev 0.2.1.0-1+b1 amd64 MonadUnliftIO typeclass for unlifting monads to IO
ii libghc-unliftio-dev 0.2.25.0-1+b1 amd64 MonadUnliftIO typeclass for unlifting monads to IO
ii libghc-unordered-containers-dev 0.2.19.1-2+b1 amd64 Efficient hashing-based container types
ii libghc-unsafe-dev 0.0-4+b1 amd64 unified interface to unsafe functions
ii libghc-uri-bytestring-aeson-dev 0.1.0.8-3+b1 amd64 Aeson instances for URI Bytestring
ii libghc-uri-bytestring-dev 0.3.3.1-2+b1 amd64 Haskell URI parsing as ByteStrings
ii libghc-uri-encode-dev 1.5.0.7-2+b1 amd64 Unicode aware uri-encoding.
ii libghc-url-dev 2.1.3-11+b1 amd64 Haskell library for working with URLs
ii libghc-utf8-light-dev 0.4.4.0-1+b1 amd64 Lightweight UTF-8 handling library
ii libghc-utf8-string-dev 1.0.2-2+b1 amd64 GHC libraries for the Haskell UTF-8 library
ii libghc-utility-ht-dev 0.0.17-1+b1 amd64 small helper functions for Lists, Maybes, Tuples and Functions
ii libghc-uuagc-cabal-dev 1.3.0.0-1+b1 amd64 Cabal plugin for UUAGC
ii libghc-uuid-dev 1.3.15-2+b2 amd64 create, compare, parse and print Universally Unique Identifiers
ii libghc-uuid-types-dev 1.0.5.1-1 amd64 Type definitions for Universally Unique Identifiers
ii libghc-uulib-dev 0.9.24-3+b1 amd64 parser and pretty print combinator library for GHC
ii libghc-validity-containers-dev 0.5.0.4-3+b1 amd64 Validity instances for containers
ii libghc-validity-dev 0.12.0.2-1 amd64 validity typeclass
ii libghc-vault-dev 0.3.1.5-3+b1 amd64 typed, persistent store for values of arbitrary types
ii libghc-vector-algorithms-dev 0.9.0.1-2+b3 amd64 efficient algorithms for vector arrays
ii libghc-vector-binary-instances-dev 0.2.5.2-2+b2 amd64 instances of Data.Binary and Data.Serialize for vector
ii libghc-vector-builder-dev 0.3.8.4-2+b2 amd64 Vector builder
ii libghc-vector-dev 0.13.1.0-1 amd64 Efficient Arrays for Haskell
ii libghc-vector-instances-dev 3.4.2-1+b1 amd64 orphan instances for Data.Vector
ii libghc-vector-space-dev 0.16-3+b1 amd64 Vector & affine spaces, linear maps, and derivatives library
ii libghc-vector-stream-dev 0.1.0.0-2+b1 amd64 Efficient Streams
ii libghc-vector-th-unbox-dev 0.2.2-2+b2 amd64 deriver for Data.Vector.Unboxed using Template Haskell
ii libghc-versions-dev 6.0.2-1 amd64 Types and parsers for software version numbers.
ii libghc-void-dev 0.7.3-4+b1 amd64 Haskell 98 logically uninhabited data type
ii libghc-vty-dev 5.38-1+b2 amd64 Terminal interface library for ghc
ii libghc-wai-app-file-cgi-dev 3.1.10-2+b1 amd64 file/CGI app of WAI
ii libghc-wai-app-static-dev 3.1.8-1+b1 amd64 framework for type-safe, RESTful web applications
ii libghc-wai-conduit-dev 3.0.0.4-5+b2 amd64 conduit wrappers for WAI
ii libghc-wai-cors-dev 0.2.7-3 amd64 CORS for WAI
ii libghc-wai-dev 3.2.3-2+b1 amd64 web application interface
ii libghc-wai-extra-dev 3.1.13.0-1+b1 amd64 some basic WAI handlers and middleware
ii libghc-wai-handler-launch-dev 3.0.3.1-3+b1 amd64 WAI handler for launching in a web browser
ii libghc-wai-http2-extra-dev 0.1.3-3+b1 amd64 WAI utilities for HTTP/2
ii libghc-wai-logger-dev 2.4.0-2+b1 amd64 logging system for WAI
ii libghc-wai-middleware-static-dev 0.9.2-2+b1 amd64 WAI middleware that serves requests to static files
ii libghc-wai-websockets-dev 3.0.1.2-6 amd64 bridge between WAI and the haskell websockets library
ii libghc-warp-dev 3.3.25-1+b1 amd64 fast, light-weight web server for WAI applications
ii libghc-warp-tls-dev 3.3.6-1+b1 amd64 SSL/TLS support for Warp
ii libghc-wcwidth-dev 0.0.2-4+b1 amd64 bindings for system's native wcwidth
ii libghc-web-routes-boomerang-dev 0.28.4.4-1+b1 amd64 correctness and composability of application URLs
ii libghc-web-routes-dev 0.27.15-1+b1 amd64 library for correctness/composability of URLs
ii libghc-web-routes-happstack-dev 0.23.12.3-1+b2 amd64 web-routes support for Happstack
ii libghc-web-routes-hsp-dev 0.24.6.2-2+b1 amd64 XMLGenerator instance for RouteT monad
ii libghc-web-routes-th-dev 0.22.8.1-1+b1 amd64 support for deriving PathInfo using Template Haskell
ii libghc-websockets-dev 0.12.7.3-2+b1 amd64 write WebSocket-capable servers
ii libghc-weigh-dev 0.0.16-3+b2 amd64 measure allocations of a Haskell functions/values
ii libghc-what4-dev 1.5.1-3 amd64 Solver-agnostic symbolic values support for issuing queries
ii libghc-witch-dev 1.2.0.2-1+b1 amd64 convert values from one type into another
ii libghc-with-location-dev 0.1.0-8+b1 amd64 ImplicitParams-based source locations
ii libghc-witherable-dev 0.4.2-3+b1 amd64 filterable traversable for Haskell
ii libghc-wizards-dev 1.0.3-4+b1 amd64 library for interrogative programs
ii libghc-wl-pprint-annotated-dev 0.1.0.1-5+b1 amd64 Wadler/Leijen pretty printer with annotations and slightly modernized API
ii libghc-wl-pprint-text-dev 1.2.0.2-2+b1 amd64 Wadler/Leijen Pretty Printer for Text values in Haskell
ii libghc-word-trie-dev 0.3.0-11+b1 amd64 implementation of a finite trie over words
ii libghc-word-wrap-dev 0.5-2+b1 amd64 library for word-wrapping
ii libghc-word8-dev 0.1.3-6+b1 amd64 Char-like utility functions for Word8s to be used with ByteStrings
ii libghc-wreq-dev 0.5.4.2-1 amd64 easy-to-use HTTP client library
ii libghc-x11-dev 1.10.3-2+b1 amd64 Haskell X11 binding for GHC
ii libghc-x11-xft-dev 0.3.4-3+b1 amd64 Haskell Xft binding for GHC
ii libghc-x509-dev 1.7.7-2 amd64 X.509 reader and writer
ii libghc-x509-store-dev 1.6.9-2 amd64 X.509 collection access and storage methods
ii libghc-x509-system-dev 1.6.7-2 amd64 per-operating-system X.509 accessors and storage
ii libghc-x509-validation-dev 1.6.12-2 amd64 X.509 certificate and CRL validation
ii libghc-xcb-types-dev 0.13.0-1+b1 amd64 parses XML files used by the XCB project
ii libghc-xdg-basedir-dev 0.2.2-13+b1 amd64 basic implementation of the XDG Base Directory specification
ii libghc-xdg-desktop-entry-dev 0.1.1.1-3+b1 amd64 parse files conforming to the XDG desktop entry spec
ii libghc-xml-conduit-dev 1.9.1.3-1+b3 amd64 HTTP client package with conduit interface and HTTPS support
ii libghc-xml-conduit-writer-dev 0.1.1.4-1+b3 amd64 warm and fuzzy creation of XML documents
ii libghc-xml-dev 1.3.14-12+b1 amd64 A simple Haskell XML library
ii libghc-xml-hamlet-dev 0.5.0.2-2+b2 amd64 Hamlet-style quasiquoter for XML content
ii libghc-xml-helpers-dev 1.0.0-5+b1 amd64 helper functions for the xml library
ii libghc-xml-html-qq-dev 0.1.0.1-4+b2 amd64 quasi-quoters for XML and HTML Documents
ii libghc-xml-types-dev 0.3.8-3+b1 amd64 basic types for representing XML
ii libghc-xmlgen-dev 0.6.2.2-6+b1 amd64 fast XML generation library
ii libghc-xmlhtml-dev 0.2.5.4-1+b2 amd64 XML parser and renderer with HTML 5 quirks mode
ii libghc-xss-sanitize-dev 0.3.7.2-1+b1 amd64 Library to sanitize HTML and prevent XSS attacks
ii libghc-yaml-dev 0.11.11.2-1+b2 amd64 interface to LibYAML
ii libghc-yesod-auth-dev 1.6.11.2-1+b1 amd64 authentication for Yesod
ii libghc-yesod-auth-hashdb-dev 1.7.1.7-2+b1 amd64 HashDB authentication plugin for Yesod web framework
ii libghc-yesod-auth-oauth-dev 1.6.1-2+b1 amd64 OAuth Authentication for Yesod
ii libghc-yesod-core-dev 1.6.24.5-1+b2 amd64 framework for type-safe, RESTful web applications
ii libghc-yesod-default-dev 1.2.0-13+b2 amd64 default config and main functions for your Yesod application
ii libghc-yesod-dev 1.6.2.1-2+b1 amd64 framework for type-safe, RESTful web applications
ii libghc-yesod-form-dev 1.7.6-1+b1 amd64 framework for type-safe, RESTful web applications
ii libghc-yesod-newsfeed-dev 1.7.0.0-3+b2 amd64 helper functions and data types for producing newsfeeds
ii libghc-yesod-persistent-dev 1.6.0.8-2+b2 amd64 framework for type-safe, RESTful web applications
ii libghc-yesod-static-dev 1.6.1.0-3+b2 amd64 Static file serving subsite for Yesod Web Framework.
ii libghc-yesod-test-dev 1.6.16-1+b1 amd64 integration testing for WAI/Yesod applications
ii libghc-yi-core-dev 0.19.2-3 amd64 Yi editor core library
ii libghc-yi-frontend-pango-dev 0.19.1-3+b1 amd64 Pango frontend for Yi editor
ii libghc-yi-frontend-vty-dev 0.19.0-3 amd64 Vty frontend for Yi editor
ii libghc-yi-keymap-emacs-dev 0.19.0-3 amd64 Emacs keymap for Yi editor
ii libghc-yi-keymap-vim-dev 0.19.0-3 amd64 Vim keymap for Yi editor
ii libghc-yi-language-dev 0.19.0-3+b1 amd64 collection of language-related Yi libraries.
ii libghc-yi-misc-modes-dev 0.19.0-3 amd64 Yi editor miscellaneous modes
ii libghc-yi-mode-haskell-dev 0.19.0-3 amd64 Yi editor haskell mode
ii libghc-yi-mode-javascript-dev 0.19.0-3 amd64 Yi editor javascript mode
ii libghc-yi-rope-dev 0.11-5+b1 amd64 Rope data structure used by Yi
ii libghc-zenc-dev 0.1.2-3 amd64 GHC style name Z-encoding and Z-decoding
ii libghc-zeromq4-haskell-dev 0.8.0-3+b1 amd64 bindings to ZeroMQ 4.x
ii libghc-zip-archive-dev 0.4.3-1+b1 amd64 library to create, modify and extract files from zip archives
ii libghc-zlib-bindings-dev 0.1.1.5-12+b1 amd64 low-level bindings to zlib
ii libghc-zlib-dev 0.6.3.0-2+b1 amd64 Compression and decompression in the gzip and zlib formats
ii libghc-zxcvbn-c-dev 1.0.1-8+b1 amd64 Haskell bindings to password strength estimation library
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-maintainers/attachments/20240412/358bb386/attachment-0001.sig>
More information about the Pkg-haskell-maintainers
mailing list