Stephen Diehl
|
860f74b3c2
|
Use explicit 'bool' import.
|
2016-10-14 14:06:57 +01:00 |
|
Stephen Diehl
|
a86046b654
|
guarded and guardedA added to root.
|
2016-10-14 11:03:37 +01:00 |
|
Stephen Diehl
|
7a0e274b20
|
note and hush for #22
|
2016-10-10 11:13:26 +01:00 |
|
Stephen Diehl
|
2010cec78e
|
Mask yield, fixes #23
|
2016-10-10 11:05:40 +01:00 |
|
Stephen Diehl
|
0346b366ee
|
Remove Handler export, fixes #25.
|
2016-10-10 11:02:24 +01:00 |
|
Stephen Diehl
|
ee06770742
|
`pass` function, fixes #25 .
|
2016-10-10 11:00:42 +01:00 |
|
Stephen Diehl
|
36b56ad3a2
|
for function for #19
|
2016-09-14 09:47:47 +01:00 |
|
Stephen Diehl
|
7aa8b6646e
|
Expose `state and `reader` functions.
|
2016-07-05 07:22:46 -04:00 |
|
Stephen Diehl
|
245dd5190e
|
Explicitly lift throwIO and throwTo.
|
2016-07-02 20:11:20 -04:00 |
|
Stephen Diehl
|
f0fd11791c
|
Add unsnoc function.
|
2016-07-01 11:25:10 -04:00 |
|
Stephen Diehl
|
63d5ed625d
|
Encoding functions in scope by default.
|
2016-06-30 22:56:00 -04:00 |
|
Stephen Diehl
|
b8479ebcb5
|
Move throw to Unsafe exports.
|
2016-06-30 18:48:55 -04:00 |
|
Stephen Diehl
|
cef28ed3a0
|
Remove throw and assert exports.
|
2016-06-30 17:59:09 -04:00 |
|
Stephen Diehl
|
e2b886bb64
|
MOre specializers.
|
2016-06-30 10:59:15 -04:00 |
|
Stephen Diehl
|
b6805513f6
|
Dependencies note.
|
2016-06-17 09:49:49 -04:00 |
|
Stephen Diehl
|
8d794da86c
|
Remove printf.
|
2016-06-09 21:18:10 -04:00 |
|
Stephen Diehl
|
78b16ebcfa
|
IO handle functions.
|
2016-06-09 20:18:55 -04:00 |
|
Stephen Diehl
|
173b86de45
|
Read actions for Strict text in scope by default.
|
2016-06-08 23:02:57 -04:00 |
|
Stephen Diehl
|
6df421ad72
|
Panic module.
|
2016-06-08 19:32:03 -04:00 |
|
Stephen Diehl
|
75f5f4d88f
|
pull Conv into core
|
2016-05-09 14:22:13 -04:00 |
|
Stephen Diehl
|
561ee5077e
|
fix traceShow fixes #10
|
2016-04-27 15:27:42 -04:00 |
|
Stephen Diehl
|
a9cc28f3b1
|
remove partial functions
|
2016-04-21 18:50:01 -04:00 |
|
Stephen Diehl
|
0b3090973e
|
pulling semiring in module
|
2016-04-19 09:32:59 -04:00 |
|
Stephen Diehl
|
c0b161602d
|
export generics
|
2016-04-18 18:09:50 -04:00 |
|
Stephen Diehl
|
5c8186f618
|
handle semigroup monoid 8.0 compat
|
2016-04-18 13:50:18 -04:00 |
|
Stephen Diehl
|
aecd72fa5c
|
ghc 8.0 record and typeintype prelude objects
|
2016-04-18 13:39:36 -04:00 |
|
Stephen Diehl
|
4b3caa5c18
|
bring 7.10 type-level equality into scope
|
2016-04-18 11:09:03 -04:00 |
|
Stephen Diehl
|
e442b31203
|
polymorphic show func
|
2016-04-18 10:35:34 -04:00 |
|
Stephen Diehl
|
ef52c8d507
|
gracefully handle 7.10 modules if present
|
2016-04-13 16:36:42 -04:00 |
|
Stephen Diehl
|
f6fca1059d
|
not worth backporting void
|
2016-04-13 16:28:37 -04:00 |
|
Stephen Diehl
|
26d679e257
|
explicit base types, IsString export, Proxy
|
2016-04-13 16:12:55 -04:00 |
|
Stephen Diehl
|
a14ad9bdd6
|
all non-partial list functions
|
2016-04-13 15:20:15 -04:00 |
|
Stephen Diehl
|
5388b8cd4b
|
Squashed commit of the following:
commit a6f62265f345c8b7a7226515171752586b0d66e5
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date: Wed Apr 13 13:41:05 2016 -0400
bump version
commit 1a809623cd1484ce215612e6b3ecef15015bc602
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date: Wed Apr 13 13:26:11 2016 -0400
masking for ghc 8.0 specific type
commit 54bafb0bb80c8450863eac53a1f3a20a21c8b0c9
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date: Wed Apr 13 12:55:08 2016 -0400
bump ghc-prim for GHC 8.0 compat
commit 8808d5f37369107b3e5961255089a8a9e02bf3d5
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date: Wed Apr 13 12:53:39 2016 -0400
expose base State transformers
commit 05c32a4542aa66f715aea3855e140f74e97d4852
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date: Wed Apr 13 12:46:00 2016 -0400
adds compiler-independent base module
|
2016-04-13 13:51:47 -04:00 |
|
Mitchell Rosen
|
33d029c1b0
|
Fix some re-exports
|
2016-04-13 11:03:23 -04:00 |
|
Stephen Diehl
|
949d62cc12
|
qualified import of ByteString fixes #4
|
2016-04-12 09:43:59 -04:00 |
|
Stephen Diehl
|
ef5b47b4f7
|
expose seq and asTypeOf
|
2016-04-09 20:43:26 -04:00 |
|
Stephen Diehl
|
26c148510e
|
expose rest of safe functions
|
2016-04-09 20:17:55 -04:00 |
|
Stephen Diehl
|
1f0a5a9576
|
backport bifunctor
|
2016-04-09 19:57:02 -04:00 |
|
Stephen Diehl
|
bd5f8f1b23
|
fix backwards compart for ($!)
|
2016-04-09 19:25:55 -04:00 |
|
Stephen Diehl
|
2c47ec7262
|
selectively expose more of ghc.base
|
2016-04-09 15:53:25 -04:00 |
|
Stephen Diehl
|
cff538114d
|
fix data.functor exports
|
2016-04-09 15:34:30 -04:00 |
|
Stephen Diehl
|
22fda7cedc
|
added enum class
|
2016-04-09 15:16:56 -04:00 |
|
Stephen Diehl
|
b3674708d4
|
functor module
|
2016-04-09 15:14:21 -04:00 |
|
Stephen Diehl
|
8f6e97633c
|
backwards compat for traceM
|
2016-04-09 14:25:20 -04:00 |
|
Stephen Diehl
|
ccf89378f8
|
fix import formatting
|
2016-04-07 17:33:20 -04:00 |
|
Stephen Diehl
|
28dad7fca1
|
fix warnings
|
2016-04-07 17:14:42 -04:00 |
|
Stephen Diehl
|
e94c364d65
|
readme
|
2016-04-07 15:34:56 -04:00 |
|
Stephen Diehl
|
29b854cf98
|
initial commit
|
2016-04-07 15:22:44 -04:00 |
|