packages feed

witch 1.0.0.1 → 1.0.0.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

witch.cabal view
@@ -1,7 +1,7 @@ cabal-version: 2.2  name: witch-version: 1.0.0.1+version: 1.0.0.2 synopsis: Convert values from one type into another. description: Witch converts values from one type into another. @@ -27,7 +27,7 @@     , bytestring >= 0.10.8 && < 0.12     , containers >= 0.5.10 && < 0.7     , template-haskell >= 2.12.0 && < 2.19-    , text >= 1.2.3 && < 1.3+    , text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.1     , time >= 1.9.1 && < 1.13   default-language: Haskell2010   ghc-options: