2021-04-23 14:30:17 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to reflection-2.1.6
Fix a bug in which give (and possibly reify, reifyNat, and
reifySymbol) could be unsoundly inlined by GHC 8.10 or older to
produce incorrect runtime results.
|
2020-05-13 06:53:17 by Roland Illig | Files touched by this commit (18) |
Log message:
hs-*: add PLIST files for a few more Haskell packages
|
2020-01-02 08:16:27 by Masatake Daimon | Files touched by this commit (4) |
Log message:
Update to reflection-2.1.5
2.1.5 [2019.08.27]
* Fix a bug in which reifyNat would yield incorrect results for very
large Integers on GHC 8.2 or later.
2.1.4 [2018.07.02]
* Allow building with GHC 8.6.
2.1.3 [2018.01.18]
* Add Semigroup instance for ReflectedMonoid.
2.1.2
* Support cross-compilation and unregistered GHC builds.
2.1.1.1
* Fixed typos in the documentation.
2.1.1
* Fixed support for GHC 7.0
2.1
* Added ReifiedMonoid and ReifiedApplicative.
2
* Added reifyNat and reifySymbol for GHC 7.8+, capable of reflecting
into the KnownNat and KnownSymbol classes respectively for use with
other APIs.
* Back-ported reifyTypeable from lens. This enables us to perform a
(less efficient) form of Typeable reflection.
1.5.2
* Renamed the flag for disabling the use of template-haskell, to
-f-template-haskell for consistency with my other packages.
1.5.1.2
* Builds warning-free on GHC 7.10.
* Added a dynamic FromJSON example.
1.5.1.1
* Updated the link to the paper.
* More examples.
|
2015-11-03 04:29:40 by Alistair G. Crooks | Files touched by this commit (1995) |
Log message:
Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-11-07 14:07:56 by Ryosuke Moro | Files touched by this commit (5) |
Log message:
Import reflection-1.5.1 as devel/hs-reflection.
This package provides an implementation of the ideas presented in the paper
"Functional Pearl: Implicit Configurations" by Oleg Kiselyov and
Chung-chieh Shan. However, the API has been streamlined to improve
performance.
The original paper can be obtained from
http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf.
For a summary of the approach taken by this library, along with more
motivating examples, see Austin Seipp's tutorial at
https://www.fpcomplete.com/user/thoughtpolice/using-reflection.
|