Remove deprecated Test.DejaFu.Defaults module

This commit is contained in:
Michael Walker 2018-05-11 02:07:32 +01:00
parent 4a0735465c
commit 793c548377
3 changed files with 8 additions and 21 deletions

View File

@ -6,6 +6,14 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
unreleased
----------
Removed
~~~~~~~
* The deprecated module ``Test.DejaFu.Defaults``.
1.5.1.0 (2018-03-29)
--------------------

View File

@ -1,20 +0,0 @@
-- |
-- Module : Test.DejaFu.Defaults
-- Copyright : (c) 2017--2018 Michael Walker
-- License : MIT
-- Maintainer : Michael Walker <mike@barrucadu.co.uk>
-- Stability : experimental
-- Portability : portable
--
-- Default parameters for test execution.
module Test.DejaFu.Defaults {-# DEPRECATED "Import Test.DejaFu.Settings instead" #-}
( defaultSettings
, defaultWay
, defaultBounds
, defaultPreemptionBound
, defaultFairBound
, defaultLengthBound
, defaultMemType
) where
import Test.DejaFu.Settings

View File

@ -38,7 +38,6 @@ source-repository this
library
exposed-modules: Test.DejaFu
, Test.DejaFu.Conc
, Test.DejaFu.Defaults
, Test.DejaFu.Refinement
, Test.DejaFu.SCT
, Test.DejaFu.Settings