staged-gg: GHC.Generics style staged generics
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
GHC.Generics style staged generics.
See https://www.andres-loeh.de/StagedSOP/ paper for description of
staged-sop
, which is staged version of generics-sop
.
The non generics-sop
specific parts
like sections on Typed Template Haskell, and Type Template Haskell and Constraints,
are applicable to staged-gg
as well.
This package is an EXPERIMENTAL proof-of-concept. It works if you do not do anything fancy. Because of current GHC Typed Template Haskell limitations, quite simple things are "fancy". See https://github.com/phadej/staged-gg/tree/master/staged-gg-examples for examples what you can do regardless.
Properties
Versions | 0.1, 0.1 |
---|---|
Change log | None available |
Dependencies | base (>=4.15 && <4.16), containers (>=0.6.4.1 && <0.7), generic-deriving (>=1.14 && <1.15), template-haskell (>=2.17.0.0 && <2.18), th-abstraction (>=0.4.2.0 && <0.5), th-lift (>=0.8.2 && <0.9) [details] |
License | BSD-3-Clause |
Author | Oleg Grenrus, Andres Löh |
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Category | Staged, Generics |
Source repo | head: git clone https://github.com/phadej/staged-gg.git |
Uploaded | by phadej at 2021-02-21T16:37:14Z |
Modules
- Staged
- GHC
- Staged.GHC.Generics
- Staged.GHC.Generics.Instances
- Staged.GHC.Generics.TH
- Staged.GHC.Generics.Types
- Staged.GHC.Generics
- GHC
Downloads
- staged-gg-0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees