Ecosyste.ms: Funds

An open API service for providing issue and pull request metadata for open source projects.

Haskell: Possible Projects

https://github.com/gregwebs/dlist-instances

orphan instances for dlist

Released: 14 Mar 2014 - 2

https://github.com/ekmett/integration

Fast quadrature techniques

Released: 26 Mar 2012 - 12

https://github.com/hspec/hspec-expectations

Catchy combinators for HUnit

Released: 03 Feb 2012 - 33

https://github.com/ekmett/graphs

a monadic graph library

Released: 20 Jan 2011 - 39

https://github.com/unprolix/hdaemonize

UNIX deamon writing utilities for Haskell

Released: 12 Sep 2019 - 1

https://github.com/mrkkrp/megaparsec

Industrial-strength monadic parser combinator library

haskell megaparsec parser-library

Released: 26 Jul 2015 - 892

https://github.com/ekmett/half

half-precision floating-point

Released: 02 Nov 2014 - 14

https://github.com/haskell/base64-bytestring

Fast base64 encoding and decoding for Haskell.

Released: 10 Oct 2010 - 45

https://github.com/ndmitchell/derive

A Haskell program and library to derive instances for data types

Released: 11 Oct 2013 - 25

https://github.com/fpco/unliftio

The MonadUnliftIO typeclass for unlifting monads to IO

Released: 12 Jul 2017 - 150

https://github.com/ekmett/hyphenation

Knuth-Liang Hyphenation for Haskell based on TeX hyphenation files

Released: 11 Feb 2012 - 32

https://github.com/ndmitchell/js-flot

Haskell library to obtain minified Flot code

Released: 09 Oct 2014 - 3

https://github.com/wilx/hs-bibutils

hs-bibutils source

bibutils haskell haskell-bindings hs-bibutils pandoc

Released: 23 May 2016 - 2

https://github.com/nh2/iso8601-time

Convert to/from the ISO 8601 time format in Haskell

Released: 27 Oct 2013 - 6

https://github.com/erikd/language-javascript

Parser for JavaScript, in Haskell

Released: 21 Nov 2010 - 158

https://github.com/commercialhaskell/rio

A standard library for Haskell

Released: 30 Dec 2017 - 836

https://github.com/ekmett/intervals

Interval Arithmetic

Released: 14 Jun 2010 - 27

https://github.com/fpco/haskell-ide

Repo for collaborating on various shared Haskell IDE components.

Released: 14 Sep 2012 - 29

https://github.com/basvandijk/lifted-base

IO operations from the base library lifted to any instance of MonadBase or MonadBaseControl

haskell

Released: 11 Nov 2011 - 19

https://github.com/ekmett/exceptions

mtl friendly exceptions

Released: 30 Apr 2013 - 48

https://github.com/hspec/hspec-wai

Helpers to test WAI applications with Hspec

Released: 01 Jun 2014 - 64

https://github.com/haskell/base16-bytestring

Fast base16 (hexadecimal) encoding and decoding for Haskell bytestrings.

Released: 25 Jan 2011 - 27

https://github.com/nh2/loop

