rfc: Robert Fischer's Common library

[ bsd3, library ] [ Propose Tags ]

An enhanced Prelude and various utilities for Aeson, Servant, PSQL, and Redis that Robert Fischer uses.


[Skip to Readme]

Modules

[Last Documentation]

  • RFC
    • RFC.API
    • Client
      • RFC.Client.Coinhive
    • RFC.Concurrent
    • Data
      • RFC.Data.IdAnd
      • RFC.Data.LatLng
      • RFC.Data.ListMoveDirection
      • RFC.Data.UUID
    • RFC.Env
    • HTTP
      • RFC.HTTP.Client
      • RFC.HTTP.Types
    • RFC.JSON
    • RFC.Log
    • RFC.Miso
      • RFC.Miso.Inject
      • RFC.Miso.Routing
      • RFC.Miso.String
      • RFC.Miso.XHR
    • RFC.Prelude
    • RFC.Psql
    • RFC.Redis
    • RFC.Servant
      • RFC.Servant.ApiDoc
    • RFC.String
    • RFC.Throttle
    • RFC.Wai

Flags

Manual Flags

NameDescriptionDefault
development

Turn on errors for warnings

Disabled
Automatic Flags
NameDescriptionDefault
browser

Build assuming GHCJS for the browser.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.0.0.6, 0.0.0.7, 0.0.0.8, 0.0.0.9, 0.0.0.10, 0.0.0.11, 0.0.0.12, 0.0.0.13, 0.0.0.14, 0.0.0.15, 0.0.0.16, 0.0.0.17, 0.0.0.18, 0.0.0.19, 0.0.0.20, 0.0.0.21, 0.0.0.22, 0.0.0.23, 0.0.0.24, 0.0.0.25
Dependencies aeson, aeson-diff, attoparsec, base (>=4.7 && <5), bifunctors, binary, blaze-html, classy-prelude (>=1.4), containers, data-default, freer-simple (>=1.0.1.1), hedis (>=0.10.0), http-api-data (>=0.3.7.1), http-client, http-client-tls, http-types, lens, lifted-async (>=0.9.3.3), markdown, miso (>=0.12.0.0), monad-control (>=1.0.2.2), natural-transformation (>=0.4), network-uri, postgresql-simple (>=0.5.3.0), resource-pool, servant (>=0.12.1), servant-blaze (>=0.8), servant-client (>=0.13), servant-docs (>=0.11.2), servant-server (>=0.13), servant-swagger (>=1.1.5), simple-logger, string-conversions, swagger2 (>=2.2), temporary, text, time-units, unliftio (>=0.2.4.0), unliftio-core (>=0.1.1.0), unordered-containers, url, uuid-types, vector, wai (>=3.2.1.1), wai-cors, wai-extra, wreq (>=0.5.2.0) [details]
License BSD-3-Clause
Copyright (c)2018 Robert Fischer
Author Robert Fischer
Maintainer smokejumperit+rfc@gmail.com
Category Library
Home page https://github.com/RobertFischer/rfc#README.md
Source repo head: git clone https://github.com/RobertFischer/rfc
Uploaded by RobertFischer at 2018-02-19T22:46:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 11909 total (53 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-02-19 [all 3 reports]

Readme for rfc-0.0.0.24

[back to package description]

Request For Comments

aka: Robert Fischer Commons

This is a place where I put Haskell that I like to use, and things that I would eventually like to break out into libraries, but I want to exercise/refine the API first.