data-default-instances-old-locale 0.0.1.1 → 0.0.1.2
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~old-localePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: old-locale
API changes (from Hackage documentation)
Files
Data/Default/Instances/OldLocale.hs view
@@ -37,9 +37,9 @@ {-| Module : Data.Default.Instances.OldLocale-Description : Defines 'Default' instances for the type 'TimeLocale'.+Description : 'Default' instances for the type 'TimeLocale'. -This module defines 'Default' instances for the type 'TimeLocale'.+This module defines a 'Default' instance for the type 'TimeLocale'. -} module Data.Default.Instances.OldLocale () where
data-default-instances-old-locale.cabal view
@@ -1,8 +1,10 @@ cabal-version: 3.0 name: data-default-instances-old-locale-version: 0.0.1.1+version: 0.0.1.2 category: Data synopsis: Default instances for types in old-locale+description:+ This module defines a 'Default' instance for the type 'TimeLocale'. 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, old-locale+ build-depends: base >=2 && <5, data-default-class ^>=0.1.2.0, old-locale ^>=1.0 exposed-modules: Data.Default.Instances.OldLocale default-language: Haskell98