Skip to content

Commit

Permalink
Update from Hackage at 2019-04-24T13:22:51Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Apr 24, 2019
1 parent 58f0e8d commit 6d887af
Show file tree
Hide file tree
Showing 6 changed files with 773 additions and 0 deletions.
47 changes: 47 additions & 0 deletions ghc-boot/8.6.5/ghc-boot.cabal
@@ -0,0 +1,47 @@
cabal-version: 1.22
name: ghc-boot
version: 8.6.5

license: BSD3
license-file: LICENSE
category: GHC
maintainer: ghc-devs@haskell.org
bug-reports: https://ghc.haskell.org/trac/ghc/newticket
synopsis: Shared functionality between GHC and its boot libraries
description: This library is shared between GHC, @ghc-pkg@, and other boot
libraries.
.
A note about "GHC.PackageDb": it only deals with the subset of
the package database that the compiler cares about: modules
paths etc and not package metadata like description, authors
etc. It is thus not a library interface to @ghc-pkg@ and is __not__
suitable for modifying GHC package databases.
.
The package database format and this library are constructed in
such a way that while @ghc-pkg@ depends on @Cabal@, the GHC library
and program do not have to depend on @Cabal@.
build-type: Simple
extra-source-files: changelog.md

source-repository head
type: git
location: http://git.haskell.org/ghc.git
subdir: libraries/ghc-boot

Library
default-language: Haskell2010
other-extensions: DeriveGeneric, RankNTypes, ScopedTypeVariables

exposed-modules:
GHC.LanguageExtensions
GHC.PackageDb
GHC.Serialized
GHC.ForeignSrcLang
GHC.HandleEncoding

build-depends: base >= 4.10 && < 4.13,
binary == 0.8.*,
bytestring == 0.10.*,
directory >= 1.2 && < 1.4,
filepath >= 1.3 && < 1.5,
ghc-boot-th == 8.6.5
1 change: 1 addition & 0 deletions ghc-boot/8.6.5/ghc-boot.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"16c7c614fa4c2d210d44c6eac4cfc83c","Skein512_512":"be5f49deeb9fa4febad5133e7db3f2c34cf891090286e4e06c302e0a74bad99ed97489e05275b456ce78393870d4c40c8b3d5cf3b89d4b5749e6c66a46e5e5c9","SHA1":"fa25f3322811ef691d6ba2f3cfedfc92925a8566","SHA512":"0082b35489d293b9c03a098d243fadf3661351092509237c1e78222a87d5906b1fdc438eaa94c9141e82213c6277f74fc543470ef8d150f8899dca1d29d26e41","SHA256":"8bd822ff33b8bbc3dc1acba6bd8da1eba2759c9eb068f395274a80288bc8aaeb"},"package-locations":["https://hackage.haskell.org/package/ghc-boot-8.6.5/ghc-boot-8.6.5.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/ghc-boot-8.6.5.tar.gz"],"package-size":9950}

0 comments on commit 6d887af

Please sign in to comment.