cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.4. -- -- see: https://github.com/sol/hpack name: glob-imports version: 0.0.1.0 synopsis: Import modules for metaprogramming description: This package provides an executable for importing modules in a directory and splicing those in. Please see the README on GitHub at category: Metaprogramming homepage: https://github.com/parsonsmatt/glob-imports#readme bug-reports: https://github.com/parsonsmatt/glob-imports/issues author: Matt Parsons maintainer: parsonsmatt@gmail.com copyright: Matt Parsons license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/parsonsmatt/glob-imports library exposed-modules: GlobImports.Exe other-modules: Paths_glob_imports hs-source-dirs: ./src default-extensions: BlockArguments DataKinds DerivingStrategies DerivingStrategies FlexibleInstances FlexibleInstances GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings StandaloneDeriving TypeFamilies TypeFamilies TypeOperators ghc-options: -Wall build-depends: base >=4.12 && <5 , directory , discover-instances , dlist , file-embed , filepath , mtl , some-dict-of , template-haskell >=2.16.0.0 , text default-language: Haskell2010 executable glob-imports main-is: Main.hs other-modules: Paths_glob_imports hs-source-dirs: app default-extensions: BlockArguments DataKinds DerivingStrategies DerivingStrategies FlexibleInstances FlexibleInstances GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings StandaloneDeriving TypeFamilies TypeFamilies TypeOperators ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12 && <5 , directory , discover-instances , dlist , file-embed , filepath , glob-imports , mtl , some-dict-of , template-haskell >=2.16.0.0 , text default-language: Haskell2010 test-suite glob-imports-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: GlobImports.ExeSpec Paths_glob_imports hs-source-dirs: test default-extensions: BlockArguments DataKinds DerivingStrategies DerivingStrategies FlexibleInstances FlexibleInstances GADTs GeneralizedNewtypeDeriving MultiParamTypeClasses OverloadedStrings StandaloneDeriving TypeFamilies TypeFamilies TypeOperators ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-tool-depends: hspec-discover:hspec-discover build-depends: base >=4.12 && <5 , directory , discover-instances , dlist , file-embed , filepath , glob-imports , hspec , hspec-discover , mtl , some-dict-of , template-haskell >=2.16.0.0 , text default-language: Haskell2010