cabal-version: 3.0 name: pa-label version: 0.1.0.1 synopsis: Labels, and labelled tuples and enums (GHC >9.2) description: license: BSD-3-Clause license-file: LICENSE -- author: maintainer: Philip Patsch copyright: 2023 Possehl Analytics GmbH homepage: https://github.com/possehl-analytics/pa-hackage category: Data, possehl-analytics 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 <5 hs-source-dirs: src default-language: GHC2021