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
- 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
-- Portability : portable
--
-- Common types and functions used throughout DejaFu. This module is
-- NOT considered to form part of the public interface of this
-- library.
-- Common types and functions used throughout DejaFu.
module Test.DejaFu.Common
( -- * Identifiers
ThreadId(..)