Cabal revisions of esqueleto-compat-0.0.2.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12--name: esqueleto-compat-version: 0.0.2.0-description: Please see the README on GitHub at <https://github.com/parsonsmatt/esqueleto-compat#readme>-homepage: https://github.com/parsonsmatt/esqueleto-compat#readme-bug-reports: https://github.com/parsonsmatt/esqueleto-compat/issues-author: Matt von Hagen-maintainer: parsonsmatt@gmail.com-copyright: 2023 Matt von Hagen-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- ChangeLog.md-synopsis: Compatibility operators for Persistent and Esqueleto-category: Data--source-repository head- type: git- location: https://github.com/parsonsmatt/esqueleto-compat--library- exposed-modules:- Database.Esqueleto.Compat- Database.Esqueleto.Compat.Operators- Database.Esqueleto.Compat.Suffixed-- build-depends:- base >= 4.13 && < 5- , persistent- , esqueleto- , transformers- , resourcet- , conduit-- hs-source-dirs:- src- default-language: Haskell2010-- default-extensions:- AllowAmbiguousTypes- BlockArguments- DataKinds- DefaultSignatures- DeriveGeneric- DerivingStrategies- ExplicitForAll- FlexibleContexts- FlexibleInstances- FunctionalDependencies- GADTs- KindSignatures- MultiParamTypeClasses- NamedFieldPuns- NoStarIsType- OverloadedStrings- QuantifiedConstraints- RankNTypes- RecordWildCards- ScopedTypeVariables- TemplateHaskell- TypeApplications- TypeFamilies- TypeOperators- StandaloneDeriving- UndecidableInstances- ConstraintKinds- ViewPatterns--test-suite esqueleto-compat-test- type: exitcode-stdio-1.0- main-is: Spec.hs- hs-source-dirs:- test- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends:- base >=4.7 && <5- , esqueleto-compat- , hspec- default-language: Haskell2010+cabal-version: 1.12 + +name: esqueleto-compat +version: 0.0.2.0 +x-revision: 1 +description: Please see the README on GitHub at <https://github.com/parsonsmatt/esqueleto-compat#readme> +homepage: https://github.com/parsonsmatt/esqueleto-compat#readme +bug-reports: https://github.com/parsonsmatt/esqueleto-compat/issues +author: Matt von Hagen +maintainer: parsonsmatt@gmail.com +copyright: 2023 Matt von Hagen +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md +synopsis: Compatibility operators for Persistent and Esqueleto +category: Data + +source-repository head + type: git + location: https://github.com/parsonsmatt/esqueleto-compat + +library + exposed-modules: + Database.Esqueleto.Compat + Database.Esqueleto.Compat.Operators + Database.Esqueleto.Compat.Suffixed + + build-depends: + base >= 4.13 && < 5 + , persistent + , esqueleto < 4 + , transformers + , resourcet + , conduit + + hs-source-dirs: + src + default-language: Haskell2010 + + default-extensions: + AllowAmbiguousTypes + BlockArguments + DataKinds + DefaultSignatures + DeriveGeneric + DerivingStrategies + ExplicitForAll + FlexibleContexts + FlexibleInstances + FunctionalDependencies + GADTs + KindSignatures + MultiParamTypeClasses + NamedFieldPuns + NoStarIsType + OverloadedStrings + QuantifiedConstraints + RankNTypes + RecordWildCards + ScopedTypeVariables + TemplateHaskell + TypeApplications + TypeFamilies + TypeOperators + StandaloneDeriving + UndecidableInstances + ConstraintKinds + ViewPatterns + +test-suite esqueleto-compat-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + hs-source-dirs: + test + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: + base >=4.7 && <5 + , esqueleto-compat + , hspec + default-language: Haskell2010
revision 2
name: esqueleto-compat version: 0.0.2.0 -x-revision: 1 +x-revision: 2 description: Please see the README on GitHub at <https://github.com/parsonsmatt/esqueleto-compat#readme> homepage: https://github.com/parsonsmatt/esqueleto-compat#readme bug-reports: https://github.com/parsonsmatt/esqueleto-compat/issues -author: Matt von Hagen +author: Matt Parsons maintainer: parsonsmatt@gmail.com -copyright: 2023 Matt von Hagen +copyright: 2023 Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple