data-default-instances-dlist 0.0.1.1 → 0.0.1.2
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~dlistPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dlist
API changes (from Hackage documentation)
Files
Data/Default/Instances/DList.hs view
@@ -37,9 +37,9 @@ {-| Module : Data.Default.Instances.DList-Description : Defines 'Default' instances for the type 'DList'.+Description : 'Default' instance for the type 'DList'. -This module defines 'Default' instances for the type 'DList'.+This module defines a 'Default' instance for the type 'DList'. -} module Data.Default.Instances.DList () where
data-default-instances-dlist.cabal view
@@ -1,8 +1,10 @@ cabal-version: 3.0 name: data-default-instances-dlist-version: 0.0.1.1+version: 0.0.1.2 category: Data synopsis: Default instances for types in dlist+description:+ This module defines a 'Default' instance for the type 'DList'. build-type: Simple license: BSD-3-Clause license-file: LICENSE@@ -15,6 +17,6 @@ location: https://github.com/mauke/data-default library- build-depends: base >=2 && <5, data-default-class ^>=0.1.2.0, dlist+ build-depends: base >=2 && <5, data-default-class ^>=0.1.2.0, dlist >=0.1 && <1.1 exposed-modules: Data.Default.Instances.DList default-language: Haskell98