autoapply-0.1.0.0: 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: 7d16c8a0b05df49d6afc85393edc6b82c2482761dbc1c85a66ec61675dba7497
name: autoapply
version: 0.1.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 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 TypeFamilies ViewPatterns
ghc-options: -Wall
build-depends:
base
, doctest
default-language: Haskell2010