packages feed

hspec-dirstream 0.1.0.0 → 0.1.0.1

raw patch · 1 files changed

+3/−7 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

hspec-dirstream.cabal view
@@ -1,11 +1,7 @@ name:                hspec-dirstream-version:             0.1.0.0+version:             0.1.0.1 synopsis:            Helper functions to simplify adding integration tests.-description:         This package uses-                     [hspec](https://hackage.haskell.org/package/hspec) and-                     [dirstream](https://hackage.haskell.org/package/dirstream)-                     to provide easy-to-use functions designed for use in-                     integration tests.+description:         This package uses [hspec](http://hackage.haskell.org/package/hspec) and [dirstream](http://hackage.haskell.org/package/dirstream) to provide easy-to-use functions for integration tests. homepage:            https://hub.darcs.net/vmchale/hspec-dirstream license:             BSD3 license-file:        LICENSE@@ -55,7 +51,7 @@                      , hspec   if flag(development)     if impl(ghc >= 8.0)-      ghc-options:       -Werror+      ghc-options:     -Werror   if impl(ghc >= 8.0)     ghc-options:       -Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat   ghc-options:         -threaded -rtsopts -with-rtsopts=-N -Wall