packages feed

derive-storable-plugin 0.2.3.2 → 0.2.3.3

raw patch · 3 files changed

+7/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for generic-storable-plugin +## 0.2.3.3  -- 2020-12-05++* Put a comma in a wrong place.+ ## 0.2.3.2  -- 2020-12-04  * Compiler marked as pure.
derive-storable-plugin.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                derive-storable-plugin-version:             0.2.3.2+version:             0.2.3.3 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.
src/Foreign/Storable/Generic/Plugin.hs view
@@ -32,9 +32,9 @@ -- | The plugin itself. plugin :: Plugin plugin = defaultPlugin {-  installCoreToDos = install,+    installCoreToDos = install #if MIN_VERSION_GLASGOW_HASKELL(8,6,1,0)-  pluginRecompile = \_ -> pure NoForceRecompile+  , pluginRecompile = \_ -> pure NoForceRecompile #endif   }