packages feed

ghc-experimental-0.1.0.0: ghc-experimental.cabal

cabal-version:      3.0
name:               ghc-experimental
version:            0.1.0.0
synopsis:           Experimental features of GHC's standard library
description:
    This package is where experimental GHC standard library interfaces start
    life and mature. Eventually, stabilized interfaces will be
    migrated into the @base@ library.

homepage:           https://www.haskell.org/ghc/
license:            BSD-3-Clause
license-file:       LICENSE
author:             The GHC Team
maintainer:         ghc-devs@haskell.org
copyright:          (c) 2023 The GHC Team
category:           Development
build-type:         Simple
extra-doc-files:    CHANGELOG.md

common warnings
    ghc-options: -Wall

library
    import:           warnings
    exposed-modules:
      GHC.Profiling.Eras
      Data.Tuple.Experimental
      Data.Sum.Experimental
      Prelude.Experimental
    if arch(wasm32)
        exposed-modules:  GHC.Wasm.Prim
    other-extensions:
    build-depends:    base ^>=4.20,
                      ghc-internal >= 9.1001 && < 9.1002,
                      ghc-prim >= 0.11 && < 0.12
    hs-source-dirs:   src
    default-language: Haskell2010
    ghc-options: -this-unit-id ghc-experimental