Versions
v0.5.2 :: 0/0.5.2 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64 ~x86
- USE flags
- doc hscolour profile test
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)
Dependencies
dev-haskell / base-orphans : Backwards-compatible orphan instances for base
dev-haskell / cabal : A framework for packaging Haskell software
dev-haskell / call-stack : Use GHC call-stacks in a backward compatible way
dev-haskell / hscolour : Colourise Haskell code
dev-haskell / hspec : A Testing Framework for Haskell
dev-haskell / hspec-core : A Testing Framework for Haskell
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / quickcheck : Automatic testing of Haskell programs
dev-haskell / smallcheck : A property-based testing library
Runtime Dependencies
dev-haskell / call-stack : Use GHC call-stacks in a backward compatible way
dev-haskell / hspec-core : A Testing Framework for Haskell
dev-haskell / hunit : A unit testing framework for Haskell
dev-haskell / smallcheck : A property-based testing library
Depending packages
dev-haskell / store : Fast binary serialization
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Jack Todaro · gentoo
dev-haskell/hspec-smallcheck: remove old
Closes: https://bugs.gentoo.org/735940 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> - Jack Todaro · gentoo
dev-haskell/hspec-smallcheck: bump up to 0.5.2
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> - Sergei Trofimovich · gentoo
dev-haskell/hspec-smallcheck: new package, a depend of dev-haskell/stack
SmallCheck support for the Hspec testing framework Package-Manager: Portage-2.3.6, Repoman-2.3.2