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: adce22696e9593f56e72a791f5f8ef22dcc139f9909ff91a4034795112ed4ed2

name:           autoapply
version:        0.4.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.12 && <5
    , logict
    , mtl
    , template-haskell
    , th-desugar >=1.11 && <1.12
    , transformers
    , unification-fd
  default-language: Haskell2010

test-suite doctests
  type: exitcode-stdio-1.0
  main-is: Doctests.hs
  other-modules:
      Types
  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:
      autoapply
    , base
    , doctest
  default-language: Haskell2010