-- Initial polykheXrec.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: poly-rec version: 0.6.0.0 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, 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.6.0.0 && < 0.7, base >=4.11 && <4.15 hs-source-dirs: src default-language: Haskell2010