Skip to content

Commit 4dafc50

Browse files
committed
[haddock] fix module/description headers, remove undocumented fields
1 parent a312e1e commit 4dafc50

6 files changed

Lines changed: 5 additions & 23 deletions

File tree

  • data-default-class/Data/Default
  • data-default-instances-base/Data/Default/Instances
  • data-default-instances-containers/Data/Default/Instances
  • data-default-instances-dlist/Data/Default/Instances
  • data-default-instances-old-locale/Data/Default/Instances
  • data-default/Data

data-default-class/Data/Default/Class.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4444
{-|
4545
Module : Data.Default.Class
4646
Description : A module that defines a class for types with a default value.
47-
Maintainer : Lukas Mai
48-
Stability : experimental
49-
Portability : POSIX
5047
5148
This module defines a class for types with a default value.
5249
It also defines 'Default' instances for the types 'Int', 'Int8',

data-default-instances-base/Data/Default/Instances/Base.hs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3434
-}
3535

3636
{-|
37-
Module : Data.Default.Default.Instances.Base
38-
Description : A module that reexports the instance from the 'Data.Default.Class' module.
39-
Maintainer : Lukas Mai
40-
Stability : experimental
41-
Portability : POSIX
37+
Module : Data.Default.Instances.Base
38+
Description : A module that reexports the instances from the 'Data.Default.Class' module.
4239
4340
This module reexports the 'Data.Default.Class.Default' instances from the
4441
'Data.Default.Class' module.

data-default-instances-containers/Data/Default/Instances/Containers.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636
{-# OPTIONS_GHC -fno-warn-orphans #-}
3737

3838
{-|
39-
Module : Data.Default.Default.Instances.Containers
39+
Module : Data.Default.Instances.Containers
4040
Description : A module that defines 'Default' instances for container types.
41-
Maintainer : Lukas Mai
42-
Stability : experimental
43-
Portability : POSIX
4441
4542
This module defines 'Default' instances for the types 'S.Set', 'M.Map',
4643
'IntMap', 'IntSet', 'Seq', and 'Tree'.

data-default-instances-dlist/Data/Default/Instances/DList.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636
{-# OPTIONS_GHC -fno-warn-orphans #-}
3737

3838
{-|
39-
Module : Data.Default.Default.Instances.DList
39+
Module : Data.Default.Instances.DList
4040
Description : A module that defines 'Default' instances for the type 'DList'.
41-
Maintainer : Lukas Mai
42-
Stability : experimental
43-
Portability : POSIX
4441
4542
This module defines 'Default' instances for the type 'DList'.
4643
-}

data-default-instances-old-locale/Data/Default/Instances/OldLocale.hs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636
{-# OPTIONS_GHC -fno-warn-orphans #-}
3737

3838
{-|
39-
Module : Data.Default.Default.Instances.OldLocale
39+
Module : Data.Default.Instances.OldLocale
4040
Description : A module that defines 'Default' instances for the type 'TimeLocale'.
41-
Maintainer : Lukas Mai
42-
Stability : experimental
43-
Portability : POSIX
4441
4542
This module defines 'Default' instances for the type 'TimeLocale'.
4643
-}

data-default/Data/Default.hs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3636
{-|
3737
Module : Data.Default
3838
Description : A module that defines a class for types with a default value.
39-
Maintainer : Lukas Mai
40-
Stability : experimental
41-
Portability : POSIX
4239
4340
This module defines a class for types with a default value. Instances are
4441
provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer',

0 commit comments

Comments
 (0)