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.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, async, attoparsec, base (>=4.7 && <5), bifunctors, binary, blaze-html, classy-prelude (>=1.4.0), containers, data-default, exceptions, hedis, http-api-data (>=0.3.7.1), http-client, http-client-tls, http-types, lens, lifted-async, markdown, miso (>=0.12.0.0), monad-control, postgresql-simple (>=0.5.3.0), resource-pool, servant, servant-blaze, servant-client, servant-docs, servant-server, servant-swagger, simple-logger, string-conversions, swagger2, temporary, text, time-units, 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-05T22:10:03Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 11856 total (52 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-05 [all 3 reports]

Readme for rfc-0.0.0.18

[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.