Cabal revisions of ghc-boot-8.8.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.22-name: ghc-boot-version: 8.8.3--license: BSD3-license-file: LICENSE-category: GHC-maintainer: ghc-devs@haskell.org-bug-reports: https://gitlab.haskell.org/ghc/ghc/issues-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: https://gitlab.haskell.org/ghc/ghc.git- subdir: libraries/ghc-boot--Library- default-language: Haskell2010- other-extensions: DeriveGeneric, RankNTypes, ScopedTypeVariables- default-extensions: NoImplicitPrelude-- exposed-modules:- GHC.LanguageExtensions- GHC.PackageDb- GHC.Serialized- GHC.ForeignSrcLang- GHC.HandleEncoding-- build-depends: base >= 4.7 && < 4.14,- binary == 0.8.*,- bytestring == 0.10.*,- directory >= 1.2 && < 1.4,- filepath >= 1.3 && < 1.5,- ghc-boot-th == 8.8.3+cabal-version: 1.22 +name: ghc-boot +version: 8.8.3 +x-revision: 1 + +license: BSD3 +license-file: LICENSE +category: GHC +maintainer: ghc-devs@haskell.org +bug-reports: https://gitlab.haskell.org/ghc/ghc/issues +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: https://gitlab.haskell.org/ghc/ghc.git + subdir: libraries/ghc-boot + +Library + default-language: Haskell2010 + other-extensions: DeriveGeneric, RankNTypes, ScopedTypeVariables + default-extensions: NoImplicitPrelude + + exposed-modules: + GHC.LanguageExtensions + GHC.PackageDb + GHC.Serialized + GHC.ForeignSrcLang + GHC.HandleEncoding + + build-depends: base >= 4.11 && < 4.14, + binary == 0.8.*, + bytestring == 0.10.*, + directory >= 1.2 && < 1.4, + filepath >= 1.3 && < 1.5, + ghc-boot-th == 8.8.3