Spintax 0.3.2 → 0.3.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mwc-randomPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mwc-random
API changes (from Hackage documentation)
Files
- Spintax.cabal +2/−2
Spintax.cabal view
@@ -1,5 +1,5 @@ name: Spintax-version: 0.3.2+version: 0.3.3 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@@ -19,7 +19,7 @@ , base >= 4.7 && < 5 , extra >= 1.4.3 && < 1.7 , mtl >= 2.2.1 && < 2.3- , mwc-random >= 0.13.3.2 && < 0.14+ , mwc-random >= 0.13.3.2 && < 0.15 , text >= 1.2.2 && < 1.3 default-language: Haskell2010 GHC-Options: -Wall