Fast loops for Haskell (for when GHC can't optimize forM_), with benchmarks

Released: 28 Apr 2014 - 17

https://github.com/ekmett/vector-instances

Additional Instances for Data.Vector

Released: 14 Jun 2010 - 9

https://github.com/foxik/hashmap

This package is deprecated in favor of unordered-containers.

Released: 09 Jun 2016 - 5

https://github.com/ekmett/void

Provides Data.Void, which is in base since ghc 7.8 or so

Released: 20 Jan 2011 - 19

https://github.com/liskin/loch-th

Support for precise error locations in source files (Template Haskell version)

Released: 17 May 2011 - 3

https://github.com/rodrigosetti/messagepack

Serialize instance for Message Pack Object msgpack.org[Haskell]

haskell messagepack serialization

Released: 25 Jul 2014 - 7

https://github.com/DanBurton/lens-family-th

Template Haskell to generate lenses for lens-family and lens-family-core

Released: 06 Jul 2012 - 7

https://github.com/kawu/text-binary

Binary instances for strict and lazy Text data types

Released: 07 Aug 2012 - 2

https://github.com/sol/interpolate

String interpolation for Haskell done right!

Released: 03 Oct 2013 - 31

https://github.com/hdbc/hdbc

Haskell Database Connectivity

Released: 22 Apr 2010 - 127

https://github.com/luqui/data-memocombinators

Pure memoization combinators for Haskell

Released: 03 Jan 2010 - 37

https://github.com/fpco/http-reverse-proxy

Reverse proxy HTTP requests, either over raw sockets or with WAI

Released: 02 Oct 2012 - 55

https://github.com/ekmett/nats

Haskell 98 Natural Numbers

Released: 06 Jan 2013 - 10

https://github.com/basvandijk/monad-control

Lift control operations, like exception catching, through monad transformers

haskell

Released: 08 Aug 2011 - 58

https://github.com/ekmett/log-domain

This package provides log-domain floats, doubles and complex numbers for Haskell.

Released: 16 Mar 2013 - 12

https://github.com/mokus0/monad-loops

Some useful control operators for looping

Released: 09 Feb 2011 - 47

https://github.com/ndmitchell/nsis

Haskell DSL for producing Windows Installer using NSIS

Released: 11 Oct 2013 - 26

https://github.com/khibino/haskell-time-locale-compat

Compatibility of TimeLocale between old-locale and time-1.5

Released: 15 Dec 2014 - 7

https://github.com/dreixel/generic-deriving

This package provides functionality for generalising the deriving mechanism in Haskell to arbitrary classes. It was first described in the paper: A generic deriving mechanism for Haskell. Jose Pedro Magalhaes, Atze Dijkstra, Johan Jeuring, and Andres Loeh. Haskell'10. The current implementation integrates with the new GHC Generics. See http://www.haskell.org/haskellwiki/GHC.Generics for more information. Template Haskell code is provided for supporting older GHCs. This library is organized as follows: Generics.Deriving.Base defines the core functionality for GHC generics, including the Generic(1) classes and representation data types. On modern versions of GHC, this simply re-exports GHC.Generics from base. On older versions of GHC, this module backports parts of GHC.Generics that were not included at the time, including Generic(1) instances. Generics.Deriving.TH implements Template Haskell functionality for deriving instances of Generic(1). Educational code: in order to provide examples of how to define and use GHC.Generics-based defaults, this library offers a number of modules which define examples of type classes along with default implementations for the classes' methods. Currently, the following modules are provided: Generics.Deriving.Copoint, Generics.Deriving.ConNames, Generics.Deriving.Enum, Generics.Deriving.Eq, Generics.Deriving.Foldable, Generics.Deriving.Functor, Generics.Deriving.Monoid, Generics.Deriving.Semigroup, Generics.Deriving.Show, Generics.Deriving.Traversable, and Generics.Deriving.Uniplate. It is worth emphasizing that these modules are primarly intended for educational purposes. Many of the classes in these modules resemble other commonly used classes—for example, GShow from Generics.Deriving.Show resembles Show from base—but in general, the classes that generic-deriving defines are not drop-in replacements. Moreover, the generic defaults that generic-deriving provide often make simplifying assumptions that may violate expectations of how these classes might work elsewhere. For example, the generic default for GShow does not behave exactly like deriving Show would. If you are seeking GHC.Generics-based defaults for type classes in base, consider using the generic-data library. Generics.Deriving.Default provides newtypes that allow leveraging the generic defaults in this library using the DerivingVia GHC language extension. Generics.Deriving re-exports Generics.Deriving.Base, Generics.Deriving.Default, and a selection of educational modules.

Released: 06 Jun 2012 - 44

https://github.com/bos/quickcheck-unicode

Unicode support for QuickCheck

Released: 05 Dec 2014 - 4

https://github.com/hspec/quickcheck-io

Use HUnit assertions as QuickCheck properties

Released: 30 Mar 2013 - 9

https://github.com/ekmett/ad

Automatic Differentiation

Released: 14 Jun 2010 - 368

https://github.com/glguy/utf8-string

Support for reading and writing UTF8 Strings in Haskell

Released: 11 Aug 2008 - 45

https://github.com/ekmett/trifecta

Parser combinators with highlighting, slicing, layout, literate comments, Clang-style diagnostics and the kitchen sink

Released: 04 Aug 2011 - 296

https://github.com/ekmett/keys

keyed functors

Released: 05 Feb 2011 - 22

https://github.com/sol/markdown-unlit

Literate Haskell support for Markdown

Released: 12 Oct 2012 - 134

https://github.com/haskell/win32

Haskell support for the Win32 API

Released: 03 Aug 2011 - 96

https://github.com/haskell/mwc-random

A very fast Haskell library for generating high quality pseudo-random numbers.

Released: 10 Oct 2010 - 55

https://github.com/ndmitchell/extra

Extra Haskell functions

Released: 06 Oct 2014 - 93

https://github.com/Vlix/http-types

Generic HTTP types for Haskell (for both client and server code)

Released: 28 Oct 2023 - 0

https://github.com/brendanhay/amazonka

A comprehensive Amazon Web Services SDK for Haskell.

aws haskell

Released: 03 Aug 2013 - 587

https://github.com/BartMassey/parseargs

Haskell argument parsing library

Released: 08 Jul 2013 - 10

https://github.com/ahammar/placeholders

Placeholders for use while developing Haskell code

Released: 29 Apr 2011 - 28

https://github.com/ekmett/prelude-extras

Haskell 98 higher order versions of Haskell Prelude classes to facilitate polymorphic recursion and reduce UndecidableInstances

Released: 12 Jan 2011 - 5

https://github.com/seereason/process-extras

Extra functionality for the Process library

Released: 03 Dec 2014 - 8

https://github.com/maoe/lifted-async

Run lifted IO operations asynchronously and wait for their results

Released: 21 Oct 2012 - 29

https://github.com/ekmett/machines

Networks of composable stream transducers

Released: 16 Aug 2012 - 338

https://github.com/jacobstanley/network-info

Get information about local network adapters such as name, IP address, MAC address

Released: 01 Aug 2010 - 32

https://github.com/batterseapower/test-framework

Framework for running and organising QuickCheck test properties and HUnit test cases

Released: 29 Aug 2008 - 83

https://github.com/jpmoresmau/reload

Reload Haskell IDE

Released: 27 Jun 2016 - 18

https://github.com/haskell-tls/hs-tls

TLS/SSL implementation in haskell

Released: 09 Sep 2010 - 402

https://github.com/ndmitchell/uniplate

Haskell library for simple, concise and fast generic operations.

Released: 11 Oct 2013 - 71

https://github.com/silkapp/multipart

A partial fork of the cgi package exposing the multipart module

Released: 10 Apr 2014 - 3

https://github.com/fpco/streaming-commons

Common lower-level functions needed by various streaming data libraries

Released: 23 Mar 2014 - 36

https://github.com/sebfisch/primes

Prime Numbers for Haskell

Released: 16 Apr 2009 - 45

https://github.com/snoyberg/monad-logger

A class of monads which can log messages

Released: 12 Apr 2018 - 35

https://github.com/nikita-volkov/postgresql-binary

Encoders and decoders for the PostgreSQL's binary format

Released: 10 Nov 2014 - 20

https://github.com/UnkindPartition/tasty-golden

Golden test support for Tasty

Released: 26 Jul 2013 - 36

https://github.com/nikita-volkov/list-t

ListT done right

Released: 12 Aug 2014 - 15

https://github.com/haskell-webdriver/haskell-webdriver

A Haskell client for the Selenium WebDriver protocol.

Released: 12 Mar 2012 - 187

https://github.com/haskellari/qc-instances

Instances for QuickCheck classes

Released: 13 Jan 2016 - 13

https://github.com/bennofs/tasty-th

Automatically generate tasty test groups from functions in a module using TH

Released: 18 Aug 2013 - 7

https://github.com/haskell/aeson

A fast Haskell JSON library

Released: 21 Jan 2011 - 1,226

https://github.com/ekmett/parsers

Generic parser combinators

Released: 23 Jun 2012 - 88

https://github.com/gregwebs/Shelly.hs

Haskell shell scripting

Released: 02 Mar 2012 - 416

https://github.com/haskell-suite/haskell-src-exts

Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer

Released: 04 May 2013 - 193

https://github.com/freizl/hoauth2

Haskell oauth2 binding

haskell identity identity-providers oauth2 oauth2-client

Released: 29 Apr 2012 - 132

https://github.com/ocharles/tasty-ant-xml

A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework.

Released: 15 Nov 2013 - 9

https://github.com/lspitzner/pqueue

Haskell priority queue package

Released: 23 Jun 2015 - 15

https://github.com/LeventErkok/sbv

SMT Based Verification in Haskell. Express properties about Haskell programs and automatically prove them using SMT solvers.

haskell smt verification

Released: 07 Jan 2011 - 240

https://github.com/haskell/network-uri

URI manipulation facilities

Released: 16 Aug 2014 - 24

https://github.com/cgaebel/stm-conduit

STM-based channels for conduits.

Released: 08 Feb 2012 - 41

https://github.com/nikita-volkov/stm-containers

Containers for STM

Released: 26 Jun 2014 - 66

https://github.com/ghcjs/ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC

Released: 28 Mar 2013 - 45

https://github.com/fizruk/http-api-data

Converting to/from HTTP API data like URL pieces, headers and query parameters.

Released: 03 Oct 2015 - 52

https://github.com/haskellari/strict

Released: 14 Jun 2020 - 8

https://github.com/haskell-hint/hint

Runtime Haskell interpreter

ghci haskell interpreter

Released: 06 Mar 2016 - 257

https://github.com/blamario/monoid-subclasses

Subclasses of Monoid with a solid theoretical foundation and practical purposes

Released: 07 Mar 2013 - 33

https://github.com/fpco/safe-exceptions

Safe, consistent, and easy exception handling

Released: 17 Jun 2016 - 133

https://github.com/lambdageek/unbound-generics

Specify variable binding in syntax trees using GHC.Generics (reimplementation of Unbound)

bound ghc-generics haskell-library substitution unbound variable-binding

Released: 01 Aug 2014 - 55

https://github.com/mrkkrp/path-io

Operations on files and directories with typed paths

file-system haskell path

Released: 06 Jan 2016 - 30

https://github.com/snapframework/xmlhtml

XML parser and renderer with HTML 5 quirks mode

haskell html-parser xml-parser

Released: 06 Jan 2011 - 21

https://github.com/ekmett/reflection

Reifies arbitrary Haskell terms into types that can be reflected back into terms

Released: 26 Jun 2010 - 102

https://github.com/cdepillabout/pretty-simple

pretty-printer for Haskell data types that have a Show instance

ghci hacktoberfest haskell pretty-print pretty-simple

Released: 15 Dec 2016 - 238

https://github.com/tomjaguarpaw/product-profunctors

Product profunctors and tools for working with them

Released: 24 Jun 2014 - 19

https://github.com/basvandijk/scientific

Arbitrary-precision floating-point numbers represented using scientific notation

haskell numbers scientific-notation

Released: 22 Oct 2013 - 73

https://github.com/UnkindPartition/data-lens-light

Simple lenses, minimum dependencies

Released: 28 Apr 2014 - 14

https://github.com/haskell/bytestring

An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.

Released: 15 Feb 2013 - 282