diff options
Diffstat (limited to 'devel/hs-vector-binary-instances/pkg-descr')
-rw-r--r-- | devel/hs-vector-binary-instances/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/hs-vector-binary-instances/pkg-descr b/devel/hs-vector-binary-instances/pkg-descr new file mode 100644 index 000000000000..dd79d1517895 --- /dev/null +++ b/devel/hs-vector-binary-instances/pkg-descr @@ -0,0 +1,6 @@ +Instances for Binary for the types defined in the vector package, making +it easy to serialize vectors to and from disk. We use the generic +interface to vectors, so all vector types are supported. Specific +instances are provided for unboxed, boxed and storable vectors. + +WWW: https://github.com/bos/vector-binary-instances |