old-locale 1.0.0.6 → 1.0.0.7
raw patch · 2 files changed
+11/−11 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- changelog.md +4/−0
- old-locale.cabal +7/−11
changelog.md view
@@ -1,5 +1,9 @@ # Changelog for [`old-locale` package](http://hackage.haskell.org/package/old-locale) +## 1.0.0.7 *Nov 2014*++ * Decoupled from GHC distribution+ ## 1.0.0.6 *Mar 2014* * Bundled with GHC 7.8.1
old-locale.cabal view
@@ -1,15 +1,15 @@ name: old-locale-version: 1.0.0.6--- GHC 7.6.1 released with 1.0.0.5+version: 1.0.0.7+-- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org-bug-reports: http://ghc.haskell.org/trac/ghc/newticket?component=libraries%20%28other%29&keywords=old-locale+bug-reports: https://github.com/haskell/old-locale/issues synopsis: locale library category: System build-type: Simple Cabal-Version:>=1.10-tested-with: GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3+tested-with: GHC==7.8.3, GHC==7.8.2, GHC==7.8.1, GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3 description: This package provides the ability to adapt to locale conventions such as date and time formats.@@ -19,15 +19,11 @@ source-repository head type: git- location: http://git.haskell.org/packages/old-locale.git--source-repository this- type: git- location: http://git.haskell.org/packages/old-locale.git- tag: old-locale-1.0.0.6-release+ location: https://github.com/haskell/old-locale.git Library default-language: Haskell98+ other-extensions: CPP if impl(ghc>=7.2) -- && base>=4.4.1 other-extensions: Safe@@ -35,5 +31,5 @@ exposed-modules: System.Locale - build-depends: base >= 4.2 && < 4.8+ build-depends: base >= 4.2 && < 4.9 ghc-options: -Wall