packages feed

Cabal revisions of autoapply-0.2.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.24---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: 0ebb847d015afb16b8a577b0a6012c39b43d5c5ac92fd9584450922c1f5d0730--name:           autoapply-version:        0.2.0.0-synopsis:       Template Haskell to automatically pass values to functions-description:    See readme.md-category:       Template Haskell-homepage:       https://github.com/expipiplus1/autoapply#readme-bug-reports:    https://github.com/expipiplus1/autoapply/issues-maintainer:     Joe Hermaszewski <if.it.fits.i.sits@monoid.al>-copyright:      (c) 2020 Joe Hermaszewski-license:        BSD3-license-file:   LICENSE-build-type:     Custom-extra-source-files:-    readme.md-    default.nix-    changelog.md--source-repository head-  type: git-  location: https://github.com/expipiplus1/autoapply--custom-setup-  setup-depends:-      Cabal-    , base-    , cabal-doctest >=1 && <1.1--library-  exposed-modules:-      AutoApply-  other-modules:-      Paths_autoapply-  hs-source-dirs:-      src-  default-extensions: DeriveFoldable DeriveFunctor DeriveTraversable DerivingStrategies FlexibleContexts KindSignatures LambdaCase PatternSynonyms RankNTypes RecordWildCards ScopedTypeVariables TemplateHaskellQuotes TupleSections TypeApplications TypeFamilies ViewPatterns-  ghc-options: -Wall-  build-depends:-      base >=4.13 && <5-    , logict-    , mtl-    , template-haskell-    , th-desugar >=1.10-    , transformers-    , unification-fd-  default-language: Haskell2010--test-suite doctests-  type: exitcode-stdio-1.0-  main-is: Doctests.hs-  other-modules:-      -  hs-source-dirs:-      test-  default-extensions: DeriveFoldable DeriveFunctor DeriveTraversable DerivingStrategies FlexibleContexts KindSignatures LambdaCase PatternSynonyms RankNTypes RecordWildCards ScopedTypeVariables TemplateHaskellQuotes TupleSections TypeApplications TypeFamilies ViewPatterns-  ghc-options: -Wall-  build-depends:-      base-    , doctest-  default-language: Haskell2010+cabal-version: 1.24
+
+-- This file has been generated from package.yaml by hpack version 0.33.0.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 0ebb847d015afb16b8a577b0a6012c39b43d5c5ac92fd9584450922c1f5d0730
+
+name:           autoapply
+version:        0.2.0.0
+x-revision: 1
+synopsis:       Template Haskell to automatically pass values to functions
+description:    See readme.md
+category:       Template Haskell
+homepage:       https://github.com/expipiplus1/autoapply#readme
+bug-reports:    https://github.com/expipiplus1/autoapply/issues
+maintainer:     Joe Hermaszewski <if.it.fits.i.sits@monoid.al>
+copyright:      (c) 2020 Joe Hermaszewski
+license:        BSD3
+license-file:   LICENSE
+build-type:     Custom
+extra-source-files:
+    readme.md
+    default.nix
+    changelog.md
+
+source-repository head
+  type: git
+  location: https://github.com/expipiplus1/autoapply
+
+custom-setup
+  setup-depends:
+      Cabal
+    , base
+    , cabal-doctest >=1 && <1.1
+
+library
+  exposed-modules:
+      AutoApply
+  other-modules:
+      Paths_autoapply
+  hs-source-dirs:
+      src
+  default-extensions: DeriveFoldable DeriveFunctor DeriveTraversable DerivingStrategies FlexibleContexts KindSignatures LambdaCase PatternSynonyms RankNTypes RecordWildCards ScopedTypeVariables TemplateHaskellQuotes TupleSections TypeApplications TypeFamilies ViewPatterns
+  ghc-options: -Wall
+  build-depends:
+      base >=4.13 && <5
+    , logict
+    , mtl
+    , template-haskell
+    , th-desugar >=1.10 && < 1.11
+    , transformers
+    , unification-fd
+  default-language: Haskell2010
+
+test-suite doctests
+  type: exitcode-stdio-1.0
+  main-is: Doctests.hs
+  other-modules:
+      
+  hs-source-dirs:
+      test
+  default-extensions: DeriveFoldable DeriveFunctor DeriveTraversable DerivingStrategies FlexibleContexts KindSignatures LambdaCase PatternSynonyms RankNTypes RecordWildCards ScopedTypeVariables TemplateHaskellQuotes TupleSections TypeApplications TypeFamilies ViewPatterns
+  ghc-options: -Wall
+  build-depends:
+      base
+    , doctest
+  default-language: Haskell2010