File: binary-shared.cabal

package info (click to toggle)
haskell-binary-shared 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 76 kB
  • ctags: 1
  • sloc: haskell: 129; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
name: binary-shared
version: 0.8.3
cabal-version: -any
build-type: Simple
license: GPL
license-file: LICENSE
copyright: Juergen Nicklisch-Franken (jutaro)
maintainer: maintainer@leksah.org
build-depends: base >=4.5.0.0 && <5.0.0.0, binary >=0.5,
               bytestring >=0.9.1.4, containers >=0.2.0.0, mtl >=1.1.0.2
homepage: http://www.leksah.org
package-url: http://code.haskell.org/binary-shared
bug-reports: http://code.google.com/p/leksah/issues/list
synopsis: Sharing for the binary package
description: I had problems with the size of the allocated heap space after serializing
             and loading data with the binary package. The reason was that
             binary does not support sharing of identical elements, so I came up
             with the generic solution in this package.
category: Data
author: Juergen Nicklisch-Franken (jutaro)
tested-with: GHC ==6.10 || ==6.12
data-dir: ""
exposed-modules: Data.Binary.Shared
exposed: True
buildable: True
pkgconfig-depends:
hs-source-dirs: src