packages feed

pa-label-0.1.0.0: pa-label.cabal

cabal-version:      3.0
name:               pa-label
version:            0.1.0.0
synopsis:           Labels, and labelled tuples and enums (GHC >9.2)
description:
license:            BSD-3-Clause
license-file:       LICENSE
-- author:
maintainer:         Philip Patsch <philip.patsch@possehl-analytics.com>
copyright:          2023 Possehl Analytics GmbH
homepage:           https://github.com/possehl-analytics/pa-hackage
category:           Data
build-type:         Simple
extra-doc-files:    CHANGELOG.md
                    README.md
-- extra-source-files:

common warnings
    ghc-options: -Wall

library
    import:           warnings
    exposed-modules:  Label
    -- other-modules:
    -- other-extensions:
    build-depends:    base ^>=4.16.4.0
    hs-source-dirs:   src
    default-language: GHC2021