packages feed

poly-rec-0.7.0.2: poly-rec.cabal

-- Initial polykheXrec.cabal generated by cabal init.  For further
-- documentation, see http://haskell.org/cabal/users-guide/

name:                poly-rec
version:             0.7.0.2
synopsis:            Polykinded extensible records
description:         Extensible records/row polymorphism for Haskell. Fields are polykinded,
                     to statically check rich structures. This library was initially conceived
                     as part of the AspectAG project.
license:             GPL-3
license-file:        LICENSE
author:              Juan García-Garland
maintainer:          jpgarcia@fing.edu.uy
copyright:           2020-2022, Juan García-Garland, Marcos Viera, Alberto Pardo
category:            Data
build-type:          Simple
extra-source-files:  CHANGELOG.md
cabal-version:       >=1.10

library
  exposed-modules: Data.GenRec,
                   Data.GenRec.Label,
                   Data.GenRec.RecInstances.Record
                   
  -- other-modules:
  -- other-extensions:
  build-depends:       requirements >= 0.7.0.2 && < 0.7.1,
                       base >=4.11 && <4.18
  hs-source-dirs:      src
  default-language:    Haskell2010