require-0.4.9: require.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 17d63ecaad4aef59bc1c65336dd500edd837396b8e80b9609aacca8fed98e770
name: require
version: 0.4.9
synopsis: Scrap your qualified import clutter
description: See <https://theam.github.io/require>
category: Other
homepage: https://github.com/theam/require#readme
bug-reports: https://github.com/theam/require/issues
author: The Agile Monkeys
maintainer: hackers@theam.io
copyright: 2018 Theam
license: Apache-2.0
license-file: LICENSE.md
build-type: Simple
extra-source-files:
CHANGELOG.md
LICENSE.md
package.yaml
README.md
stack.yaml
Requires
source-repository head
type: git
location: https://github.com/theam/require
library
exposed-modules:
Require
Require.Error
Require.File
Require.Parser
Require.Transform
Require.Types
other-modules:
Paths_require
hs-source-dirs:
library
default-extensions: NoImplicitPrelude OverloadedStrings TypeApplications RecordWildCards DeriveGeneric
ghc-options: -Wall
build-depends:
ansi-terminal
, base >=4.9 && <5
, bytestring >=0.10 && <0.11
, directory
, dlist
, megaparsec >=7 && <9
, mtl >=2.2.1
, optparse-generic
, relude
, text >=1.2.3.0 && <2
default-language: Haskell2010
executable autorequirepp
main-is: Main.hs
other-modules:
Paths_require
hs-source-dirs:
executable/AutoRequire/
default-extensions: NoImplicitPrelude OverloadedStrings TypeApplications RecordWildCards DeriveGeneric
ghc-options: -Wall -rtsopts
build-depends:
ansi-terminal
, base >=4.9 && <5
, bytestring >=0.10 && <0.11
, directory
, dlist
, megaparsec >=7 && <9
, mtl >=2.2.1
, optparse-generic
, relude
, require
, text >=1.2.3.0 && <2
default-language: Haskell2010
executable requirepp
main-is: Main.hs
other-modules:
Paths_require
hs-source-dirs:
executable/Require/
default-extensions: NoImplicitPrelude OverloadedStrings TypeApplications RecordWildCards DeriveGeneric
ghc-options: -Wall -rtsopts
build-depends:
ansi-terminal
, base >=4.9 && <5
, bytestring >=0.10 && <0.11
, directory
, dlist
, megaparsec >=7 && <9
, mtl >=2.2.1
, optparse-generic
, relude
, require
, text >=1.2.3.0 && <2
default-language: Haskell2010
test-suite require-test-suite
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_require
hs-source-dirs:
test-suite
default-extensions: NoImplicitPrelude OverloadedStrings TypeApplications RecordWildCards DeriveGeneric
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
ansi-terminal
, base >=4.9 && <5
, bytestring >=0.10 && <0.11
, directory
, dlist
, megaparsec >=7 && <9
, mtl >=2.2.1
, optparse-generic
, relude
, require
, tasty
, tasty-hspec
, text >=1.2.3.0 && <2
default-language: Haskell2010
benchmark require-benchmarks
type: exitcode-stdio-1.0
main-is: Main.hs
other-modules:
Paths_require
hs-source-dirs:
benchmark
default-extensions: NoImplicitPrelude OverloadedStrings TypeApplications RecordWildCards DeriveGeneric
ghc-options: -Wall -rtsopts -threaded -with-rtsopts=-N
build-depends:
ansi-terminal
, base >=4.9 && <5
, bytestring >=0.10 && <0.11
, criterion
, directory
, dlist
, megaparsec >=7 && <9
, mtl >=2.2.1
, optparse-generic
, relude
, require
, text >=1.2.3.0 && <2
default-language: Haskell2010