./devel/hs-reflection, Reifies arbitrary terms into types

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.1.9nb1, Package name: hs-reflection-2.1.9nb1, Maintainer: szptvlfn

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.


Required to run:
[math/hs-semigroups] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 17.148 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 08:41:55 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
devel/hs-reflection: update to reflection-2.1.9

# 2.1.9 [2024.12.04]
* Drop support for pre-8.0 versions of GHC.

# 2.1.8 [2024.05.04]
* Fix a memory leak in `reifyTypeable`.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-28 18:50:46 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-reflection: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-24 16:06:24 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-reflection: Update to 2.1.7

2.1.7 [2023.02.28]

* When building with base-4.18 (GHC 9.6) or later, implement reifyNat and
  reifySymbol using the API provided by GHC.TypeLits instead of resorting
  to unsafeCoerce.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk