Versions
v0.5.1 :: 0/0.5.1 :: gentoo
- Modified
- License
- BSD
- Keywords
- ~amd64 ~arm64 ~ppc64 ~riscv ~x86
- USE flags
- doc hscolour profile test text-show
v0.4.3 :: 0/0.4.3 :: gentoo
- Modified
- License
- BSD
- Keywords
- amd64 ~arm64 ~ppc64 ~riscv ~x86
- USE flags
- doc hscolour profile test text-show
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- hscolour
- Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
- profile
- Add support for software performance analysis (will likely vary from ebuild to ebuild)
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- text-show
- Use text-show library for efficient ToHttpApiData implementations.
Dependencies
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / attoparsec-iso8601 : Parsing of ISO 8601 dates, originally from aeson
dev-haskell / base-compat : A compatibility layer for base
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / cookie : HTTP cookie parsing and rendering
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hspec : A Testing Framework for Haskell
dev-haskell / http-types : Generic HTTP types for Haskell (for both client and server code)
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / quickcheck-instances : Common quickcheck instances
dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / text-show : Efficient conversion of values into Text
dev-haskell / time-compat : Compatibility package for time
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / uuid-types : Type definitions for Universally Unique Identifiers
Runtime Dependencies
dev-haskell / attoparsec : Fast combinator parsing for bytestrings and text
dev-haskell / attoparsec-iso8601 : Parsing of ISO 8601 dates, originally from aeson
dev-haskell / base-compat : A compatibility layer for base
dev-haskell / cookie : HTTP cookie parsing and rendering
dev-haskell / hashable : A class for types that can be converted to a hash value
dev-haskell / http-types : Generic HTTP types for Haskell (for both client and server code)
dev-haskell / tagged : Haskell 98 phantom types to avoid unsafely passing dummy arguments
dev-haskell / text : An efficient packed Unicode text type
dev-haskell / text-show : Efficient conversion of values into Text
dev-haskell / time-compat : Compatibility package for time
dev-haskell / unordered-containers : Efficient hashing-based container types
dev-haskell / uuid-types : Type definitions for Universally Unique Identifiers
Depending packages
dev-haskell / persistent : Type-safe, multi-backend data serialization
dev-haskell / persistent-test : Tests for Persistent
dev-haskell / servant : A family of combinators for defining webservices APIs
dev-haskell / servant-server : A family of combinators for defining webservices APIs and serving them
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - hololeap · gentoo
dev-haskell/http-api-data: add 0.5.1
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - hololeap · gentoo
dev-haskell/http-api-data: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-haskell/http-api-data: keyword 0.4.3 for ~riscv
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-haskell/http-api-data: keyword 0.4.3 for ~arm64
Thanks-to: Marcus Comstedt <marcus@mc.pp.se> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-haskell/http-api-data: drop 0.4.1.1
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - matoro · gentoo
dev-haskell/http-api-data: add 0.4.3
Signed-off-by: matoro <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sergei Trofimovich · gentoo
dev-haskell/http-api-data: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/http-api-data: bump up to 0.4.1.1
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Inline mirror://hackage and update URIs
This change inlines mirror://hackage in all ebuilds, and updates URIs to the modern form (old URIs redirect to that). The change has been made using the following command: find -name '*.ebuild' -exec sed -r -i \ -e 's@mirror://hackage/@https://hackage.haskell.org/@g' \ -e 's@https://hackage.haskell.org/packages/archive/([^/]*)/([^/]*)/@https://hackage.haskell.org/package/\1-\2/@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{PV}@${P}@g' \ -e '/hackage\.haskell\.org/s@\$\{MY_PN}-\$\{PV}@${MY_P}@g' \ -e '/hackage\.haskell\.org/s@\$\{PN}-\$\{MY_PV}@${MY_P}@g' \ {} + Signed-off-by: Michał Górny <mgorny@gentoo.org> - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Sergei Trofimovich · gentoo
dev-haskell/http-api-data: new package, a depend of dev-haskell/persistent-2.6
Converting to/from HTTP API data like URL pieces, headers and query parameters Package-Manager: Portage-2.3.3, Repoman-2.3.1