packages feed

mockery-0.3.2: mockery.cabal

-- This file has been generated from package.yaml by hpack version 0.5.4.
--
-- see: https://github.com/sol/hpack

name:           mockery
version:        0.3.2
synopsis:       Support functions for automated testing
description:    Support functions for automated testing
category:       Testing
bug-reports:    https://github.com/hspec/mockery/issues
author:         Simon Hengel <sol@typeful.net>
maintainer:     Simon Hengel <sol@typeful.net>
copyright:      (c) 2015 Simon Hengel
license:        MIT
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10

source-repository head
  type: git
  location: https://github.com/hspec/mockery

library
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , bytestring
    , temporary
    , directory
    , filepath
    , logging-facade
  exposed-modules:
      Test.Mockery.Directory
      Test.Mockery.Logging
  default-language: Haskell2010

test-suite spec
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  hs-source-dirs:
      test
  ghc-options: -Wall
  build-depends:
      base == 4.*
    , bytestring
    , temporary
    , directory
    , filepath
    , logging-facade
    , mockery
    , hspec == 2.*
  other-modules:
      Test.Mockery.DirectorySpec
      Test.Mockery.LoggingSpec
  default-language: Haskell2010