fixed-vector-cereal 1.0.0.0 → 1.0.0.1
raw patch · 3 files changed
+12/−3 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog +8/−0
- Data/Vector/Fixed/Instances/Cereal.hs +3/−2
- fixed-vector-cereal.cabal +1/−1
ChangeLog view
@@ -1,3 +1,11 @@+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/Cereal.hs view
@@ -1,5 +1,6 @@-{-# LANGUAGE FlexibleContexts #-}-{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE FlexibleContexts #-}+{-# LANGUAGE TypeFamilies #-}+{-# LANGUAGE UndecidableInstances #-} {-# OPTIONS_GHC -fno-warn-orphans #-} -- | Module with cereal instances for data types defined in fixed -- vector
fixed-vector-cereal.cabal view
@@ -1,5 +1,5 @@ Name: fixed-vector-cereal-Version: 1.0.0.0+Version: 1.0.0.1 Synopsis: Cereal instances for fixed-vector Description: Cereal instances for fixed-vector