Summary
hscolour is a small Haskell script to colourise Haskell code. It currently has six output formats: ANSI terminal codes (optionally XTerm-256colour codes), HTML 3.2 with <font> tags, HTML 4.01 with CSS, HTML 4.01 with CSS and mouseover annotations, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC chat codes.
Versions
v1.24.4 :: 0/1.24.4 :: gentoo
- Modified
- License
- LGPL-2.1
- Keywords
- ~amd64 ~x86
- USE flags
- doc profile
USE flags
General
Dependencies
Runtime Dependencies
Depending packages
app-text / pandoc : Conversion between markup formats
dev-games / goatee : A monadic take on a 2,500-year-old board game - library
dev-haskell / abstract-deque : Abstract, parameterized interface to mutable Deques
dev-haskell / abstract-deque-tests : A test-suite for any queue or double-ended queue satisfying an interface
dev-haskell / abstract-par : Type classes generalizing the functionality of the 'monad-par' library
dev-haskell / ac-ppm : Trivial package for writing PPM images
dev-haskell / adjunctions : Adjunctions and representable functors
dev-haskell / aeson : Fast JSON parsing and encoding
dev-haskell / aeson-compat : Compatibility layer for aeson
dev-haskell / aeson-diff : Extract and apply patches to JSON documents
dev-haskell / aeson-pretty : JSON pretty-printing library and command-line tool
dev-haskell / aeson-qq : JSON quasiquoter for Haskell
dev-haskell / alex-tools : A set of functions for a common use case of Alex
dev-haskell / alsa-core : Binding to the ALSA Library API (Exceptions)
dev-haskell / alsa-mixer : Bindings to the ALSA simple mixer API
dev-haskell / alut : A binding for the OpenAL Utility Toolkit
dev-haskell / annotated-wl-pprint : The Wadler/Leijen Pretty Printer, with annotation support
dev-haskell / ansi-terminal : Simple ANSI terminal support, with Windows compatibility
dev-haskell / ansi-wl-pprint : The Wadler/Leijen Pretty Printer for colored ANSI terminal output
dev-haskell / appar : A simple applicative parser
dev-haskell / argparser : Command line parsing framework for console applications
dev-haskell / arithmoi : Efficient basic number-theoretic functions. Primes, powers, integer logarithms
dev-haskell / arrows : Arrow classes and transformers
dev-haskell / ascii-progress : A simple progress bar for the console
dev-haskell / asn1-encoding : ASN1 data reader and writer in RAW, BER and DER forms
dev-haskell / asn1-parse : Simple monadic parser for ASN1 stream types
dev-haskell / asn1-types : ASN.1 types
dev-haskell / async : Run IO operations asynchronously and wait for their results
dev-haskell / atomic-primops : A safe approach to CAS and other atomic ops in Haskell
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / attoparsec-conduit : Consume attoparsec parsers via conduit. (deprecated)
dev-haskell / attoparsec-enumerator : Pass input from an enumerator to an Attoparsec parser
dev-haskell / attoparsec-iso8601 : Parsing of ISO 8601 dates, originally from aeson
dev-haskell / authenticate : Authentication methods for Haskell web applications
dev-haskell / authenticate-oauth : Library to authenticate with OAuth for Haskell web applications
dev-haskell / auto-update : Efficiently run periodic, on-demand actions
dev-haskell / aws : Amazon Web Services (AWS) for Haskell
dev-haskell / base-compat : A compatibility layer for base
dev-haskell / base-compat-batteries : base-compat with extra batteries
dev-haskell / base-noprelude : "base" package sans "Prelude" module
dev-haskell / base-orphans : Backwards-compatible orphan instances for base
dev-haskell / base-prelude : The most complete prelude formed solely from the "base" package
dev-haskell / base-unicode-symbols : Unicode alternatives for common functions and operators
dev-haskell / base16-bytestring : Fast base16 (hex) encoding and decoding for ByteStrings
dev-haskell / base64-bytestring : Fast base64 encoding and decoding for ByteStrings
dev-haskell / basement : Foundation scrap box of array & string
dev-haskell / basic-prelude : An enhanced core prelude; a common foundation for alternate preludes
dev-haskell / bencode : Parser and printer for bencoded data
dev-haskell / bifunctors : Haskell98 bifunctors package
dev-haskell / binary : Binary serialisation for Haskell values using lazy ByteStrings
dev-haskell / binary-instances : Orphan instances for binary
dev-haskell / binary-orphans : Orphan instances for binary
dev-haskell / binary-tagged : Tagged binary serialisation
dev-haskell / biocore : A bioinformatics library
dev-haskell / biofasta : Library for reading fasta sequence files
dev-haskell / biosff : Library and executables for working with SFF files
dev-haskell / bitarray : Mutable and immutable bit arrays
dev-haskell / bits-atomic : Atomic bit operations on memory locations for low-level synchronization
dev-haskell / bitwise : fast multi-dimensional unboxed bit packed Bool arrays
dev-haskell / blaze-builder : Efficient buffered output
dev-haskell / blaze-builder-conduit : Convert streams of builders to streams of bytestrings. (deprecated)
dev-haskell / blaze-html : A blazingly fast HTML combinator library for Haskell
dev-haskell / blaze-markup : A blazingly fast markup combinator library for Haskell
dev-haskell / blaze-textual : Fast rendering of common datatypes
dev-haskell / bloomfilter : Pure and impure Bloom Filter implementations
dev-haskell / boolean : Generalized booleans and numbers
dev-haskell / boundedchan : Implementation of bounded channels
dev-haskell / boxes : 2D text pretty-printing library
dev-haskell / bsb-http-chunked : Chunked HTTP transfer encoding for bytestring builders
dev-haskell / byteable : Type class for sequence of bytes
dev-haskell / bytedump : Flexible byte dump helpers for human readers
dev-haskell / byteorder : Exposes the native endianness or byte ordering of the system
dev-haskell / bytes : Sharing code for serialization between binary and cereal
dev-haskell / bytestring-handle : ByteString-backed Handles
dev-haskell / bytestring-mmap : mmap support for strict ByteStrings
dev-haskell / bytestring-show : Efficient conversion of values into readable byte strings
dev-haskell / bzlib : Compression and decompression in the bzip2 format
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / cabal-doctest : A Setup.hs helper for doctests running
dev-haskell / cairo : Binding to the Cairo library
dev-haskell / call-stack : Use GHC call-stacks in a backward compatible way
dev-haskell / casa-client : Client for Casa
dev-haskell / casa-types : Types for Casa
dev-haskell / case-insensitive : Case insensitive string comparison
dev-haskell / cassava : A CSV parsing and encoding library
dev-haskell / cereal : A binary serialization library
dev-haskell / cereal-vector : Serialize instances for Data.Vector types
dev-haskell / cgi : A library for writing CGI programs
dev-haskell / charset : Fast unicode character sets based on complemented PATRICIA tries
dev-haskell / chaselev-deque : Chase & Lev work-stealing lock-free double-ended queues (deques)
dev-haskell / chasingbottoms : For testing partial and infinite values
dev-haskell / chell : A simple and intuitive library for automated testing
dev-haskell / chimera : Lazy infinite streams with O(1) indexing
dev-haskell / chunked-data : Typeclasses for dealing with various chunked data representations
dev-haskell / cipher-aes : Fast AES cipher implementation with advanced mode of operations
dev-haskell / cipher-aes128 : AES and common modes using AES-NI when available
dev-haskell / cipher-camellia : Camellia block cipher primitives
dev-haskell / cipher-des : DES and 3DES primitives
dev-haskell / cipher-rc4 : Fast RC4 cipher implementation
dev-haskell / citeproc : Generates citations and bibliography from CSL styles
dev-haskell / classy-prelude : A typeclass-based Prelude
dev-haskell / clientsession : Securely store session data in a client-side cookie
dev-haskell / clock : High-resolution clock functions: monotonic, realtime, cputime
dev-haskell / cmark : Fast, accurate CommonMark (Markdown) parser and renderer
dev-haskell / cmark-gfm : Fast, accurate GitHub Flavored Markdown parser and renderer
dev-haskell / cmdargs : Command line argument processing
dev-haskell / code-page : Windows code page library for Haskell
dev-haskell / colour : A model for human colour/color perception
dev-haskell / commonmark : Pure Haskell commonmark parser
dev-haskell / commonmark-extensions : Pure Haskell commonmark parser
dev-haskell / commonmark-pandoc : Bridge between commonmark and pandoc AST
dev-haskell / comonad : Haskell package providing comonads
dev-haskell / comonad-transformers : This package has been merged into comonad 4.0
dev-haskell / comonads-fd : This package has been merged into comonad 4.0
dev-haskell / concurrent-extra : Extra concurrency primitives
dev-haskell / concurrent-output : Ungarble output from several threads or commands
dev-haskell / conduit : Streaming data processing library
dev-haskell / conduit-combinators : Commonly used conduit functions, for both chunked and unchunked data
dev-haskell / conduit-extra : Batteries included conduit: adapters for common libraries
dev-haskell / configfile : Configuration file reading & writing
dev-haskell / configurator : Configuration management
dev-haskell / connection : Simple and easy network connections API
dev-haskell / constraints : Constraint manipulation
dev-haskell / contravariant : Contravariant functors
dev-haskell / contravariant-extras : Extras for the "contravariant" package
dev-haskell / control-monad-loop : Simple monad transformer for imperative-style loops
dev-haskell / convertible : Typeclasses and instances for converting between types
dev-haskell / cookie : HTTP cookie parsing and rendering
dev-haskell / cpphs : A liberalised re-implementation of cpp, the C pre-processor
dev-haskell / cprng-aes : Crypto Pseudo Random Number Generator using AES in counter mode
dev-haskell / cpu : Cpu information and properties helpers
dev-haskell / criterion : Robust, reliable performance measurement and analysis
dev-haskell / criterion-measurement : Criterion measurement functionality and associated types
dev-haskell / crypto : Collects together existing Haskell cryptographic functions into a package
dev-haskell / crypto-api : A generic interface for cryptographic operations
dev-haskell / crypto-api-tests : A test framework and KATs for cryptographic operations
dev-haskell / crypto-cipher-tests : Generic cryptography cipher tests
dev-haskell / crypto-cipher-types : Generic cryptography cipher types
dev-haskell / crypto-numbers : Cryptographic numbers: functions and algorithms
dev-haskell / crypto-pubkey : Public Key cryptography
dev-haskell / crypto-pubkey-types : Generic cryptography Public keys algorithm types
dev-haskell / crypto-random : Simple cryptographic random related types
dev-haskell / crypto-random-api : Simple random generators API for cryptography related code
dev-haskell / cryptohash : collection of crypto hashes, fast, pure and practical
dev-haskell / cryptohash-conduit : cryptohash conduit
dev-haskell / cryptohash-cryptoapi : Crypto-api interfaces for cryptohash
dev-haskell / cryptohash-md5 : Fast, pure and practical MD5 implementation
dev-haskell / cryptohash-sha1 : Fast, pure and practical SHA-1 implementation
dev-haskell / cryptohash-sha256 : Fast, pure and practical SHA-256 implementation
dev-haskell / cryptonite : Cryptography Primitives sink
dev-haskell / cryptonite-conduit : cryptonite conduit
dev-haskell / css-text : CSS parser and renderer
dev-haskell / curl : Haskell binding to libcurl
dev-haskell / data-accessor : Utilities for accessing and manipulating fields of records
dev-haskell / data-binary-ieee754 : Parser/Serialiser for IEEE-754 floating-point values
dev-haskell / data-default : A class for types with a default value
dev-haskell / data-default-class : A class for types with a default value
dev-haskell / data-default-instances-base : Default instances for types in base
dev-haskell / data-default-instances-containers : Default instances for types in containers
dev-haskell / data-default-instances-dlist : Default instances for types in dlist
dev-haskell / data-default-instances-old-locale : Default instances for types in old-locale
dev-haskell / data-endian : Endian-sensitive data
dev-haskell / data-hash : Combinators for building fast hashing functions
dev-haskell / data-ordlist : Set and bag operations on ordered lists
dev-haskell / dataenc : Data encoding library
dev-haskell / date-cache : Date cacher
dev-haskell / dav : RFC 4918 WebDAV support
dev-haskell / dbus : A client library for the D-Bus IPC system
dev-haskell / dec : Decidable propositions
dev-haskell / deepseq-generics : GHC.Generics-based Control.DeepSeq.rnf implementation
dev-haskell / dense-linear-algebra : Simple and incomplete pure haskell implementation of linear algebra
dev-haskell / deriving-compat : Backports of GHC deriving extensions
dev-haskell / dictionary-sharing : Sharing/memoization of class members
dev-haskell / diff : O(ND) diff algorithm in haskell
dev-haskell / digest : Various cryptographic hashes for bytestrings; CRC32 and Adler32 for now
dev-haskell / disk-free-space : Retrieve information about disk space usage
dev-haskell / distributive : Distributive functors -- Dual to Traversable
dev-haskell / djinn-ghc : Generate Haskell code from a type. Bridge from Djinn to GHC API
dev-haskell / djinn-lib : Generate Haskell code from a type. Library extracted from djinn package
dev-haskell / dlist : Difference lists
dev-haskell / dlist-instances : Difference lists instances
dev-haskell / dns : DNS library in Haskell
dev-haskell / doclayout : A prettyprinting library for laying out text documents
dev-haskell / doctemplates : Pandoc-style document templates
dev-haskell / doctest : Test interactive Haskell examples
dev-haskell / double-conversion : Fast conversion between double precision floating point and text
dev-haskell / drbg : Deterministic random bit generator (aka PRNG) based HMACs, Hashes, and Ciphers
dev-haskell / easy-file : Cross-platform File handling
dev-haskell / echo : A cross-platform, cross-console way to handle echoing terminal input
dev-haskell / ed25519 : Ed25519 cryptographic signatures
dev-haskell / edisonapi : A library of efficient, purely-functional data structures (API)
dev-haskell / edisoncore : A library of efficent, purely-functional data structures (Core Implementations)
dev-haskell / edit-distance : Levenshtein and restricted Damerau-Levenshtein edit distances
dev-haskell / edit-distance-vector : Calculate edit distances and edit scripts between vectors
dev-haskell / editline : Bindings to the editline library (libedit)
dev-haskell / either : An either monad transformer
dev-haskell / ekg : Remote monitoring of processes
dev-haskell / ekg-core : Tracking of system metrics
dev-haskell / ekg-json : JSON encoding of ekg metrics
dev-haskell / email-validate : Email address validation
dev-haskell / emojis : Conversion between emoji characters and their names.
dev-haskell / enclosed-exceptions : Catching all exceptions from within an enclosed computation
dev-haskell / entropy : A platform independent entropy source
dev-haskell / enumerator : Reliable, high-performance processing with left-fold enumerators
dev-haskell / equivalence : Maintaining an equivalence relation implemented as union-find using STT
dev-haskell / erf : The error function, erf, and related functions
dev-haskell / errorcall-eq-instance : An orphan Eq instance for ErrorCall
dev-haskell / errors : Simplified error-handling
dev-haskell / esqueleto : Type-safe EDSL for SQL queries on persistent backends
dev-haskell / exact-pi : Exact rational multiples of pi (and integer powers of pi)
dev-haskell / exceptions : Extensible optionally-pure exceptions
dev-haskell / executable-path : Finding out the full path of the executable
dev-haskell / extensible-exceptions : Extensible exceptions
dev-haskell / extra : Extra functions I use
dev-haskell / failure : A simple type class for success/failure computations. (deprecated)
dev-haskell / fast-logger : A fast logging system
dev-haskell / fclabels : First class accessor labels implemented as lenses
dev-haskell / fdo-notify : Desktop Notifications client
dev-haskell / feed : Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds
dev-haskell / fgl : Martin Erwig's Functional Graph Library
dev-haskell / fgl-arbitrary : QuickCheck support for fgl
dev-haskell / file-embed : Use Template Haskell to embed file contents directly
dev-haskell / file-location : common functions that show file location information
dev-haskell / filelock : Portable interface to file locking (flock / LockFileEx)
dev-haskell / filemanip : Expressive file and directory manipulation for Haskell
dev-haskell / filepath-bytestring : Library for manipulating RawFilePaths in a cross platform way
dev-haskell / filestore : Interface for versioning file stores
dev-haskell / findbin : Locate directory of original program
dev-haskell / fingertree : Generic finger-tree structure, with example instances
dev-haskell / fixed : Signed 15.16 precision fixed point arithmetic
dev-haskell / fmlist : FoldMap lists
dev-haskell / foldl : Composable, streaming, and efficient left folds
dev-haskell / foundation : Alternative prelude with batteries and no dependencies
dev-haskell / free : Monads for free
dev-haskell / fsnotify : Cross platform library for file change notification
dev-haskell / generic-deriving : Generic programming library for generalised deriving
dev-haskell / generics-sop : Generic Programming using True Sums of Products
dev-haskell / geniplate-mirror : Use Template Haskell to generate Uniplate-like functions
dev-haskell / genvalidity : Testing utilities for the validity library
dev-haskell / genvalidity-hspec : Standard spec's for GenValidity instances
dev-haskell / genvalidity-property : Standard properties for functions on 'Validity' types
dev-haskell / getopt-generics : Create command line interfaces with ease
dev-haskell / gio : Binding to GIO
dev-haskell / git : Git operations in haskell
dev-haskell / git-lfs : git-lfs protocol
dev-haskell / githash : Compile git revision info into Haskell projects
dev-haskell / gitrev : Compile git revision info into Haskell projects
dev-haskell / glib : Binding to the GLIB library for Gtk2Hs
dev-haskell / glob : Globbing library
dev-haskell / gluraw : A raw binding for the OpenGL graphics system
dev-haskell / glut : A binding for the OpenGL Utility Toolkit
dev-haskell / gnuidn : Bindings for GNU IDN
dev-haskell / gnutls : Bindings for GNU libgnutls
dev-haskell / graphviz : Bindings to Graphviz for graph visualisation
dev-haskell / groupoids : This package has been absorbed into semigroupoids 4.0
dev-haskell / gsasl : Bindings for GNU libgsasl
dev-haskell / gtk : Binding to the Gtk+ graphical user interface library
dev-haskell / gtk2hs-buildtools : Tools to build the Gtk2Hs suite of User Interface libraries
dev-haskell / gtk3 : Binding to the Gtk+ 3 graphical user interface library
dev-haskell / hackage-security : Hackage security library
dev-haskell / haddock-api : A documentation-generation tool for Haskell libraries
dev-haskell / hakyll : A static website compiler library
dev-haskell / half : Half-precision floating-point
dev-haskell / hamlet : Haml-like template files that are compile-time checked (deprecated)
dev-haskell / happstack-server : Web related tools and services
dev-haskell / harp : HaRP allows pattern-matching with regular expressions
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / hashable-time : Hashable instances for Data.Time
dev-haskell / hashtables : Mutable hash tables in the ST monad
dev-haskell / haskeline : A command-line interface for user input, written in Haskell
dev-haskell / haskell-lexer : A fully compliant Haskell 98 lexer
dev-haskell / haskell-platform : The Haskell Platform
dev-haskell / haskell-src : Support for manipulating Haskell source code
dev-haskell / haskell-src-exts : Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer
dev-haskell / haskell-src-exts-util : Helper functions for working with haskell-src-exts trees
dev-haskell / haskell-src-meta : Parse source to template-haskell abstract syntax
dev-haskell / haxml : Utilities for manipulating XML documents
dev-haskell / hcg-minus : haskell cg (minus)
dev-haskell / hcodecs : A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files
dev-haskell / hdbc : Haskell Database Connectivity
dev-haskell / hdbc-mysql : MySQL driver for HDBC
dev-haskell / hdbc-odbc : ODBC driver for HDBC
dev-haskell / hdbc-postgresql : PostgreSQL driver for HDBC
dev-haskell / hdbc-sqlite3 : Sqlite v3 driver for HDBC
dev-haskell / heaps : Asymptotically optimal Brodal/Okasaki heaps
dev-haskell / hedgehog : Release with confidence
dev-haskell / hex : Convert strings into hexadecimal and back
dev-haskell / hexpat : XML parser/formatter based on expat
dev-haskell / hi-file-parser : Parser for GHC's hi files
dev-haskell / highlighting-kate : Syntax highlighting
dev-haskell / hinotify : Haskell binding to inotify
dev-haskell / hjsmin : Haskell implementation of a javascript minifier
dev-haskell / hlint : Source code suggestions
dev-haskell / hoauth2 : Haskell OAuth2 authentication client
dev-haskell / hostname : A a cross-platform means of determining the hostname
dev-haskell / hourglass : simple performant time related library
dev-haskell / hpack : An alternative format for Haskell packages
dev-haskell / hps : Haskell Postscript
dev-haskell / hs-bibutils : Haskell bindings to bibutils, the bibliography conversion utilities
dev-haskell / hs3 : Interface to Amazon's Simple Storage Service (S3)
dev-haskell / hslogger : Versatile logging framework
dev-haskell / hslua : Bindings to Lua, an embeddable scripting language
dev-haskell / hslua-module-path : Lua module to work with file paths
dev-haskell / hslua-module-system : Lua module wrapper around Haskell's System module
dev-haskell / hslua-module-text : Lua module for text
dev-haskell / hsopenssl : Partial OpenSSL binding for Haskell
dev-haskell / hspec : A Testing Framework for Haskell
dev-haskell / hspec-contrib : Contributed functionality for Hspec
dev-haskell / hspec-core : A Testing Framework for Haskell
dev-haskell / hspec-discover : Automatically discover and run Hspec tests
dev-haskell / hspec-expectations : Catchy combinators for HUnit
dev-haskell / hspec-meta : A version of Hspec which is used to test Hspec itself
dev-haskell / hspec-smallcheck : SmallCheck support for the Hspec testing framework
dev-haskell / hsql : Database access from Haskell
dev-haskell / hsql-mysql : MySQL driver for HSQL
dev-haskell / hsql-odbc : A Haskell Interface to ODBC
dev-haskell / hsql-sqlite3 : SQLite3 driver for HSQL
dev-haskell / hstringtemplate : StringTemplate implementation in Haskell
dev-haskell / hsyaml : Pure Haskell YAML 1.2 parser
dev-haskell / hsyaml-aeson : JSON to YAML Adapter
dev-haskell / htf : The Haskell Test Framework
dev-haskell / html : HTML combinator library
dev-haskell / html-conduit : Parse HTML documents using xml-conduit datatypes
dev-haskell / http : A library for client-side HTTP
dev-haskell / http-api-data : Converting to/from HTTP API data like URL pieces, headers and query parameters
dev-haskell / http-attoparsec : Attoparsec parsers for http-types
dev-haskell / http-client : An HTTP client engine, intended as a base layer for more user-friendly packages
dev-haskell / http-client-conduit : Frontend support for using http-client with conduit (deprecated)
dev-haskell / http-client-multipart : Generate multipart uploads for http-client. (deprecated)
dev-haskell / http-client-restricted : restricting the servers that http-client will use
dev-haskell / http-client-tls : http-client backend using the connection package and tls library
dev-haskell / http-common : Common types for HTTP clients and servers
dev-haskell / http-conduit : HTTP client package with conduit interface and HTTPS support
dev-haskell / http-date : HTTP Date parser/formatter
dev-haskell / http-download : Verified downloads with retries
dev-haskell / http-reverse-proxy : Reverse proxy HTTP requests, either over raw sockets or with WAI
dev-haskell / http-streams : An HTTP client using io-streams
dev-haskell / http-types : Generic HTTP types for Haskell (for both client and server code)
dev-haskell / http2 : HTTP/2.0 library including frames and HPACK
dev-haskell / httpd-shed : A simple web-server with an interact style API
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / hxt : A collection of tools for processing XML with Haskell
dev-haskell / hxt-charproperties : Character properties and classes for XML and Unicode
dev-haskell / hxt-regex-xmlschema : A regular expression library for W3C XML Schema regular expressions
dev-haskell / hxt-unicode : Unicode en-/decoding functions for utf8, iso-latin-* and other encodings
dev-haskell / icalendar : iCalendar data types, parser, and printer
dev-haskell / iconv : String encoding conversion
dev-haskell / idiii : ID3v2 (tagging standard for MP3 files) library
dev-haskell / idna : Implements IDNA (RFC 3490)
dev-haskell / ieee754 : Utilities for dealing with IEEE floating point numbers
dev-haskell / ifelse : Anaphoric and miscellaneous useful control-flow
dev-haskell / indexed-traversable : FunctorWithIndex, FoldableWithIndex, TraversableWithIndex
dev-haskell / infer-license : Infer software license from a given license file
dev-haskell / inspection-testing : GHC plugin to do inspection testing
dev-haskell / integer-logarithms : Integer logarithms
dev-haskell / integer-roots : Integer roots and perfect powers
dev-haskell / interpolate : String interpolation done right
dev-haskell / invariant : Haskell 98 invariant functors
dev-haskell / io-streams : Simple, composable, and easy-to-use stream I/O
dev-haskell / io-streams-haproxy : HAProxy protocol 1.5 support for io-streams
dev-haskell / iproute : IP Routing Table
dev-haskell / ipynb : Data structure for working with Jupyter notebooks (ipynb)
dev-haskell / iwlib : Bindings for the iw C library
dev-haskell / jira-wiki-markup : Handle Jira wiki markup
dev-haskell / js-flot : Obtain minified flot code
dev-haskell / js-jquery : Obtain minified jQuery code
dev-haskell / json : Support for serialising Haskell to and from JSON
dev-haskell / juicypixels : Picture loading/serialization (in png, jpeg, bitmap, gif, tga, tiff and others)
dev-haskell / kan-extensions : Kan extensions, lifts, forms of the Yoneda lemma, and (co)density (co)monads
dev-haskell / keys : Keyed functors and containers
dev-haskell / language-bash : Parsing and pretty-printing Bash shell scripts
dev-haskell / language-c : Analysis and generation of C code
dev-haskell / language-css : CSS 2.1 syntax
dev-haskell / language-dot : A library for the analysis and creation of Graphviz DOT files
dev-haskell / language-ecmascript : JavaScript parser and pretty-printer library
dev-haskell / language-glsl : GLSL abstract syntax tree, parser, and pretty-printer
dev-haskell / language-haskell-extract : Module to automatically extract functions from the local code
dev-haskell / language-javascript : Parser for JavaScript
dev-haskell / language-lua : Lua parser and pretty-printer
dev-haskell / language-python : Parsing and pretty printing of Python code
dev-haskell / lazysmallcheck : A library for demand-driven testing of Haskell programs
dev-haskell / lcs : Find longest common sublist of two lists
dev-haskell / leancheck : Enumerative property-based testing
dev-haskell / lens : Lenses, Folds and Traversals
dev-haskell / lens-aeson : Law-abiding lenses for aeson
dev-haskell / lens-family : Lens Families
dev-haskell / lens-family-core : Haskell 98 Lens Families
dev-haskell / lens-family-th : Generate lens-family style lenses
dev-haskell / lens-simple : simplified import of elementary lens-family combinators
dev-haskell / libmpd : An MPD client library
dev-haskell / libxml : Binding to libxml2
dev-haskell / libxml-sax : Bindings for the libXML2 SAX interface
dev-haskell / libyaml : Low-level, streaming YAML interface
dev-haskell / lifted-async : Run lifted IO operations asynchronously and wait for their results
dev-haskell / lifted-base : lifted IO operations from the base library
dev-haskell / linear : Linear Algebra
dev-haskell / list : List monad transformer and class
dev-haskell / listlike : Generic support for list-like structures
dev-haskell / logging-facade : Simple logging abstraction that allows multiple back-ends
dev-haskell / logict : A backtracking logic-programming monad
dev-haskell / logict-state : Library for logic programming based on haskell package logict
dev-haskell / lrucache : a simple, pure LRU cache
dev-haskell / lukko : File locking
dev-haskell / maccatcher : Obtain the host MAC address on *NIX and Windows
dev-haskell / magic : Interface to C file/magic library
dev-haskell / markdown-unlit : Literate Haskell support for Markdown
dev-haskell / math-functions : Special functions and Chebyshev polynomials
dev-haskell / megaparsec : Monadic parser combinators
dev-haskell / memory : memory and related abstraction stuff
dev-haskell / memotrie : Trie-based memo functions
dev-haskell / mersenne-random-pure64 : Generate high quality pseudorandom numbers purely using a Mersenne Twister
dev-haskell / microlens : A tiny lens library with no dependencies
dev-haskell / microlens-aeson : Law-abiding lenses for Aeson, using microlens
dev-haskell / microlens-mtl : microlens support for Reader/Writer/State from mtl
dev-haskell / microlens-th : Automatic generation of record lenses for microlens
dev-haskell / microstache : Mustache templates for Haskell
dev-haskell / mime : Working with MIME types
dev-haskell / mime-mail : Compose MIME email messages
dev-haskell / mime-types : Basic mime-type handling types and functions
dev-haskell / minisat : A Haskell bundle of the Minisat SAT solver
dev-haskell / mintty : A reliable way to detect the presence of a MinTTY console on Windows
dev-haskell / missingh : Large utility library
dev-haskell / mmap : Memory mapped files for POSIX and Windows
dev-haskell / mmorph : Monad morphisms
dev-haskell / mockery : Support functions for automated testing
dev-haskell / mod : Fast type-safe modular arithmetic
dev-haskell / monad-control : Lift control operations, like exception catching, through monad transformers
dev-haskell / monad-journal : Pure logger typeclass and monad transformer
dev-haskell / monad-logger : A class of monads which can log messages
dev-haskell / monad-loops : Monadic loops
dev-haskell / monad-par : A library for parallel programming based on a monad
dev-haskell / monad-par-extras : Combinators and extra features for Par monads
dev-haskell / monad-unlift : Typeclasses for representing monad transformer unlifting
dev-haskell / monadcatchio-mtl : Monad-transformer version of the Control.Exception module
dev-haskell / monadcatchio-transformers : Monad-transformer compatible version of the Control.Exception module
dev-haskell / monadlib : A collection of monad transformers
dev-haskell / monadplus : Haskell98 partial maps and filters over MonadPlus
dev-haskell / monadrandom : Random-number generation monad
dev-haskell / monads-tf : Monad classes, using type families
dev-haskell / mono-traversable : Type classes for mapping, folding, and traversing monomorphic containers
dev-haskell / mono-traversable-instances : Extra typeclass instances for mono-traversable
dev-haskell / mountpoints : list mount points
dev-haskell / mtl : Monad classes, using functional dependencies
dev-haskell / multipart : HTTP multipart split out of the cgi package
dev-haskell / murmur-hash : MurmurHash2 implementation for Haskell
dev-haskell / mustache : A mustache template parser library
dev-haskell / mutable-containers : Abstactions and concrete implementations of mutable containers
dev-haskell / mwc-random : Fast, high quality pseudo random number generation
dev-haskell / mysql : A low-level MySQL client library
dev-haskell / mysql-simple : A mid-level MySQL client library
dev-haskell / nanospec : A lightweight implementation of a subset of Hspec's API
dev-haskell / neat-interpolation : A quasiquoter for neat and simple multiline text interpolation
dev-haskell / netlink : Netlink communication for Haskell
dev-haskell / network : Low-level networking interface
dev-haskell / network-bsd : Network.BSD
dev-haskell / network-byte-order : Network byte order utilities
dev-haskell / network-conduit : Stream socket data using conduits. (deprecated)
dev-haskell / network-data : Library for network data structures and their serialization
dev-haskell / network-info : Access the local computer's basic network configuration
dev-haskell / network-multicast : Simple multicast library
dev-haskell / network-uri : URI manipulation
dev-haskell / newtype : A typeclass and set of functions for working with newtypes
dev-haskell / newtype-generics : A typeclass for working with newtypes, with generics support
dev-haskell / nonce : Generate cryptographic nonces
dev-haskell / numinstances : Instances of numeric classes for functions and tuples
dev-haskell / numtype-dk : Type-level integers, using TypeNats, Data Kinds, and Closed Type Families
dev-haskell / objectname : Explicitly handled object names
dev-haskell / old-locale : locale library
dev-haskell / old-time : Time library
dev-haskell / only : The 1-tuple type or single-value "collection"
dev-haskell / open-browser : Open a web browser from Haskell
dev-haskell / openal : A binding to the OpenAL cross-platform 3D audio API
dev-haskell / opengl : A binding for the OpenGL graphics system
dev-haskell / openglraw : A raw binding for the OpenGL graphics system
dev-haskell / openssl-streams : OpenSSL network support for io-streams
dev-haskell / options : A powerful and easy-to-use command-line option parser
dev-haskell / optparse-applicative : Utilities and combinators for parsing command line options
dev-haskell / optparse-simple : Simple interface to optparse-applicative
dev-haskell / pandoc-citeproc : Supports using pandoc with citeproc
dev-haskell / pandoc-types : Types for representing a structured document
dev-haskell / pango : Binding to the Pango text rendering engine
dev-haskell / pantry : Content addressable Haskell package management
dev-haskell / parallel : Parallel programming library
dev-haskell / parallel-io : Combinators for executing IO actions in parallel on a thread pool
dev-haskell / parsec : Monadic parser combinators
dev-haskell / parsec-numbers : Utilities for parsing numbers from strings
dev-haskell / parsec1 : Portable monadic parser combinators
dev-haskell / parser-combinators : Lightweight package providing commonly useful parser combinators
dev-haskell / parsers : Parsing combinators
dev-haskell / path : Support for well-typed paths
dev-haskell / path-io : Interface to 'directory' package for users of 'path'
dev-haskell / path-pieces : Components of paths
dev-haskell / patience : Patience diff and longest increasing subsequence
dev-haskell / pcap : A system-independent interface for user-level packet capture
dev-haskell / pcre-light : Portable regex library for Perl 5 compatible regular expressions
dev-haskell / pem : Privacy Enhanced Mail (PEM) format reader and writer
dev-haskell / persistent : Type-safe, multi-backend data serialization
dev-haskell / persistent-mysql : Backend for the persistent library using MySQL database server
dev-haskell / persistent-postgresql : Backend for the persistent library using postgresql
dev-haskell / persistent-qq : Provides a quasi-quoter for raw SQL for persistent
dev-haskell / persistent-sqlite : Backend for the persistent library using sqlite3
dev-haskell / persistent-template : Type-safe, non-relational, multi-backend persistence
dev-haskell / persistent-test : Tests for Persistent
dev-haskell / pgp-wordlist : Translate between binary data and a human-readable collection of words
dev-haskell / pid1 : Do signal handling and orphan reaping for Unix PID1 init processes
dev-haskell / pipes : Compositional pipelines
dev-haskell / pointed : Pointed and copointed data
dev-haskell / polyparse : A variety of alternative parser combinator libraries
dev-haskell / postgresql-libpq : low-level binding to libpq
dev-haskell / postgresql-simple : Mid-Level PostgreSQL client library
dev-haskell / pqueue : Reliable, persistent, fast priority queues
dev-haskell / prelude-extras : Higher order versions of Prelude classes
dev-haskell / preprocessor-tools : A framework for extending Haskell's syntax via quick-and-dirty preprocessors
dev-haskell / pretty-hex : A library for hex dumps of ByteStrings
dev-haskell / pretty-show : Tools for working with derived 'Show' instances and generic inspection of values
dev-haskell / prettyclass : Pretty printing class similar to Show
dev-haskell / prettyprinter : A modern, easy to use, well-documented, extensible pretty-printer
dev-haskell / prettyprinter-ansi-terminal : ANSI terminal backend for the "prettyprinter" package
dev-haskell / primitive : Primitive memory-related operations
dev-haskell / primitive-addr : Addresses to unmanaged memory
dev-haskell / process-extras : Process extras
dev-haskell / profunctor-extras : This package has been absorbed into profunctors 4.0
dev-haskell / profunctors : Haskell98 profunctors package
dev-haskell / project-template : Specify Haskell project templates and generate files
dev-haskell / psqueue : Priority Search Queue
dev-haskell / psqueues : Pure priority search queues
dev-haskell / publicsuffixlist : Is a given string a domain suffix?
dev-haskell / punycode : Encode unicode strings to ascii forms according to RFC 3492
dev-haskell / puremd5 : A Haskell-only implementation of the MD5 digest (hash) algorithm
dev-haskell / pwstore-fast : Secure password storage
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / quickcheck-classes : QuickCheck common typeclasses
dev-haskell / quickcheck-classes-base : QuickCheck common typeclasses from 'base'
dev-haskell / quickcheck-instances : Common quickcheck instances
dev-haskell / quickcheck-io : Use HUnit assertions as QuickCheck properties
dev-haskell / quickcheck-unicode : Generator and shrink functions for testing Unicode-related software
dev-haskell / random : random number library
dev-haskell / ranges : Ranges and various functions on them
dev-haskell / raw-strings-qq : Raw string literals for Haskell
dev-haskell / readable : Reading from Text and ByteString
dev-haskell / readargs : Simple command line argument parsing
dev-haskell / readline : An interface to the GNU readline library
dev-haskell / rebase : A more progressive alternative to the 'base' package
dev-haskell / recaptcha : Functions for using the reCAPTCHA service in web applications
dev-haskell / reducers : Semigroups, specialized containers and a general map/reduce framework
dev-haskell / refact : Specify refactorings to perform with apply-refact
dev-haskell / reflection : Reifies arbitrary terms into types that can be reflected back into terms
dev-haskell / regex-applicative : Regex-based parsing with applicative interface
dev-haskell / regex-applicative-text : regex-applicative on text
dev-haskell / regex-base : Replaces/Enhances Text.Regex
dev-haskell / regex-compat : Replaces/Enhances Text.Regex
dev-haskell / regex-compat-tdfa : Unicode Support version of Text.Regex, using regex-tdfa
dev-haskell / regex-pcre : Replaces/Enhances Text.Regex
dev-haskell / regex-pcre-builtin : PCRE Backend for "Text.Regex" (regex-base)
dev-haskell / regex-posix : Replaces/Enhances Text.Regex
dev-haskell / regex-tdfa : Replaces/Enhances Text.Regex
dev-haskell / rerebase : Reexports from 'base' with a bunch of other standard libraries
dev-haskell / resolv : Domain Name Service (DNS) lookup via the libresolv standard library routines
dev-haskell / resource-pool : A high-performance striped resource pooling implementation
dev-haskell / resourcet : Deterministic allocation and freeing of scarce resources
dev-haskell / retry : Retry combinators for monadic actions that may fail
dev-haskell / rfc5051 : Simple unicode collation as per RFC5051
dev-haskell / riff : RIFF parser for Haskell
dev-haskell / rio : A standard library for Haskell
dev-haskell / rio-orphans : Orphan instances for the RIO type in the rio package
dev-haskell / rio-prettyprint : Pretty-printing for RIO
dev-haskell / rsa : Implementation of RSA, using the padding schemes of PKCS#1 v2.1
dev-haskell / safe : Library of safe (exception free) functions
dev-haskell / safe-exceptions : Safe, consistent, and easy exception handling
dev-haskell / safesemaphore : Much safer replacement for QSemN, QSem, and SampleVar
dev-haskell / sandi : Data encoding library
dev-haskell / say : Initial project template from stack
dev-haskell / scientific : Numbers represented using scientific notation
dev-haskell / securemem : abstraction to an auto scrubbing and const time eq, memory chunk
dev-haskell / selective : Selective applicative functors
dev-haskell / semigroupoid-extras : Semigroupoids that depend on PolyKinds
dev-haskell / semigroupoids : Semigroupoids: Category sans id
dev-haskell / semigroups : Anything that associates
dev-haskell / semirings : two monoids as one, in holy haskimony
dev-haskell / sendfile : A portable sendfile library
dev-haskell / setenv : A cross-platform library for setting environment variables
dev-haskell / setlocale : Haskell bindings to setlocale
dev-haskell / sha : Implementations of the SHA suite of message digest functions
dev-haskell / shakespeare : A toolkit for making compile-time interpolated templates
dev-haskell / shakespeare-css : Stick your haskell variables into css at compile time. (deprecated)
dev-haskell / shakespeare-i18n : A type-based approach to internationalization. (deprecated)
dev-haskell / shakespeare-js : Stick your haskell variables into javascript/coffeescript at compile time
dev-haskell / shakespeare-text : Interpolation with quasi-quotation: put variables strings (deprecated)
dev-haskell / shell-escape : Shell escaping library
dev-haskell / shelly : shell-like (systems) programming in Haskell
dev-haskell / silently : Prevent or capture writing to stdout and other handles
dev-haskell / simple-reflect : Simple reflection of expressions containing variables
dev-haskell / simple-sendfile : Cross platform library for the sendfile system call
dev-haskell / singleton-bool : Type level booleans
dev-haskell / size-based : Sized functors, for size-based enumerations
dev-haskell / skein : Skein, a family of cryptographic hash functions. Includes Skein-MAC as well
dev-haskell / skylighting : syntax highlighting library
dev-haskell / skylighting-core : syntax highlighting library
dev-haskell / smallcheck : A property-based testing library
dev-haskell / snap-core : Snap: A Haskell Web Framework (core interfaces and types)
dev-haskell / snap-server : A fast, iteratee-based, epoll-enabled web server for the Snap Framework
dev-haskell / socks : Socks proxy (version 5) implementation
dev-haskell / sop-core : True Sums of Products
dev-haskell / split : Combinator library for splitting lists
dev-haskell / splitmix : Fast Splittable PRNG
dev-haskell / stack : The Haskell Tool Stack
dev-haskell / statevar : State variables
dev-haskell / statistics : A library of statistical types, data, and functions
dev-haskell / stm : Software Transactional Memory
dev-haskell / stm-chans : Additional types of channels for STM
dev-haskell / stmonadtrans : A monad transformer version of the ST monad
dev-haskell / store : Fast binary serialization
dev-haskell / store-core : Fast and lightweight binary serialization
dev-haskell / stream : A library for manipulating infinite lists
dev-haskell / streaming-commons : Common lower-level functions needed by various streaming data libraries
dev-haskell / strict : Strict data types and String IO
dev-haskell / string-qq : QuasiQuoter for non-interpolated strings, texts and bytestrings
dev-haskell / stringable : A Stringable type class, in the spirit of Foldable and Traversable
dev-haskell / stringbuilder : A writer monad for multi-line string literals
dev-haskell / stringprep : Implements the "StringPrep" algorithm
dev-haskell / stringsearch : Fast searching, splitting and replacing of ByteStrings
dev-haskell / syb : Scrap Your Boilerplate
dev-haskell / syb-with-class : Scrap Your Boilerplate With Class
dev-haskell / system-fileio : Consistent filesystem interaction across GHC versions (deprecated)
dev-haskell / system-filepath : High-level, byte-based file and directory path manipulations (deprecated)
dev-haskell / system-posix-redirect : A toy module to temporarily redirect a program's stdout
dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments
dev-haskell / tagshare : TagShare - explicit sharing with tags
dev-haskell / tagsoup : Parsing and extracting information from (possibly malformed) HTML/XML documents
dev-haskell / tagstream-conduit : streamlined html tag parser
dev-haskell / tar : Reading, writing and manipulating tar files
dev-haskell / tar-conduit : Extract and create tar files using conduit for streaming
dev-haskell / tasty : Modern and extensible testing framework
dev-haskell / tasty-ant-xml : Render tasty output to XML for Jenkins
dev-haskell / tasty-expected-failure : Mark tasty tests as failure expected
dev-haskell / tasty-golden : Golden tests support for tasty
dev-haskell / tasty-hedgehog : Integration for tasty and hedgehog
dev-haskell / tasty-hunit : HUnit support for the Tasty test framework
dev-haskell / tasty-kat : Known Answer Tests (KAT) framework for tasty
dev-haskell / tasty-lua : Write tests in Lua, integrate into tasty
dev-haskell / tasty-quickcheck : QuickCheck support for the Tasty test framework
dev-haskell / tasty-rerun : Run tests by filtering the tests depending on the result of previous runs
dev-haskell / tasty-smallcheck : SmallCheck support for the Tasty test framework
dev-haskell / tasty-th : Automatic tasty test case discovery using TH
dev-haskell / template-haskell-compat-v0208 : A backwards compatibility layer for Template Haskell newer than 2.8
dev-haskell / temporary : Portable temporary file and directory support for Windows and Unix
dev-haskell / temporary-rc : Portable temporary file and directory support for Windows and Unix
dev-haskell / tensor : Tensor data types
dev-haskell / terminal-size : Get terminal window height and width
dev-haskell / terminfo : Haskell bindings to the terminfo library
dev-haskell / test-framework : Framework for running and organising tests, with HUnit and QuickCheck support
dev-haskell / test-framework-hunit : HUnit support for the test-framework package
dev-haskell / test-framework-leancheck : LeanCheck support for test-framework
dev-haskell / test-framework-quickcheck2 : QuickCheck2 support for the test-framework package
dev-haskell / test-framework-th : Automagically generate the HUnit and Quickcheck using Template Haskell
dev-haskell / testing-feat : Functional Enumeration of Algebraic Types
dev-haskell / testing-type-modifiers : Data type modifiers for property based testing
dev-haskell / texmath : Conversion between formats used to represent mathematics
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / text-binary : Binary instances for text types
dev-haskell / text-conversions : Safe conversions between textual types
dev-haskell / text-icu : Bindings to the ICU library
dev-haskell / text-metrics : Calculate various string metrics efficiently
dev-haskell / text-short : Memory-efficient representation of Unicode text strings
dev-haskell / text-show : Efficient conversion of values into Text
dev-haskell / text-stream-decode : Streaming decoding functions for UTF encodings. (deprecated)
dev-haskell / th-abstraction : Nicer interface for reified information about data types
dev-haskell / th-expand-syns : Expands type synonyms in Template Haskell ASTs
dev-haskell / th-lift : Derive Template Haskell's Lift class for datatypes
dev-haskell / th-lift-instances : Lift instances for template-haskell for common data types
dev-haskell / th-orphans : Orphan instances for TH datatypes
dev-haskell / th-reify-many : Recurseively reify template haskell datatype info
dev-haskell / th-utilities : Collection of useful functions for use with Template Haskell
dev-haskell / threads : Fork threads and wait for their result
dev-haskell / thyme : A faster time library
dev-haskell / time-compat : This packages tries to compat as much of \'time\' features as possible
dev-haskell / time-locale-compat : Compatibility of TimeLocale between old-locale and time-1.5
dev-haskell / time-manager : Scalable timer
dev-haskell / timeit : Time a computation
dev-haskell / timezone-olson : A pure Haskell parser and renderer for binary Olson timezone files
dev-haskell / timezone-series : Enhanced timezone handling for Data.Time
dev-haskell / tls : TLS/SSL protocol native implementation (Server and Client)
dev-haskell / tls-session-manager : In-memory TLS session manager
dev-haskell / top : Constraint solving framework employed by the Helium Compiler
dev-haskell / torrent : BitTorrent file parser and generater
dev-haskell / transformers : Concrete functor and monad transformers
dev-haskell / transformers-base : Lift computations from the bottom of a transformer stack
dev-haskell / transformers-compat : A small compatibility shim for the transformers library
dev-haskell / tree-diff : Diffing of (expression) trees
dev-haskell / trifecta : A modern parser combinator library with convenient diagnostics
dev-haskell / type-equality : Type equality, coercion/cast and other operations
dev-haskell / typed-process : Run external processes, with strong typing of streams
dev-haskell / unbounded-delays : Unbounded thread delays and timeouts
dev-haskell / unexceptionalio : IO without any non-error, synchronous exceptions
dev-haskell / unicode-transforms : Unicode normalization
dev-haskell / uniplate : Help writing simple, concise and fast generic operations
dev-haskell / uniqueid : Splittable Unique Identifier Supply
dev-haskell / unix-compat : Portable POSIX-compatibility layer
dev-haskell / unix-time : Unix time parser/formatter and utilities
dev-haskell / unixutils : A crude interface between Haskell and Unix-like operating systems
dev-haskell / unliftio : The MonadUnliftIO typeclass for unlifting monads to IO (batteries included)
dev-haskell / unliftio-core : The MonadUnliftIO typeclass for unlifting monads to IO
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / uri : Library for working with URIs
dev-haskell / uri-bytestring : Haskell URI parsing as ByteStrings
dev-haskell / uri-bytestring-aeson : Aeson instances for URI Bytestring
dev-haskell / uri-encode : Unicode aware uri-encoding
dev-haskell / url : A library for working with URLs
dev-haskell / utf8-light : Lightweight UTF8 handling
dev-haskell / utf8-string : Support for reading and writing UTF8 Strings
dev-haskell / uuagc : Attribute Grammar System of Universiteit Utrecht
dev-haskell / uuagc-cabal : Cabal plugin for UUAGC
dev-haskell / uuid : For creating, comparing, parsing and printing Universally Unique Identifiers
dev-haskell / uuid-types : Type definitions for Universally Unique Identifiers
dev-haskell / uulib : Haskell Utrecht Tools Library
dev-haskell / validity : Validity typeclass
dev-haskell / vector : Efficient Arrays
dev-haskell / vector-algorithms : Efficient algorithms for vector arrays
dev-haskell / vector-binary-instances : Instances of Data.Binary and Data.Serialize for vector
dev-haskell / vector-builder : Vector builder
dev-haskell / vector-instances : Orphan Instances for 'Data.Vector'
dev-haskell / vector-space : Vector & affine spaces, linear maps, and derivatives
dev-haskell / vector-th-unbox : Deriver for Data.Vector.Unboxed using Template Haskell
dev-haskell / void : A Haskell 98 logically uninhabited data type
dev-haskell / wai : Web Application Interface
dev-haskell / wai-app-static : WAI application for static serving
dev-haskell / wai-conduit : conduit wrappers for WAI
dev-haskell / wai-extra : Provides some basic WAI handlers and middleware
dev-haskell / wai-logger : A logging system for WAI
dev-haskell / wai-test : Unit test framework (built on HUnit) for WAI applications. (deprecated)
dev-haskell / warp : A fast, light-weight web server for WAI applications
dev-haskell / warp-tls : HTTP over TLS support for Warp via the TLS package
dev-haskell / wavy : Process WAVE files in Haskell
dev-haskell / wcwidth : Native wcwidth
dev-haskell / weigh : Measure allocations of a Haskell functions/values
dev-haskell / with-location : Use ImplicitParams-based source locations in a backward compatible way
dev-haskell / wl-pprint : The Wadler/Leijen Pretty Printer
dev-haskell / wl-pprint-annotated : Wadler/Leijen pretty printer with annotations and slightly modernized API
dev-haskell / wl-pprint-text : A Wadler/Leijen Pretty Printer for Text values
dev-haskell / word8 : Word8 library
dev-haskell / wreq : An easy-to-use HTTP client library
dev-haskell / wx : A portable and native GUI library for Haskell built on top of wxWidgets
dev-haskell / wxcore : wxHaskell core
dev-haskell / wxdirect : helper tool for building wxHaskell
dev-haskell / x11 : A binding to the X11 graphics library
dev-haskell / x11-xft : Bindings to the Xft, X Free Type interface library, and some Xrender parts
dev-haskell / x509 : X509 reader and writer
dev-haskell / x509-store : X.509 collection accessing and storing methods
dev-haskell / x509-system : Handle per-operating-system X.509 accessors and storage
dev-haskell / x509-validation : X.509 Certificate and CRL validation
dev-haskell / xhtml : An XHTML combinator library
dev-haskell / xml : A simple XML library
dev-haskell / xml-conduit : Pure-Haskell utilities for dealing with XML with the conduit package
dev-haskell / xml-hamlet : Hamlet-style quasiquoter for XML content
dev-haskell / xml-types : Basic types for representing XML
dev-haskell / xmlgen : Fast XML generation library
dev-haskell / xss-sanitize : sanitize untrusted HTML to prevent XSS attacks
dev-haskell / yaml : Support for parsing and rendering YAML documents
dev-haskell / yesod : Creation of type-safe, RESTful web applications
dev-haskell / yesod-auth : Authentication for Yesod
dev-haskell / yesod-auth-hashdb : Authentication plugin for Yesod
dev-haskell / yesod-core : Creation of type-safe, RESTful web applications
dev-haskell / yesod-default : Default config and main functions for your yesod application (deprecated)
dev-haskell / yesod-form : Form handling support for Yesod Web Framework
dev-haskell / yesod-json : Generate content for Yesod using the aeson package. (deprecated)
dev-haskell / yesod-persistent : Some helpers for using Persistent from Yesod
dev-haskell / yesod-static : Static file serving subsite for Yesod Web Framework
dev-haskell / yesod-test : integration testing for WAI/Yesod Applications
dev-haskell / zip-archive : Library for creating and modifying zip archives
dev-haskell / zlib : Compression and decompression in the gzip and zlib formats
dev-haskell / zlib-bindings : Low-level bindings to the zlib package. (deprecated)
dev-haskell / zlib-enum : Enumerator interface for zlib compression
dev-util / bnfc : A compiler front-end generator
dev-util / shellcheck : Shell script analysis tool
dev-vcs / darcs : a distributed, interactive, smart revision control system
games-board / goatee-gtk : A monadic take on a 2,500-year-old board game - GTK+ UI
sci-mathematics / agda : A dependently typed functional programming language and proof assistant
www-apps / gitit : Wiki using happstack, git or darcs, and pandoc
x11-misc / xmobar : A Minimalistic Text Based Status Bar
x11-wm / xmonad : A tiling window manager
x11-wm / xmonad-contrib : Third party extensions for xmonad
Bugs
- 664140
- dev-haskell/hscolour-1.24.4: cannot satisfy -package Cabal-1.24.2.0
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/hscolour: refresh up to EAPI=7
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/hscolour: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: drop ~ppc and ~ppc64 keywords for dev-lang/ghc and rdeps
dev-lang/ghc was not being kept up to date consistently for quite a while. We'll still try to build ppc64 BE/LE binaries for it but no promise of keywords. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: destabilize dev-lang/ghc for all arches
dev-lang/ghc is a fast-moving target without much of stable API across major GHC releases. This makes stabilization process a fragile process. The change moves all haskell revdeps to pure ~arch. There are not many outside dev-haskell/*: - app-emulation/ganeti - app-text/pandoc - dev-util/bustle - dev-util/shellcheck - dev-vcs/darcs - x11-wm/xmonad/xmonad Existing stable haskell users are recommended to keyword used packages and all of dev-haskell/* to ease upgrades. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
*/*: dekeyword haskell on ia64
ia64 is an unregisterised GHC target. That means you need a few days to build ghc itself. It's fun to play with but not practical to use software. Cross-compilation to ia64 still works. Let's drop keywords. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
drop haskell on sparc, it doesn't build at all
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
dev-haskell/*: drop alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/hscolour: bump up to 1.24.4
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-haskell/hscolour: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-haskell: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Aaron Bauman · gentoo
dev-haskell/hscolour: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9 - Michał Górny · gentoo
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Sergei Trofimovich · gentoo
dev-haskell/hscolour: bump up to 1.24
Package-Manager: portage-2.3.2 - Sergei Trofimovich · gentoo
dev-haskell/hscolour: stable for x86, amd64
Package-Manager: portage-2.2.27 - Ian Delaney · gentoo
Merge remote-tracking branch 'remotes/Coacher/mpv-verbump-to-0.15.0'
Pull request: https://github.com/gentoo/gentoo/pull/675 - Sergei Trofimovich · gentoo
dev-haskell/hscolour: bump up to 1.23
Package-Manager: portage-2.2.26 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed