pa-prelude: The Possehl Analytics Prelude

[ bsd3, data, library, possehl-analytics ] [ Propose Tags ]

A prelude to be used in addition to base’s Prelude


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0
Change log CHANGELOG.md
Dependencies base (<5), bytestring, containers, error (>0.1 && <1.1), exceptions, mtl, profunctors, PyF, scientific, semigroupoids, template-haskell, text, these, validation-selective, vector [details]
License BSD-3-Clause
Copyright 2023 Possehl Analytics GmbH
Author
Maintainer Philip Patsch <philip.patsch@possehl-analytics.com>
Category Data, Possehl-Analytics
Home page https://github.com/possehl-analytics/pa-hackage
Uploaded by Profpatsch at 2023-10-15T18:07:13Z
Distributions NixOS:0.2.0.0
Reverse Dependencies 5 direct, 0 indirect [details]
Downloads 57 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-10-15 [all 1 reports]

Readme for pa-prelude-0.2.0.0

[back to package description]

pa-prelude / PossehlAnalyticsPrelude

A prelude, we use in our projects; it should be imported in addition to Prelude from base, because we don’t want to diverge from base too much.

Instead, we depend of hlint to rewrite/deny the use of some functions. See ../.hlint.yaml for our hlint rules.