mockery-0.2.1: mockery.cabal
-- This file has been generated from package.yaml by hpack version 0.3.0.
--
-- see: https://github.com/sol/hpack
name: mockery
version: 0.2.1
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
exposed-modules:
Test.Mockery.Directory
Test.Mockery.Logging
build-depends:
base == 4.*
, bytestring
, temporary
, directory
, logging-facade
ghc-options: -Wall
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
other-modules:
Test.Mockery.DirectorySpec
Test.Mockery.LoggingSpec
build-depends:
base == 4.*
, bytestring
, temporary
, directory
, logging-facade
, mockery
, hspec == 2.*
ghc-options: -Wall
default-language: Haskell2010