-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: a5291f7acc496b8e14741d59cc33eeb92e35c60db728f80aae2427f87c8d690e name: arity-generic-liftA version: 0.1.0.0 synopsis: Provides an arity-generic version of the liftA2, liftA3... liftAn functions. description: Please see the README on GitHub at category: Control homepage: https://github.com/oisdk/arity-generic-liftA#readme bug-reports: https://github.com/oisdk/arity-generic-liftA/issues author: Donnacha Oisín Kidney maintainer: mail@doisinkidney.com copyright: 2018 Donnacha Oisín Kidney license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/oisdk/arity-generic-liftA library exposed-modules: Control.Applicative.Lift Control.Applicative.Lift.Internal other-modules: Paths_arity_generic_liftA hs-source-dirs: src build-depends: base >=4.7 && <5 default-language: Haskell2010 test-suite arity-generic-liftA-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_arity_generic_liftA hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: arity-generic-liftA , base >=4.7 && <5 , doctest >=0.3.0 default-language: Haskell2010