derive-storable-plugin-0.1.0.0: GHC core plugin supporting the generic-storable package.

Copyright(c) Mateusz Kłoczko, 2016
LicenseMIT
Maintainermateusz.p.kloczko@gmail.com
Stabilityexperimental
PortabilityGHC-only
Safe HaskellNone
LanguageHaskell2010

Foreign.Storable.Generic.Plugin

Description

GHC Core plugin for optimising GStorable instances. For more information please refer to generic-storable package.

How to enable:

  • use -fplugin Foreign.Storable.Generic.Plugin option
  • add {-# OPTIONS_GHC -fplugin Foreign.Storable.Generic.Plugin #-} to the compiled module.

Synopsis

Documentation

plugin :: Plugin Source #

The plugin itself.