packages feed

bcp47-orphans 0.1.0.2 → 0.1.0.3

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~bcp47dep ~persistentPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: bcp47, persistent

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,6 +1,10 @@-## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.2...main)+## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.3...main)  None++## [v0.1.0.3](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.2...bcp47-orphans-v0.1.0.3)++- Relax bounds  ## [v0.1.0.2](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.1...bcp47-orphans-v0.1.0.2) 
bcp47-orphans.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               bcp47-orphans-version:            0.1.0.2+version:            0.1.0.3 license:            MIT license-file:       LICENSE copyright:          2019 Freckle Education@@ -34,14 +34,14 @@     default-language: Haskell2010     build-depends:         base >=4.7 && <5,-        bcp47 >=0.2.0.1 && <0.3,+        bcp47 >=0.2.0.3 && <0.3,         cassava >=0.5.2.0 && <0.6,         errors >=2.3.0 && <2.4,         esqueleto >=3.4.0.1 && <3.5,         hashable >=1.3.0.0 && <1.4,         http-api-data >=0.4.1.1 && <0.5,         path-pieces >=0.2.1 && <0.3,-        persistent >=2.11.0.2 && <2.12,+        persistent >=2.11.0.2 && <2.13,         text >=1.2.4.1 && <1.3  test-suite spec@@ -59,9 +59,9 @@     build-depends:         QuickCheck >=2.14.2 && <2.15,         base >=4.7 && <5,-        bcp47 >=0.2.0.1 && <0.3,+        bcp47 >=0.2.0.3 && <0.3,         bcp47-orphans -any,         cassava >=0.5.2.0 && <0.6,         hspec >=2.7.8 && <2.8,         path-pieces >=0.2.1 && <0.3,-        persistent >=2.11.0.2 && <2.12+        persistent >=2.11.0.2 && <2.13