Consider Test.DejaFu.Common part of the public API.

This commit is contained in:
Michael Walker 2017-04-08 19:20:21 +01:00
parent ab599b637d
commit 98af53bbc3
2 changed files with 2 additions and 3 deletions

View File

@ -13,6 +13,7 @@ unreleased
### Miscellaneous ### Miscellaneous
- There is now a changelog. - There is now a changelog.
- Test.DejaFu.Common is now considered to form part of the public API of the library.
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------

View File

@ -6,9 +6,7 @@
-- Stability : experimental -- Stability : experimental
-- Portability : portable -- Portability : portable
-- --
-- Common types and functions used throughout DejaFu. This module is -- Common types and functions used throughout DejaFu.
-- NOT considered to form part of the public interface of this
-- library.
module Test.DejaFu.Common module Test.DejaFu.Common
( -- * Identifiers ( -- * Identifiers
ThreadId(..) ThreadId(..)