Skip to content
Snippets Groups Projects
Commit 1c4b23e8 authored by Sylvain Henry's avatar Sylvain Henry
Browse files

Update .cabal metadata

parent 098e969b
No related branches found
No related tags found
No related merge requests found
...@@ -4,19 +4,18 @@ synopsis: GHC-API compatibility helpers ...@@ -4,19 +4,18 @@ synopsis: GHC-API compatibility helpers
description: description:
GHC codebase is a moving target. This package provides GHC codebase is a moving target. This package provides
compatibility for codes relying on an older GHC-API version. compatibility for codes relying on an older GHC-API version.
See https://gitlab.haskell.org/ghc/ghc/-/wikis/Make-GHC-codebase-more-modular for the migration plan.
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Sylvain Henry author: Sylvain Henry
maintainer: sylvain@haskus.fr maintainer: sylvain@haskus.fr
copyright: Sylvain Henry 2020
category: Development category: Development
build-type: Simple build-type: Simple
cabal-version: 1.22 cabal-version: 1.22
source-repository head source-repository head
type: git type: git
location: https://github.com/hsyl20/ghc-api-compat.git location: https://gitlab.haskell.org/haskell/ghc-api-compat.git
library library
build-depends: build-depends:
ghc >= 8.6, base < 5.0 ghc >= 8.6, base < 5.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment