mockery 0.3.1 → 0.3.2
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- mockery.cabal +1/−1
- test/Test/Mockery/LoggingSpec.hs +4/−0
mockery.cabal view
@@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: mockery-version: 0.3.1+version: 0.3.2 synopsis: Support functions for automated testing description: Support functions for automated testing category: Testing
test/Test/Mockery/LoggingSpec.hs view
@@ -1,5 +1,9 @@+{-# LANGUAGE CPP #-} module Test.Mockery.LoggingSpec (spec) where +#if !MIN_VERSION_base(4,8,0)+import Control.Applicative+#endif import Test.Hspec import Data.IORef import System.Logging.Facade.Types