mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-23 14:14:36 +03:00
Remove deprecated Test.DejaFu.Defaults module
This commit is contained in:
parent
4a0735465c
commit
793c548377
@ -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)
|
||||
--------------------
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user