swish 0.9.0.11 → 0.9.0.12
raw patch · 2 files changed
+19/−9 lines, 2 filesdep ~text
Dependency ranges changed: text
Files
- CHANGELOG +12/−7
- swish.cabal +7/−2
CHANGELOG view
@@ -1,13 +1,18 @@+0.9.0.12:++ Updated the upper bound on the text dependency to include version+ 1.1 (requires an update to semigroups to use).+ 0.9.0.11: - Hackage has a better chance of finding the CHANGELOG file if it- is included in the distribution! There are no changes to the library- or examples.+ Hackage has a better chance of finding the CHANGELOG file if it is+ included in the distribution! There are no changes to the library or+ examples. 0.9.0.10: - Renamed CHANGES to CHANGELOG in the hope it will get picked up- by Hackage. There are no changes to the library or examples.+ Renamed CHANGES to CHANGELOG in the hope it will get picked up by+ Hackage. There are no changes to the library or examples. 0.9.0.9: @@ -22,8 +27,8 @@ Updated the upper bound on the semigroups dependency (thanks to Leif Warner). - Display library version when running the runw3ctests executable- and ensure there is a space between file name and test result in the+ Display library version when running the runw3ctests executable and+ ensure there is a space between file name and test result in the screen output. 0.9.0.7
swish.cabal view
@@ -1,5 +1,5 @@ Name: swish-Version: 0.9.0.11+Version: 0.9.0.12 Stability: experimental License: LGPL License-file: LICENSE @@ -44,6 +44,11 @@ . * Complete, ready-to-run, command-line and script-driven programs. .+ Changes in version @0.9.0.12@:+ .+ * Updated the upper bound on the text dependency to include version+ 1.1 (requires an update to semigroups to use).+ . Changes in version @0.9.0.11@: . * Hackage has a better chance of finding the CHANGELOG file if it@@ -179,7 +184,7 @@ old-locale == 1.0.*, polyparse >= 1.6 && <= 1.9, semigroups >= 0.5 && < 0.13,- text >= 0.11 && < 1.1,+ text >= 0.11 && < 1.2, time >= 1.1 && < 1.5 if impl(ghc < 7.4.0)