packages feed

setlocale 1.0.0.9 → 1.0.0.10

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

setlocale.cabal view
@@ -1,16 +1,16 @@ name:                setlocale-version:             1.0.0.9+version:             1.0.0.10 synopsis:            Haskell bindings to setlocale -- description: license:             BSD3 license-file:        LICENSE author:              Sven Bartscher maintainer:          sven.bartscher@weltraumschlangen.de-copyright:           2014-2019, Sven Bartscher+copyright:           2014-2021, Sven Bartscher category:            System build-type:          Simple-homepage: https://bitbucket.org/IchUndNichtDu/haskell-setlocale-bug-reports: https://bitbucket.org/IchUndNichtDu/haskell-setlocale/issues+homepage: https://gitlab.com/Kritzefitz/haskell-setlocale/+bug-reports: https://gitlab.com/Kritzefitz/haskell-setlocale/issues -- extra-source-files: cabal-version:       >=1.10 @@ -18,7 +18,7 @@   exposed-modules:     System.Locale.SetLocale   -- other-modules:   other-extensions:    DeriveDataTypeable, ForeignFunctionInterface-  build-depends:       base >=4.6 && <4.14+  build-depends:       base >=4.6 && <4.16   -- hs-source-dirs:   build-tools:         hsc2hs   default-language:    Haskell2010