packages feed

fixed-vector-binary 1.0.0.0 → 1.0.0.1

raw patch · 3 files changed

+11/−3 lines, 3 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog view
@@ -1,3 +1,10 @@+Changes in 1.0.0.1++  * GHC 8.6 compatibility++Changes in 1.0.0.0++  * Compatibility with fixed-vector-1.0 Changes in 0.6.0.0    * Initial release
Data/Vector/Fixed/Instances/Binary.hs view
@@ -1,5 +1,6 @@-{-# LANGUAGE FlexibleContexts #-}-{-# LANGUAGE TypeFamilies     #-}+{-# LANGUAGE FlexibleContexts     #-}+{-# LANGUAGE TypeFamilies         #-}+{-# LANGUAGE UndecidableInstances #-} {-# OPTIONS_GHC -fno-warn-orphans #-} -- | Module with binary instances for data types defined in fixed --   vector
fixed-vector-binary.cabal view
@@ -1,5 +1,5 @@ Name:           fixed-vector-binary-Version:        1.0.0.0+Version:        1.0.0.1 Synopsis:       Binary instances for fixed-vector Description:   Binary instances for fixed-vector