Cabal revisions of poly-rec-0.7.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
--- Initial polykheXrec.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/--name: poly-rec-version: 0.7.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-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.6.0.0 && < 0.7,- base >=4.11 && <4.18- hs-source-dirs: src- default-language: Haskell2010+-- Initial polykheXrec.cabal generated by cabal init. For further +-- documentation, see http://haskell.org/cabal/users-guide/ + +name: poly-rec +version: 0.7.0.0 +x-revision: 1 +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 && < 0.7.1, + base >=4.11 && <4.18 + hs-source-dirs: src + default-language: Haskell2010
revision 2
name: poly-rec version: 0.7.0.0 -x-revision: 1 +x-revision: 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 -- other-modules: -- other-extensions: - build-depends: requirements >= 0.7.0 && < 0.7.1, + build-depends: requirements >= 0.7.0.1 && < 0.7.1, base >=4.11 && <4.18 hs-source-dirs: src default-language: Haskell2010