diff --git a/NanoID.cabal b/NanoID.cabal
--- a/NanoID.cabal
+++ b/NanoID.cabal
@@ -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
 
diff --git a/ReadMe.md b/ReadMe.md
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -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]
diff --git a/app/Options.hs b/app/Options.hs
--- a/app/Options.hs
+++ b/app/Options.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE CPP             #-}
+{-# LANGUAGE CPP #-}
 
 module Options where
 
