packages feed

fixed-vector-cborg 1.0.0.0 → 1.0.0.1

raw patch · 3 files changed

+13/−4 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,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/CBOR.hs view
@@ -1,6 +1,7 @@-{-# LANGUAGE FlexibleContexts    #-}-{-# LANGUAGE ScopedTypeVariables #-}-{-# LANGUAGE TypeFamilies        #-}+{-# LANGUAGE FlexibleContexts     #-}+{-# LANGUAGE ScopedTypeVariables  #-}+{-# LANGUAGE TypeFamilies         #-}+{-# LANGUAGE UndecidableInstances #-} {-# OPTIONS_GHC -fno-warn-orphans #-} -- | Module with binary instances for data types defined in fixed --   vector
fixed-vector-cborg.cabal view
@@ -1,5 +1,5 @@ Name:           fixed-vector-cborg-Version:        1.0.0.0+Version:        1.0.0.1 Synopsis:       Binary instances for fixed-vector Description:   CBOR serialization instances for fixed-vector's types. Generic