Skip to content
Snippets Groups Projects
Commit 1c0c140a authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

ghc-compact: Update cabal file

Improve documentation, bump bounds and cabal-version.
parent d8d57729
No related branches found
No related tags found
No related merge requests found
cabal-version: 1.12
name: ghc-compact
version: 0.1.0.0
-- NOTE: Don't forget to update ./changelog.md
......@@ -19,8 +20,10 @@ description:
Internally, the struct is stored a single contiguous block of memory,
which allows efficient serialization and deserialization of structs
for distributed computing.
This package provides a low-level API; see also the </package/compact
compact package> which provides a user-facing API.
build-type: Simple
cabal-version: >=1.10
tested-with: GHC==7.11
source-repository head
......@@ -38,7 +41,7 @@ library
build-depends: ghc-prim >= 0.5.3 && < 0.9,
base >= 4.9.0 && < 4.17,
bytestring >= 0.10.6.0
bytestring >= 0.10.6.0 && <0.12
ghc-options: -Wall
exposed-modules: GHC.Compact
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment