autoapply-0.3: autoapply.cabal
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: 7dfbb655fdf55d5ab82b9457125299eaba2c2a4b318c4713df711e9c1ce23937
name: autoapply
version: 0.3
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.9 && <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:
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