summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-11-02 12:18:48 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-01 03:09:21 -0500
commit1c0c140aee48e35a2afdb4fa2b0ecc4fd08d3893 (patch)
tree89ed34b59abf56ddb22205c310f2d32c6e484a62
parentd8d57729e1630229b2810abfc7eda78c4a08eec8 (diff)
downloadhaskell-1c0c140aee48e35a2afdb4fa2b0ecc4fd08d3893.tar.gz
ghc-compact: Update cabal file
Improve documentation, bump bounds and cabal-version.
-rw-r--r--libraries/ghc-compact/ghc-compact.cabal7
1 files changed, 5 insertions, 2 deletions
diff --git a/libraries/ghc-compact/ghc-compact.cabal b/libraries/ghc-compact/ghc-compact.cabal
index 7ddb956355..2b84d61c6a 100644
--- a/libraries/ghc-compact/ghc-compact.cabal
+++ b/libraries/ghc-compact/ghc-compact.cabal
@@ -1,3 +1,4 @@
+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