packages feed

Spintax 0.3.4 → 0.3.5

raw patch · 1 files changed

+3/−3 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 view
@@ -1,5 +1,5 @@ name:                Spintax-version:             0.3.4+version:             0.3.5 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@@ -12,7 +12,7 @@ build-type:          Simple cabal-version:       >=1.10 -Tested-With: GHC ==8.4.3 || ==8.6.5 || ==8.8.1+Tested-With: GHC ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1  library   hs-source-dirs:    src@@ -21,7 +21,7 @@                    , base         >= 4.7 && < 5                    , extra        >= 1.4.3 && < 1.8                    , mtl          >= 2.2.1 && < 2.3-                   , mwc-random   >= 0.13.3.2 && < 0.15+                   , mwc-random   >= 0.13.3.2 && < 0.16                    , text         >= 1.2.2 && < 1.3   default-language:  Haskell2010   GHC-Options:       -Wall