Skip to content

Commit

Permalink
remove Test.Hspec.Contrib.LoggingFacade
Browse files Browse the repository at this point in the history
  • Loading branch information
Sönke Hahn committed Jul 30, 2015
1 parent 1697d01 commit 1580b82
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 63 deletions.
6 changes: 1 addition & 5 deletions hspec-contrib/hspec-contrib.cabal
@@ -1,5 +1,5 @@
name: hspec-contrib
version: 0.2.2
version: 0.3.0
license: MIT
license-file: LICENSE
copyright: (c) 2011-2015 Simon Hengel,
Expand Down Expand Up @@ -29,11 +29,9 @@ library
base == 4.*
, hspec-core
, HUnit
, logging-facade
exposed-modules:
Test.Hspec.Contrib.Retry
Test.Hspec.Contrib.HUnit
Test.Hspec.Contrib.LoggingFacade
other-modules:
default-language: Haskell2010

Expand All @@ -48,14 +46,12 @@ test-suite spec
Helper
Test.Hspec.Contrib.RetrySpec
Test.Hspec.Contrib.HUnitSpec
Test.Hspec.Contrib.LoggingFacadeSpec
ghc-options:
-Wall
build-depends:
base == 4.*
, hspec-core
, HUnit
, logging-facade

, hspec-contrib
, hspec
Expand Down
25 changes: 0 additions & 25 deletions hspec-contrib/src/Test/Hspec/Contrib/LoggingFacade.hs

This file was deleted.

33 changes: 0 additions & 33 deletions hspec-contrib/test/Test/Hspec/Contrib/LoggingFacadeSpec.hs

This file was deleted.

0 comments on commit 1580b82

Please sign in to comment.