Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/hs-reflection,
Reifies arbitrary terms into types
Branch: CURRENT,
Version: 1.5.1,
Package name: hs-reflection-1.5.1,
Maintainer: szptvlfnThis 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.
Required to run:[
wip/ghc] [
devel/hs-tagged]
Master sites:
SHA1: cb0c9630b562667fe4044b329309c8aae792b9fe
RMD160: 2069fc51ecc5e26e733929c3172bc4bb131c7849
Filesize: 9.215 KB
Version history: (Expand)
- (2014-11-08) Package deleted from pkgsrc
- (2014-11-07) Updated to version: hs-reflection-1.5.1
- (2014-01-29) Updated to version: hs-reflection-1.4
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
CVS history: (Expand)
2014-11-07 14:10:27 by Ryosuke Moro | Files touched by this commit (6) | |
Log message:
Remove hs-reflection, imported to pkgsrc/devel.
|
2014-11-06 14:02:52 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.5.1
CHANGELOG:
# 1.5.1
* We no longer export Show (Q a) for GHC >= 7.4. This was causing random \
hangs when users tried to somehow run declaration splices from the REPL.
* We no longer depend on tagged for GHC >= 7.8, since `Proxy` is now in `base`.
# 1.5
* Added a flag to disable `template-haskell` support for GHC stage1 platforms.
* Added instances of `Reifies` for `GHC.TypeLits`
|
2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101) |
Log message:
make it clear what package depend on
discussed with wiz@.
|
2014-05-17 23:00:05 by Ryosuke Moro | Files touched by this commit (25) |
Log message:
Remove hs-tagged, imported to pkgsrc/devel
|
2014-05-05 02:03:01 by Ryosuke Moro | Files touched by this commit (74) |
Log message:
Update MAINTAINER address
|
2014-04-21 11:11:37 by Ryosuke Moro | Files touched by this commit (38) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2014-01-29 23:28:56 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 1.4
CHANGELOG:
# 1.4
* Changed the behavior of the $(1) template haskell splices for Exp to use
a Proxy rather than value-level numbers. This is more consistent with the
role of this library and the other could always be generated via sa splice
anyways.
|
2013-05-22 21:12:43 by Ryosuke Moro | Files touched by this commit (5) |
Log message:
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.
|