Skip to content

Commit

Permalink
Updates for v3.4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Jun 12, 2024
1 parent eed1f59 commit 4052d78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/haskell-CI/haskell-ci
#
# version: 0.17.20240109
# version: 0.18.1
#
# REGENDATA ("0.17.20240109",["github","NanoID.cabal"])
# REGENDATA ("0.18.1",["github","NanoID.cabal"])
#
name: Haskell-CI
on:
Expand All @@ -28,14 +28,9 @@ jobs:
strategy:
matrix:
include:
- compiler: ghc-9.8.1
- compiler: ghc-9.8.2
compilerKind: ghc
compilerVersion: 9.8.1
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.6.3
compilerKind: ghc
compilerVersion: 9.6.3
compilerVersion: 9.8.2
setup-method: ghcup
allow-failure: false
- compiler: ghc-9.4.8
Expand Down
4 changes: 2 additions & 2 deletions NanoID.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -12,7 +12,7 @@ build-type: Simple
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
Expand Down
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion app/Options.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE CPP #-}

module Options where

Expand Down

0 comments on commit 4052d78

Please sign in to comment.