-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac92c65
commit 9bdebec
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|