glob-imports-0.0.2.1: glob-imports.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.38.1.
--
-- see: https://github.com/sol/hpack
name: glob-imports
version: 0.0.2.1
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 <https://github.com/parsonsmatt/glob-imports#readme>
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:
Glob
, base >=4.12 && <5
, bytestring
, directory
, discover-instances
, dlist
, file-embed
, filepath
, mtl
, optparse-applicative
, some-dict-of
, split
, template-haskell >=2.16.0.0
, text
, typed-process
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:
Glob
, base >=4.12 && <5
, bytestring
, directory
, discover-instances
, dlist
, file-embed
, filepath
, glob-imports
, mtl
, optparse-applicative
, some-dict-of
, split
, template-haskell >=2.16.0.0
, text
, typed-process
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:
Glob
, base >=4.12 && <5
, bytestring
, directory
, discover-instances
, dlist
, file-embed
, filepath
, glob-imports
, hspec
, hspec-discover
, mtl
, optparse-applicative
, some-dict-of
, split
, template-haskell >=2.16.0.0
, text
, typed-process
default-language: Haskell2010