packages feed

derive-storable-plugin 0.1.0.1 → 0.1.0.2

raw patch · 3 files changed

+7/−5 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,8 +1,10 @@ # Revision history for generic-storable-plugin -## 0.1.0.1  -- 2016-09-11+## 0.1.0.2  -- 2016-09-11 +* Changed generic-storable to derive-storable in README.md * Added README.md to the package+  ## 0.1.0.0  -- 2016-09-08 
README.md view
@@ -1,6 +1,6 @@ # Introduction -The goal of `generic-storable-plugin` is to support the [generic-storable](https://www.github.com/mkloczko/generic-storable) package. It introduces optimisations to GStorable methods derived using GHC.Generics at core-to-core passes. +The goal of `derive-storable-plugin` is to support the [derive-storable](https://www.github.com/mkloczko/generic-storable) package. It introduces optimisations to GStorable methods derived using GHC.Generics at core-to-core passes.   # Usage @@ -36,5 +36,5 @@  # Benchmarks -The plugin was benchmarked using [generic-storable-benchmark](https://www.github.com/mkloczko/generic-storable-benchmark/tree/plugin) package. The benchark measures handwritten Storable instances, raw GStorable instances and optimised-by-plugin GStorable instances. The code was compiled with `-O1` optimisation flag.-![Benchmarks](https://raw.githubusercontent.com/mkloczko/generic-storable-plugin/images/benchmarks/O1.png)+The plugin was benchmarked using [derive-storable-benchmark](https://www.github.com/mkloczko/derive-storable-benchmark/tree/plugin) package. The benchark measures handwritten Storable instances, raw GStorable instances and optimised-by-plugin GStorable instances. The code was compiled with `-O1` optimisation flag.+![Benchmarks](https://raw.githubusercontent.com/mkloczko/derive-storable-plugin/images/benchmarks/O1.png)
derive-storable-plugin.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                derive-storable-plugin-version:             0.1.0.1+version:             0.1.0.2 synopsis:            GHC core plugin supporting the derive-storable package. description:         The package helps derive-storable package in forcing compile time evaluation of                      sizes, alignments and offsets.