Spintax 0.3.0.0 → 0.3.1
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~attoparsecdep ~extradep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec, extra, mtl, mwc-random, text
API changes (from Hackage documentation)
Files
- Spintax.cabal +7/−7
Spintax.cabal view
@@ -1,5 +1,5 @@ name: Spintax-version: 0.3.0.0+version: 0.3.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@@ -15,12 +15,12 @@ library hs-source-dirs: src exposed-modules: Text.Spintax- build-depends: base >= 4.7 && < 5- , text >= 1.2.2.0- , attoparsec >= 0.13.0.1- , mtl >= 2.2.1- , mwc-random >= 0.13.3.2- , extra >= 1.4.3+ build-depends: attoparsec >= 0.12.1.6 && < 0.14+ , base >= 4.7 && < 5+ , extra >= 1.4.3 && < 1.6+ , mtl >= 2.2.1 && < 2.3+ , mwc-random >= 0.13.3.2 && < 0.14+ , text >= 1.2.2 && < 1.3 default-language: Haskell2010 GHC-Options: -Wall