Skip to content

Commit

Permalink
Update from Hackage at 2017-09-20T05:16:40Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Sep 20, 2017
1 parent 696e000 commit 9e7aa35
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 0 deletions.
88 changes: 88 additions & 0 deletions hackage-db/2.0/hackage-db.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
-- This file has been generated from package.yaml by hpack version 0.18.1.
--
-- see: https://github.com/sol/hpack

name: hackage-db
version: 2.0
license: BSD3
license-file: LICENSE
tested-with: GHC > 7.8 && < 8.3
author: Peter Simons, Alexander Altman, Ben James
maintainer: Peter Simons <simons@cryp.to>
homepage: https://github.com/peti/hackage-db#readme
bug-reports: https://github.com/peti/hackage-db/issues
category: Distribution
synopsis: Access Hackage's package database via Data.Map
cabal-version: >= 1.10
build-type: Simple
description: This is an early and mostly undocumented release of the 2.x version of hackage-db that's intended mostly for experimenting with and testing of the new API. Porting code from 1.x to 2.x is pretty simple, but if you do that at this point, please expect minor details of this API to change in forthcoming releases. For production code, you are probably better off with the 1.x release for now.
.
Check out https://github.com/peti/hackage-db/tree/master/example/ for a collection of simple example programs that demonstrate how to use this code.

source-repository head
type: git
location: https://github.com/peti/hackage-db

library
hs-source-dirs:
src
other-extensions: DeriveDataTypeable DeriveGeneric
build-depends:
base >= 3 && < 5
, Cabal
, containers
, aeson
, bytestring
, directory
, filepath
, tar >= 0.4
, time
, utf8-string
exposed-modules:
Distribution.Hackage.DB
Distribution.Hackage.DB.Errors
Distribution.Hackage.DB.MetaData
Distribution.Hackage.DB.Parsed
Distribution.Hackage.DB.Path
Distribution.Hackage.DB.Unparsed
Distribution.Hackage.DB.Utility
other-modules:
Paths_hackage_db
default-language: Haskell2010

executable list-known-versions
main-is: list-known-versions.hs
hs-source-dirs:
example
build-depends:
base >= 3 && < 5
, Cabal
, containers
, hackage-db
, bytestring
default-language: Haskell2010

executable show-meta-data
main-is: show-meta-data.hs
hs-source-dirs:
example
build-depends:
base >= 3 && < 5
, Cabal
, containers
, hackage-db
, bytestring
, utf8-string
default-language: Haskell2010

executable show-package-versions
main-is: show-package-versions.hs
hs-source-dirs:
example
other-extensions: CPP
build-depends:
base >= 3 && < 5
, Cabal
, containers
, hackage-db
default-language: Haskell2010
1 change: 1 addition & 0 deletions hackage-db/2.0/hackage-db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"327818ecbcc2e7ed6f3e0bb13e5248ff","Skein512_512":"8fa3e0e573d036d57ef2c54c8926ead1f72cf74578634b39cda02f25756ee37b842cf3397e3aab727c5d5a1562593f2b765dbec154d9af61d07cde8eba6f51ca","SHA1":"706f5a049a6a955b861d281ff37d5e2386017e3e","SHA512":"773d7aed70122ea21a6c75736dca702ef4764cd930f6d0278416788dff7f026fc0bd2f2e193abce1dfd0741ae165c7310078c9e46eccadaeebfb1db235e9f0f7","SHA256":"f8390ab421f89bd8b03df9c3d34c86a82ea26d150dfb5cfb1bdb16f20452bf27"},"package-locations":["https://hackage.haskell.org/package/hackage-db-2.0/hackage-db-2.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/hackage-db-2.0.tar.gz"],"package-size":6270}

0 comments on commit 9e7aa35

Please sign in to comment.