om-show 0.1.2.6 → 0.1.2.8
raw patch · 2 files changed
+4/−6 lines, 2 filesdep ~aesondep ~basedep ~textsetup-changedPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, text
API changes (from Hackage documentation)
Files
- Setup.hs +0/−2
- om-show.cabal +4/−4
− Setup.hs
@@ -1,2 +0,0 @@-import Distribution.Simple-main = defaultMain
om-show.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: om-show-version: 0.1.2.6+version: 0.1.2.8 synopsis: Utilities for showing string-like things. description: Utilities for showing string-like things. homepage: https://github.com/owensmurray/om-show@@ -18,9 +18,9 @@ common dependencies build-depends:- , aeson >= 2.0.3.0 && < 2.1- , base >= 4.15.0.0 && < 4.16- , text >= 1.2.5.0 && < 1.3+ , aeson >= 2.0.3.0 && < 2.3+ , base >= 4.15.0.0 && < 4.18+ , text >= 1.2.5.0 && < 2.1 common warnings ghc-options: