Copyright | (c) Mateusz Kłoczko 2016 |
---|---|
License | MIT |
Maintainer | mateusz.p.kloczko@gmail.com |
Stability | experimental |
Portability | GHC-only |
Safe Haskell | None |
Language | Haskell2010 |
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.