Cabal revisions of effectful-th-1.0.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 3.0-build-type: Simple-name: effectful-th-version: 1.0.0.3-license: BSD-3-Clause-license-file: LICENSE-category: Control-maintainer: andrzej@rybczak.net-author: Andrzej Rybczak-synopsis: Template Haskell utilities for the effectful library.--description:- Generate functions for performing operations of dynamically dispatched effects- via Template Haskell.--extra-source-files:- CHANGELOG.md- README.md--tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.5, 9.8.2, 9.10.1 }--bug-reports: https://github.com/haskell-effectful/effectful/issues-source-repository head- type: git- location: https://github.com/haskell-effectful/effectful.git--common language- ghc-options: -Wall- -Wcompat- -Wno-unticked-promoted-constructors- -Wmissing-deriving-strategies- -Werror=prepositive-qualified-module-- default-language: Haskell2010-- default-extensions: BangPatterns- ConstraintKinds- DataKinds- DeriveFunctor- DeriveGeneric- DerivingStrategies- FlexibleContexts- FlexibleInstances- GADTs- GeneralizedNewtypeDeriving- ImportQualifiedPost- LambdaCase- MultiParamTypeClasses- NoStarIsType- PolyKinds- RankNTypes- RecordWildCards- RoleAnnotations- ScopedTypeVariables- StandaloneDeriving- TupleSections- TypeApplications- TypeFamilies- TypeOperators--library- import: language-- build-depends: base >= 4.14 && < 5- , containers >= 0.6- , effectful-core >= 1.0.0.0 && < 3.0.0.0- , exceptions >= 0.10.4- , template-haskell >= 2.16 && < 2.23- , th-abstraction >= 0.6 && < 0.8-- hs-source-dirs: src-- exposed-modules: Effectful.TH--test-suite th-tests- import: language-- build-depends: base- , effectful-core- , effectful-th-- hs-source-dirs: tests-- type: exitcode-stdio-1.0- main-is: ThTests.hs+cabal-version: 3.0 +build-type: Simple +name: effectful-th +version: 1.0.0.3 +x-revision: 1 +license: BSD-3-Clause +license-file: LICENSE +category: Control +maintainer: andrzej@rybczak.net +author: Andrzej Rybczak +synopsis: Template Haskell utilities for the effectful library. + +description: + Generate functions for performing operations of dynamically dispatched effects + via Template Haskell. + +extra-source-files: + CHANGELOG.md + README.md + +tested-with: GHC == { 8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.5, 9.8.2, 9.10.1 } + +bug-reports: https://github.com/haskell-effectful/effectful/issues +source-repository head + type: git + location: https://github.com/haskell-effectful/effectful.git + +common language + ghc-options: -Wall + -Wcompat + -Wno-unticked-promoted-constructors + -Wmissing-deriving-strategies + -Werror=prepositive-qualified-module + + default-language: Haskell2010 + + default-extensions: BangPatterns + ConstraintKinds + DataKinds + DeriveFunctor + DeriveGeneric + DerivingStrategies + FlexibleContexts + FlexibleInstances + GADTs + GeneralizedNewtypeDeriving + ImportQualifiedPost + LambdaCase + MultiParamTypeClasses + NoStarIsType + PolyKinds + RankNTypes + RecordWildCards + RoleAnnotations + ScopedTypeVariables + StandaloneDeriving + TupleSections + TypeApplications + TypeFamilies + TypeOperators + +library + import: language + + build-depends: base >= 4.14 && < 5 + , containers >= 0.6 + , effectful-core >= 1.0.0.0 && < 3.0.0.0 + , exceptions >= 0.10.4 + , template-haskell >= 2.16 && < 2.24 + , th-abstraction >= 0.6 && < 0.8 + + hs-source-dirs: src + + exposed-modules: Effectful.TH + +test-suite th-tests + import: language + + build-depends: base + , effectful-core + , effectful-th + + hs-source-dirs: tests + + type: exitcode-stdio-1.0 + main-is: ThTests.hs
revision 2
build-type: Simple name: effectful-th version: 1.0.0.3 -x-revision: 1 +x-revision: 2 license: BSD-3-Clause license-file: LICENSE category: Control , containers >= 0.6 , effectful-core >= 1.0.0.0 && < 3.0.0.0 , exceptions >= 0.10.4 - , template-haskell >= 2.16 && < 2.24 + , template-haskell >= 2.16 && < 2.25 , th-abstraction >= 0.6 && < 0.8 hs-source-dirs: src