packages feed

massiv-serialise 1.0.0.0 → 1.0.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

massiv-serialise.cabal view
@@ -1,5 +1,5 @@ name:                massiv-serialise-version:             1.0.0.0+version:             1.0.0.1 synopsis:            Compatibility of 'massiv' with 'serialise' description:         Orphan 'Serialise' class instances from <https://hackage.haskell.org/package/serialise serialise> package that allow serialization of arrays defined in <https://hackage.haskell.org/package/massiv massiv> package homepage:            https://github.com/lehins/massiv-compat
tests/doctests.hs view
@@ -1,7 +1,7 @@ {-# LANGUAGE CPP #-} module Main where -#if __GLASGOW_HASKELL__ >= 802 && __GLASGOW_HASKELL__ != 810+#if __GLASGOW_HASKELL__ >= 802 && __GLASGOW_HASKELL__ < 810  import Test.DocTest (doctest)