bcp47-orphans 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+15/−11 lines, 2 filesdep ~QuickCheckdep ~bcp47dep ~esqueleto
Dependency ranges changed: QuickCheck, bcp47, esqueleto, hspec, persistent, text
Files
- ChangeLog.md +6/−2
- bcp47-orphans.cabal +9/−9
ChangeLog.md view
@@ -1,8 +1,12 @@-## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.1...master)+## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.2...main) None -## [v0.1.0.1](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.0...bcp47-orphans-v0.1.0.1)+## [v0.1.0.2](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.1...bcp47-orphans-v0.1.0.2)++- Relax bounds++## [v0.1.0.1](https://github.com/freckle/bcp47/compare/v0.1.0.0...bcp47-orphans-v0.1.0.1) - Instances for `HttpApiData` [#10](https://github.com/freckle/bcp47/pull/10)
bcp47-orphans.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: bcp47-orphans-version: 0.1.0.1+version: 0.1.0.2 license: MIT license-file: LICENSE copyright: 2019 Freckle Education@@ -34,15 +34,15 @@ default-language: Haskell2010 build-depends: base >=4.7 && <5,- bcp47 >=0.2.0.0 && <0.3,+ bcp47 >=0.2.0.1 && <0.3, cassava >=0.5.2.0 && <0.6, errors >=2.3.0 && <2.4,- esqueleto >=3.3.4.1 && <3.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.10.5.3 && <2.11,- text >=1.2.4.0 && <1.3+ persistent >=2.11.0.2 && <2.12,+ text >=1.2.4.1 && <1.3 test-suite spec type: exitcode-stdio-1.0@@ -57,11 +57,11 @@ default-language: Haskell2010 build-depends:- QuickCheck >=2.13.2 && <2.14,+ QuickCheck >=2.14.2 && <2.15, base >=4.7 && <5,- bcp47 >=0.2.0.0 && <0.3,+ bcp47 >=0.2.0.1 && <0.3, bcp47-orphans -any, cassava >=0.5.2.0 && <0.6,- hspec >=2.7.4 && <2.8,+ hspec >=2.7.8 && <2.8, path-pieces >=0.2.1 && <0.3,- persistent >=2.10.5.3 && <2.11+ persistent >=2.11.0.2 && <2.12