yesod-static-streamly: A streamly-based library providing performance-focused alternatives for functionality found in yesod-static.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- The 'synopsis' field is rather long (max 80 chars is recommended).
- The 'description' field should be longer than the 'synopsis' field. It's useful to provide an informative 'description' to allow Haskell programmers who have never heard about your package to understand the purpose of your package. The 'description' field content is typically shown by tooling (e.g. 'cabal info', Haddock, Hackage) below the 'synopsis' which serves as a headline. Please refer to <https://cabal.readthedocs.io/en/stable/cabal-package.html#package-properties> for more details.
- 'ghc-options: -O2' is rarely needed. Check that it is giving a real benefit and not just imposing longer compile times on your users.
- 'ghc-options: -fprof*' profiling flags are typically not appropriate for a distributed library package. These flags are useful to profile this package, but when profiling other packages that use this one these flags clutter the profile output with excessive detail. If you think other packages really want to see cost centres from this package then use '-fprof-auto-exported' which puts cost centres only on exported functions. Alternatively, if you want to use this, make it conditional based on a Cabal configuration flag (with 'manual: True' and 'default: False') and enable that flag during development.
API docs and the README are available at https://github.com/Matthew-Mosior/yesod-static-streamly
Properties
Versions | 0.1.1.0, 0.1.1.1, 0.1.2.1, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.3.5, 0.1.3.6, 0.1.4.0, 0.1.4.1, 0.1.4.2, 0.1.4.3, 0.1.4.4, 0.1.4.5, 0.1.5.1, 0.1.5.2, 0.1.5.3 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.17.1.0 && <4.18), bytestring (>=0.11.4 && <0.12), directory (>=1.3.7 && <1.4), streamly-bytestring (>=0.2.0 && <0.3), streamly-core (>=0.1.0 && <0.2), text (>=2.0.2 && <2.1), yesod-core (>=1.6.24 && <1.7) [details] |
License | BSD-3-Clause |
Author | Matthew Mosior |
Maintainer | mattm.github@gmail.com |
Category | Web, Streamly, Yesod |
Uploaded | by MatthewMosior at 2023-07-04T00:13:21Z |
Modules
- Yesod
- Default
- Util
- Yesod.Default.Util.Streamly
- Util
- Default
Downloads
- yesod-static-streamly-0.1.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees