packages feed

antiope-core 7.4.3 → 7.4.4

raw patch · 2 files changed

+5/−2 lines, 2 filesdep ~hspecPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hspec

API changes (from Hackage documentation)

Files

antiope-core.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.4  name:                   antiope-core-version:                7.4.3+version:                7.4.4 description:            Please see the README on Github at <https://github.com/arbor/antiope#readme>. synopsis:               Please see the README on Github at <https://github.com/arbor/antiope#readme> category:               Services@@ -12,6 +12,7 @@ copyright:              Arbor Networks license:                MIT license-file:           LICENSE+tested-with:            GHC == 8.8.1, GHC == 8.6.5, GHC == 8.4.4 build-type:             Simple extra-source-files:     README.md                         ChangeLog.md@@ -65,7 +66,7 @@                       , exceptions                       , generic-lens                       , hedgehog              >= 0.5          && < 1.1-                      , hspec                 >= 2.4          && < 2.7+                      , hspec                 >= 2.4          && < 2.8                       , http-client                       , http-types                       , hw-hspec-hedgehog     >= 0.1          && < 0.3
src/Antiope/Core/Internal/Show.hs view
@@ -1,3 +1,5 @@+{-# OPTIONS_GHC -fno-warn-redundant-constraints #-}+ module Antiope.Core.Internal.Show   ( tshowNum   ) where