hackage-db 1.0 → 1.2
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- hackage-db.cabal +3/−3
hackage-db.cabal view
@@ -1,5 +1,5 @@ Name: hackage-db-Version: 1.0+Version: 1.2 Copyright: Peter Simons License: BSD3 License-File: LICENSE@@ -8,9 +8,9 @@ Homepage: http://github.com/peti/hackage-db Category: Distribution Synopsis: provide access to the Hackage database via Data.Map-Cabal-Version: >= 1.8+Cabal-Version: >= 1.6 Build-Type: Simple-Tested-With: GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1+Tested-With: GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.4.1 Description: This module provides simple access to the Hackage database by means of @Data.Map@. Suppose you wanted to implement a utility that queries