Skip to content

Commit

Permalink
Update Haskell CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelBoucey committed Mar 21, 2024
1 parent ac92c65 commit 9bdebec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Spintax.cabal
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: Spintax
version: 0.3.6
version: 0.3.6.1
synopsis: Random text generation based on spintax
description: Random text generation based on spintax with nested alternatives and empty options.
homepage: https://github.com/MichelBoucey/spintax
license: BSD3
license-file: LICENSE
author: Michel Boucey
maintainer: [email protected]
copyright: (c) 2016-2021 - Michel Boucey
copyright: (c) 2016-2024 - Michel Boucey
category: Text
build-type: Simple
cabal-version: >=1.10

Tested-With: GHC ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4
Tested-With: GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 || ==9.8.2

library
hs-source-dirs: src
Expand Down

0 comments on commit 9bdebec

Please sign in to comment.