test-sandbox-quickcheck 0.0.1.4 → 0.0.1.5
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
src/Test/Sandbox/QuickCheck.hs view
@@ -1,4 +1,4 @@--- author: Benjamin Surma <benjamin.surma@gree.net>+-- author: Benjamin Surma <benjamin.surma@gmail.com> {-# LANGUAGE CPP #-}
test-sandbox-quickcheck.cabal view
@@ -1,5 +1,5 @@ Name: test-sandbox-quickcheck-Version: 0.0.1.4+Version: 0.0.1.5 Cabal-Version: >= 1.14 Category: Testing Synopsis: QuickCheck convenience functions for use with test-sandbox@@ -7,8 +7,8 @@ allowing them to be used easily in the Test.Sandbox monad provided by the test-sandbox package. License: BSD3 License-File: LICENSE-Author: Benjamin Surma <benjamin.surma@gree.net>-Maintainer: Benjamin Surma <benjamin.surma@gree.net>+Author: Benjamin Surma <benjamin.surma@gmail.com>+Maintainer: Benjamin Surma <benjamin.surma@gmail.com> Build-Type: Simple Homepage: http://gree.github.io/haskell-test-sandbox/ Bug-Reports: https://github.com/gree/haskell-test-sandbox/issues@@ -18,7 +18,7 @@ Source-Repository this Type: git Location: https://github.com/gree/haskell-test-sandbox- Tag: test-sandbox-quickcheck_0.0.1.4+ Tag: test-sandbox-quickcheck_0.0.1.5 Library Exposed-modules: Test.Sandbox.QuickCheck