Commit Graph

137 Commits

Author SHA1 Message Date
Dmitry Olshansky
8749d48ded remove all constraints and use lts-21.3 2023-07-19 13:32:13 +02:00
Daniel Calle
9e3fd0632f
Update README.md (#68)
change footer image source to CDN
2022-11-18 09:44:24 -05:00
Daniel Calle
33d678eb6f
Merge pull request #65 from stackbuilders/dc/standardize-docs
Standardize docs
2022-06-24 15:47:54 -05:00
Daniel Calle
09f24ea76c
update future work section 2022-06-24 15:31:03 -05:00
Daniel Calle
b8bd4a4fa5
update footer and docs 2022-06-23 16:38:59 -05:00
Cristhian Motoche
5f731cba9b
Allow megaparsec 9.0 (#63)
* Allow megaparsec 9.0

* Update megaparsec in stack.yml

* Update stack.yml resolver
2020-09-11 08:44:27 -05:00
Jorge Guerra Landázuri
7f9e3d7e80
[#61] Change megaparsec version (#62)
* Change boundaries for megaparsec

* Update Changelog

* Semantic Versioning Update
2019-11-25 11:25:26 -05:00
Cristhian Motoche
b77803e17d
Update to megaparsec-7.0 (#60)
* Upper bound megaparsec 7.0

* Update to megaparsec-7.0.0

* Drop support GHC 7.8.4

* Change haddock comparison for 8.4.3

* Make sure we user megaparsec 7.0.1

* Fix travis
2018-10-10 13:50:47 -05:00
Sebastián Estrella
a6a7b5cf10 Support exceptions 0.10.* (#57) 2018-05-11 17:06:46 -05:00
Sebastián Estrella
90943e7371
Merge pull request #55 from stackbuilders/update-bounds-exceptions
Update exceptions to 0.9.0
2018-03-08 08:44:51 -05:00
Luis Fernando Alvarez
96e390da1a Update the bounds of exceptions package to include 0.9.0 2018-03-05 09:07:48 -05:00
Sebastián Estrella
c5d6996370
Merge pull request #53 from stackbuilders/megaparsec_6_4_0_compatibility
Support megaparsec >= 6.4.0
2018-01-15 15:21:56 -05:00
CristhianMotoche
dda2f838ec Remove unused app 2018-01-15 13:14:25 -05:00
CristhianMotoche
1d68232db4 Fix missing imports 2018-01-15 11:35:21 -05:00
Sebastián Estrella
8464c3e3e7 Support megaparsec >= 6.4.0 2018-01-14 23:15:24 -05:00
Cristhian Motoche
6cdef174b2 Update to megaparsec 6.0.0 (#51)
* Update megaparsec to version 6.0

* Add void package for GHC versions lower than 7.10

* Add orphan instances for ParseError

* Drop support for GHC 7.6.3

* Add a type alias for Parser

* Change newtypes with function Gen's
2017-08-03 16:39:00 -05:00
Cristhian Motoche
32e69f8545 Merge pull request #48 from rcook/rcook-to-humanized
Implement humanizeCustom and toHumanized helper functions
2017-07-24 07:45:33 -05:00
Richard Cook
892e0d5f6d Implement toHumanized helper function 2017-07-22 09:49:03 -06:00
Richard Cook
a902fa0e7a Implement humanizeCustom to enable optional capitalization of first word 2017-07-22 09:35:45 -06:00
Juan Paucar
f103a07970 Merge pull request #46 from rcook/rcook-fix-typo
Fixes #45: Update doc comment for titleize to indicate that it capitalizes all words
2017-07-21 22:33:21 -05:00
Richard Cook
99c57706a9 Fixes #45: Update doc comment for titleize to indicate that it capitalizes all words 2017-07-21 21:12:33 -06:00
mrkkrp
8d7c0be1f7 Enable caching on Travis 2017-03-05 16:45:32 +03:00
mrkkrp
61a6c575cd Don't test with GHC and Cabal HEAD on Travis 2017-03-03 01:07:04 +03:00
mrkkrp
8c071a0e54 Test with GHC 8.0.2
And use Cabal 1.24 always. This version of Cabal is compatible with older
GHC and has a better dependency resolution algorithm.
2017-01-26 14:20:26 +03:00
mrkkrp
78bb346731 Version bump (0.3.0.0) 2016-12-28 14:08:47 +03:00
mrkkrp
8820a16c49 Documentation corrections 2016-12-28 13:48:06 +03:00
Mark Karpov
c964f2ad15 Merge pull request #43 from stackbuilders/hide-word-constructors
Implement a more type safe API
2016-12-28 14:32:56 +04:00
mrkkrp
2348bb717c Better define what a word is, tests for ‘Types.hs’ 2016-12-21 20:46:23 +03:00
mrkkrp
4d3bb48d7b Parser tests and fixes 2016-12-21 19:26:36 +03:00
mrkkrp
477a36de5c Make collection type for acronyms polymorphic 2016-12-21 17:55:12 +03:00
mrkkrp
0a43bc0690 Add more tests 2016-12-21 16:17:53 +03:00
mrkkrp
2a2d02847e Introduce a more flexible error handling 2016-12-21 16:00:58 +03:00
mrkkrp
48e14a31ff Fix the build
Oldish GHC does not understand @since.
2016-12-21 15:29:07 +03:00
mrkkrp
d9f226a81d Update the “CHANGELOG.md” file 2016-12-21 15:16:00 +03:00
mrkkrp
8560ec9fce Update the docs to reflect the current state of the code 2016-12-21 15:15:47 +03:00
mrkkrp
da792fdfec Hide ‘Text.Inflections.Types’ 2016-12-21 15:15:20 +03:00
mrkkrp
008c070982 Add some @since declarations 2016-12-21 15:14:17 +03:00
mrkkrp
feac25f60c We don't want to have overlapping instances 2016-12-21 15:13:34 +03:00
mrkkrp
212d0cb3e7 Implement a more type safe API 2016-12-16 21:26:17 +03:00
mrkkrp
ab508f1b4f Use ‘lts-7.13’ 2016-12-16 18:45:10 +03:00
mrkkrp
a9318a35dc A correction regarding required version of ‘base’ 2016-12-16 18:44:35 +03:00
Dmitry Bushev
185c506788 Allow Word to contain digits (#42) 2016-12-16 19:03:14 +04:00
mrkkrp
f3cdc38874 Minor cosmetic corrections 2016-10-04 11:11:01 +03:00
Mark Karpov
5b718ca4f3 Merge pull request #40 from stackbuilders/improve-tests
Improve tests, make them more idiomatic
2016-07-13 16:46:31 +04:00
mrkkrp
f7d63badc7 Minor improvement in docs for ‘toCamelCased’ 2016-07-11 14:51:08 +03:00
mrkkrp
df139bae49 Improve tests, make them more idiomatic 2016-07-11 14:46:34 +03:00
Mark Karpov
03234409a0 Merge pull request #38 from stackbuilders/refactoring-use-text
Major refactoring, switch to ‘Text’
2016-07-05 14:53:12 +04:00
mrkkrp
ad52094310 Rewrite ‘parametrize’ and ‘parametrizeCustom’ 2016-07-05 13:02:17 +03:00
mrkkrp
042ea42a20 Major refactoring, switch to ‘Text’
This solves the following issues:

* #18 — we switch to ‘Text’ and most algorithms are re-written for
  speed, so speed up about ×10 or better is quite possible (we need
  benchmarks to actually check).

* #19 — the library exports no partial functions now.

The change is quite major, but it's in single commit because most things
it influences are interconnected.
2016-07-04 15:35:11 +03:00
Tatsuya Hirose
4fdc9d6ac9 Relaxed Integer type 2016-07-02 12:17:36 +04:00