summaryrefslogtreecommitdiff
path: root/libraries/ghc-boot-th/ghc-boot-th.cabal.in
blob: 495968edbe88552029e323da94d402a52f1728c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-- WARNING: ghc-boot-th.cabal is automatically generated from
-- ghc-boot-th.cabal.in by ../../configure.  Make sure you are editing
-- ghc-boot-th.cabal.in, not ghc-boot-th.cabal.

name:           ghc-boot-th
version:        @ProjectVersionMunged@
license:        BSD3
license-file:   LICENSE
category:       GHC
maintainer:     ghc-devs@haskell.org
bug-reports:    https://gitlab.haskell.org/ghc/ghc/issues/new
synopsis:       Shared functionality between GHC and the @template-haskell@
                library
description:    This library contains various bits shared between the @ghc@ and
                @template-haskell@ libraries.
                .
                This package exists to ensure that @template-haskell@ has a
                minimal set of transitive dependencies, since it is intended to
                be depended upon by user code.
cabal-version:  >=1.10
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-th

Library
    default-language: Haskell2010
    other-extensions: DeriveGeneric
    default-extensions: NoImplicitPrelude

    exposed-modules:
            GHC.LanguageExtensions.Type
            GHC.ForeignSrcLang.Type
            GHC.Lexeme

    build-depends: base       >= 4.7 && < 4.14