Commit graph

220 commits

Author SHA1 Message Date
Andreas Schacker
c8d4fe1168 Fix find example in documentation. 2015-07-20 17:01:41 +02:00
Gabriel Gonzalez
9295e8134f Fixed tutorial examples. Fixes #88 2015-07-05 15:37:08 -07:00
Gabriel Gonzalez
3682328eea Added tutorial section on command-line options parsing 2015-07-04 20:05:37 -07:00
Gabriel Gonzalez
635e69e4e8 Added argPath and optPath 2015-07-04 20:05:27 -07:00
Gabriel Gonzalez
ab15df5e32 Merge branch 'ggonzalez/options2' 2015-07-04 13:42:03 -07:00
Gabriel Gonzalez
e6014004cf Added ShortName type synonym 2015-07-04 10:46:06 -07:00
Gabriel Gonzalez
c37e941a49 Added wc equivalent improved du. Fixes #71 2015-07-04 10:41:50 -07:00
Gabriel Gonzalez
c8d3ebed38 Updated options module
Changed arg/opt parsing to return monomorphic values and made short name
argument mandatory
2015-07-04 09:30:19 -07:00
Gabriel Gonzalez
c1a97ca50e Add cache. Fixes #74 2015-07-04 09:16:18 -07:00
Gabriel Gonzalez
b800a773d2 Add outhandle. Fixes #75 2015-07-04 08:26:55 -07:00
Gabriel Gonzalez
f9c0516844 Added hostname. Fixes #86 2015-07-04 08:23:17 -07:00
Index Int
118ee8cff3 Merge pull request #83 from Gabriel439/ggonzalez/options
Additional changes to options parsing
2015-06-29 04:04:27 +03:00
Gabriel Gonzalez
8848646a98 Add back positional argument parsers and short names 2015-06-28 17:54:13 -07:00
Gabriel Gonzalez
8169c4086f Additional changes to options parsing 2015-06-28 16:48:24 -07:00
Gabriel Gonzalez
848078e85e Loosen upper bound on clock 2015-06-28 16:02:08 -07:00
Gabriel Gonzalez
efe57cef35 Merge pull request #56 from Gabriel439/options
Turtle.Options module
2015-06-27 21:00:01 -07:00
Index Int
55c3c85411 Add argIntegral 2015-06-28 06:49:14 +03:00
Index Int
5d9f1e3b39 Rename Parameter to Arg 2015-06-28 06:44:33 +03:00
Index Int
ecb48e142a Remove ParameterRead from Turtle.Options 2015-06-28 06:20:21 +03:00
Index Int
f06f45fd62 Cleanup Turtle.Options 2015-06-28 06:04:42 +03:00
Index Int
9417eb58ed Fix argument parsing 2015-06-27 22:05:30 +03:00
Index Int
649e2a1ea1 Automatic ShortName 2015-06-27 21:25:00 +03:00
Index Int
0596609a32 Optional arguments in Turtle.Option 2015-06-27 21:11:38 +03:00
Index Int
8c006a5242 Turtle.Options redone 2015-06-27 20:59:07 +03:00
Index Int
927cc5d538 Merge branch 'master' into options 2015-06-27 19:53:16 +03:00
Gabriel Gonzalez
7175ab319c Merge pull request #73 from xged/patch-1
Improve `du` documentation
2015-06-19 09:50:43 -07:00
Julius Gedvilas
b691273a35 Improve du documentation 2015-06-19 17:52:19 +03:00
Gabriel Gonzalez
af2b4595d5 External command runners now preserve exceptions correctly. Fixes #63 2015-06-14 18:45:52 -07:00
Gabriel Gonzalez
bebb55da7d Removed doctest for fp format specifier
This format specifier behaves differently on Windows, causing the test to
fail.  I decided to just get rid of the test for now
2015-06-14 17:21:33 -07:00
Gabriel Gonzalez
d5e04e14d7 Added invert function. Fixes #60 2015-06-14 17:18:55 -07:00
Gabriel Gonzalez
d575bf0949 Merge branch 'master' of github.com:Gabriel439/Haskell-Turtle-Library 2015-06-14 15:57:04 -07:00
Gabriel Gonzalez
67482ccbd3 Merge pull request #59 from PierreR/patch-2
Fix inshell example in slides
2015-06-14 12:20:49 -07:00
Pi3r
20ba60ef9d Fix inshell example in slides 2015-06-13 18:53:35 +02:00
Gabriel Gonzalez
25db80ab86 Version 1.1.0 => 1.1.1 2015-06-08 18:55:42 -07:00
Gabriel Gonzalez
6f9cf79ff5 Updated tutorial 2015-06-08 18:53:14 -07:00
Gabriel Gonzalez
3e0776632c Add getmod/setmod 2015-06-08 18:50:22 -07:00
Gabriel Gonzalez
c805726990 Updated upper bounds for doctest and foldl 2015-06-07 13:16:06 -07:00
Gabriel Gonzalez
ec3c924546 Updated documentation for chmod and associated functions 2015-06-07 13:15:48 -07:00
Gabriel Gonzalez
34f00c8cbf Tune warnings 2015-06-07 12:52:42 -07:00
Gabriel Gonzalez
e1fc1d97bd Fixed haddocks 2015-06-07 12:48:50 -07:00
Gabriel Gonzalez
f3efaa8947 Add MonadIO explanation to tutorial 2015-06-07 12:47:39 -07:00
Gabriel Gonzalez
2a5e4ea6d0 Update slides.md 2015-05-25 13:06:00 -07:00
Index Int
afe4cd0f15 Merge pull request #57 from Gabriel439/bench
Merge benchmark into master
2015-05-14 05:03:45 +03:00
Index Int
343f981523 Add .gitignore for build artifacts 2015-05-14 04:59:05 +03:00
Index Int
f1e64a932e Support Integer options 2015-05-14 04:24:30 +03:00
Index Int
421137d147 Add header and footer 2015-05-14 04:01:04 +03:00
Index Int
770948ce8f Basic Turtle.Options module 2015-05-14 03:51:42 +03:00
Gabriel Gonzalez
822ab8324c Update tutorial to mention new regex utilities 2015-05-12 14:27:35 -07:00
Index Int
cc5fa19bb1 Fix documentation typo 2015-05-13 00:03:04 +03:00
Index Int
dc35a336d5 Benchmark the bounded combinator 2015-05-12 23:46:02 +03:00