vector-binary-instances 0.2.4 → 0.2.5
raw patch · 1 files changed
+8/−5 lines, 1 filesdep ~basedep ~binary
Dependency ranges changed: base, binary
Files
vector-binary-instances.cabal view
@@ -1,6 +1,6 @@ Name: vector-binary-instances-Version: 0.2.4-Synopsis: Instances of Data.Binary and Data.Serialize for vector+Version: 0.2.5+Synopsis: Instances of Data.Binary for vector Description: Instances for Binary for the types defined in the vector package, making it easy to serialize vectors to and from disk. We use the@@ -20,6 +20,9 @@ . > compress . encode $ v > Chunk "\US\139\b\NUL\NUL\N...\229\240,\254:\NUL\NUL\NUL" Empty+ .+ Try the cereal-vector package if you are looking for Data.Serialize+ instances. -- URL for the project homepage or repository. Homepage: https://github.com/bos/vector-binary-instances@@ -28,7 +31,7 @@ License-file: LICENSE Author: Don Stewart Maintainer: dons00@gmail.com, bos@serpentine.com, Ben Gamari <ben@smart-cactus.org>-Tested-With: GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2+Tested-With: GHC==8.6.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2 -- A copyright notice. -- Copyright:@@ -50,9 +53,9 @@ -- Packages needed in order to build this package. Build-depends:- base > 3 && < 4.11,+ base > 3 && < 4.13, vector >= 0.6 && < 0.13,- binary >= 0.5 && < 0.10+ binary >= 0.5 && < 0.11 Benchmark benchmarks Type: exitcode-stdio-1.0