packages feed

require-0.4.7: 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: 5b82e041d52ba14c40ad41c6813ec3c9e34e8521dd5ca8fcfb1303bb54a8063e

name:           require
version:        0.4.7
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
  other-modules:
      Paths_require
  hs-source-dirs:
      library
  default-extensions: NoImplicitPrelude OverloadedStrings TypeApplications RecordWildCards DeriveGeneric
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <5
    , bytestring >=0.10 && <0.11
    , directory
    , inliterate
    , megaparsec >=7 && <8
    , 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 -threaded -with-rtsopts=-N
  build-depends:
      base >=4.9 && <5
    , bytestring >=0.10 && <0.11
    , directory
    , inliterate
    , megaparsec >=7 && <8
    , 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 -threaded -with-rtsopts=-N
  build-depends:
      base >=4.9 && <5
    , bytestring >=0.10 && <0.11
    , directory
    , inliterate
    , megaparsec >=7 && <8
    , 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:
      base >=4.9 && <5
    , bytestring >=0.10 && <0.11
    , directory
    , inliterate
    , megaparsec >=7 && <8
    , 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:
      base >=4.9 && <5
    , bytestring >=0.10 && <0.11
    , criterion
    , directory
    , inliterate
    , megaparsec >=7 && <8
    , optparse-generic
    , relude
    , require
    , text >=1.2.3.0 && <2
  default-language: Haskell2010