This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -7,21 +7,17 @@ maintainer: Peter Simons <simons@cryp.to>
77homepage : https://github.com/peti/hackage-db#readme
88bug-reports : https://github.com/peti/hackage-db/issues
99category : Distribution
10- synopsis : Access Hackage 's package database via Data.Map
10+ synopsis : Access cabal-install 's Hackage database via Data.Map
1111cabal-version : >= 1.10
1212build-type : Simple
1313tested-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
1616description :
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
2622source-repository head
2723 type : git
You can’t perform that action at this time.
0 commit comments