Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit ee578da

Browse files
committed
hackage-db.cabal: clarify the synopsis and description
Fixes #5.
1 parent 6886a26 commit ee578da

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

hackage-db.cabal

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,17 @@ maintainer: Peter Simons <simons@cryp.to>
77
homepage: https://github.com/peti/hackage-db#readme
88
bug-reports: https://github.com/peti/hackage-db/issues
99
category: Distribution
10-
synopsis: Access Hackage's package database via Data.Map
10+
synopsis: Access cabal-install's Hackage database via Data.Map
1111
cabal-version: >= 1.10
1212
build-type: Simple
1313
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
1414
, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1
1515

1616
description:
17-
This is an early and mostly undocumented release of the 2.x version of
18-
hackage-db that's intended mostly for experimenting with and testing of the
19-
new API. Porting code from 1.x to 2.x is pretty simple, but if you do that at
20-
this point, please expect minor details of this API to change in forthcoming
21-
releases.
22-
.
23-
Check out https://github.com/peti/hackage-db/tree/master/example/ for a
24-
collection of simple example programs that demonstrate how to use this code.
17+
This library provides convenient access to the local copy of the Hackage
18+
database that "cabal update" creates. Check out
19+
https://github.com/peti/hackage-db/tree/master/example/ for a collection of
20+
simple example programs that demonstrate how to use this code.
2521

2622
source-repository head
2723
type: git

0 commit comments

Comments
 (0)