autoapply-0.4.1.1: autoapply.cabal
cabal-version: 1.24
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
--
-- hash: 8ee53363c7e4d90277a3ca258c64ba2e7a9cb984cd139b5f7cfdd9d0f664bb2a
name: autoapply
version: 0.4.1.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
package.yaml
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.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