packages feed

bcp47-orphans 0.1.0.4 → 0.1.0.5

raw patch · 3 files changed

+19/−14 lines, 3 filesdep ~QuickCheckdep ~bcp47dep ~cassavaPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, bcp47, cassava, hashable, hspec, http-api-data, persistent, text

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.4...main)+## [*Unreleased*](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.5...main)  None++## [v0.1.0.5](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.4...bcp47-orphans-v0.1.0.5)++- Support GHCs 9.0 and 9.2  ## [v0.1.0.4](https://github.com/freckle/bcp47/compare/bcp47-orphans-v0.1.0.3...bcp47-orphans-v0.1.0.4) 
bcp47-orphans.cabal view
@@ -1,6 +1,6 @@ cabal-version:      1.12 name:               bcp47-orphans-version:            0.1.0.4+version:            0.1.0.5 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.4,-        cassava >=0.5.2.0,+        bcp47 >=0.2.0.6,+        cassava >=0.5.1.0,         errors >=2.3.0,         esqueleto >=3.4.0.1,-        hashable >=1.3.0.0,-        http-api-data >=0.4.1.1,+        hashable >=1.2.7.0,+        http-api-data >=0.3.8.1,         path-pieces >=0.2.1,-        persistent >=2.11.0.2,-        text >=1.2.4.1+        persistent >=2.11.0.1,+        text >=1.2.3.1  test-suite spec     type:             exitcode-stdio-1.0@@ -57,11 +57,11 @@      default-language: Haskell2010     build-depends:-        QuickCheck >=2.14.2,+        QuickCheck >=2.11.3,         base >=4.7 && <5,-        bcp47 >=0.2.0.4,+        bcp47 >=0.2.0.6,         bcp47-orphans -any,-        cassava >=0.5.2.0,-        hspec >=2.7.8,+        cassava >=0.5.1.0,+        hspec >=2.5.5,         path-pieces >=0.2.1,-        persistent >=2.11.0.2+        persistent >=2.11.0.1
library/Data/BCP47/Esqueleto.hs view
@@ -1,4 +1,5 @@-{-# OPTIONS_GHC -fno-warn-orphans #-}+{-# OPTIONS_GHC -Wno-deprecations #-}+{-# OPTIONS_GHC -Wno-orphans #-}  module Data.BCP47.Esqueleto () where