packages feed

NanoID 3.4.0.1 → 3.4.0.2

raw patch · 3 files changed

+5/−5 lines, 3 filesdep ~basedep ~extradep ~optparse-applicativePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, extra, optparse-applicative

API changes (from Hackage documentation)

Files

NanoID.cabal view
@@ -1,5 +1,5 @@ name:                NanoID-version:             3.4.0.1+version:             3.4.0.2 synopsis:            NanoID generator description:         Library and CLI tool for NanoID generation license:             BSD3@@ -12,7 +12,7 @@ cabal-version:       >=1.10 extra-source-files:  ReadMe.md -Tested-With: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.1+Tested-With: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2  source-repository head   type:     git@@ -38,7 +38,7 @@                      , bytestring           >= 0.10 && < 0.13                      , mwc-random           >= 0.13 && < 0.16                      , NanoID-                     , optparse-applicative >= 0.14 && < 0.18+                     , optparse-applicative >= 0.14 && < 0.19   hs-source-dirs:      app   default-language:    Haskell2010 
ReadMe.md view
@@ -2,7 +2,7 @@  ``` [user@box ~] $ nanoid -h-nanoid v3.4.0.1, (c) Michel Boucey 2022-2024+nanoid v3.4.0.2, (c) Michel Boucey 2022-2024  Usage: nanoid [-a|--alphabet ARG] [-l|--length ARG] [-p|--password]                [-q|--quantity ARG] [-n|--newline] [-v|--version]
app/Options.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE CPP             #-}+{-# LANGUAGE CPP #-}  module Options where