cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: 8341a9984a6406c1431dfdd77f2dc37a93af1e7689504c5601a2f387c2b5a17c name: apply-unordered-mono version: 1.0 synopsis: Apply functions to arguments in an unordered type-directed fashion description: Please see the README on GitHub at category: Functions, ACME homepage: https://github.com/mgsloan/apply-unordered#readme bug-reports: https://github.com/mgsloan/apply-unordered/issues author: Michael Sloan maintainer: mgsloan@gmail.com copyright: 2019 Michael Sloan license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: changelog.md source-repository head type: git location: https://github.com/mgsloan/apply-unordered library exposed-modules: Control.Apply.Unordered.Mono other-modules: Paths_apply_unordered_mono hs-source-dirs: src default-extensions: DataKinds FlexibleContexts FlexibleInstances MultiParamTypeClasses ScopedTypeVariables TypeFamilies TypeOperators build-depends: base >=4.9 && <5 default-language: Haskell2010 test-suite apply-unordered-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_apply_unordered_mono hs-source-dirs: test default-extensions: DataKinds FlexibleContexts FlexibleInstances MultiParamTypeClasses ScopedTypeVariables TypeFamilies TypeOperators build-depends: apply-unordered-mono , base >=4.9 && <5 , hspec , should-not-typecheck default-language: Haskell2010