packages feed

hspec-need-env-0.1.0.13: hspec-need-env.cabal

name:                   hspec-need-env
version:                0.1.0.13
author:                 Toshio Ito <debug.ito@gmail.com>
maintainer:             Toshio Ito <debug.ito@gmail.com>
license:                BSD3
license-file:           LICENSE
synopsis:               Read environment variables for hspec tests
description:            Read environment variables for hspec tests. See 'Test.Hspec.NeedEnv'.
category:               Test
cabal-version:          2.0
build-type:             Simple
extra-source-files:     README.md, ChangeLog.md
homepage:               https://github.com/debug-ito/hspec-need-env
bug-reports:            https://github.com/debug-ito/hspec-need-env/issues

library
  default-language:     Haskell2010
  hs-source-dirs:       src
  ghc-options:          -Wall -fno-warn-unused-imports
  -- default-extensions:   
  -- other-extensions:     
  exposed-modules:      Test.Hspec.NeedEnv
  -- other-modules:        
  build-depends:        base ^>=4.13.0 || ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,
                        hspec-expectations ^>=0.8.2,
                        hspec-core ^>=2.10.0 || ^>=2.11.7

-- executable hspec-need-env
--   default-language:     Haskell2010
--   hs-source-dirs:       app
--   main-is:              Main.hs
--   ghc-options:          -Wall -fno-warn-unused-imports
--   -- other-modules:        
--   -- default-extensions:   
--   -- other-extensions:     
--   build-depends:        base

test-suite spec
  type:                 exitcode-stdio-1.0
  default-language:     Haskell2010
  hs-source-dirs:       test
  ghc-options:          -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m"
  main-is:              Spec.hs
  -- default-extensions:   
  other-extensions:     CPP
  other-modules:        Test.Hspec.NeedEnvSpec,
                        Synopsis
  build-tool-depends:   hspec-discover:hspec-discover
  build-depends:        base ^>=4.13.0 || ^>=4.14.3 || ^>=4.15.0 || ^>=4.16.0 || ^>=4.17.0 || ^>=4.18.0 || ^>=4.19.0 || ^>=4.20.0 || ^>=4.21.0 || ^>=4.22.0,
                        hspec-need-env,
                        hspec-core ^>=2.10.0 || ^>=2.11.7,
                        hspec ^>=2.10.0 || ^>=2.11.7,
                        setenv ^>=0.1.1,
                        transformers ^>=0.5.6 || ^>=0.6.1

source-repository head
  type:                 git
  location:             https://github.com/debug-ito/hspec-need-env.git