Commit Graph
76 Commits
Author SHA1 Message Date
Stephen Diehl 89fdc587e0 Single SrcLoc export. 2016-06-30 18:28:21 -04:00
Stephen Diehl cf1fa981ef Remove showCallStack. 2016-06-30 18:14:30 -04:00
Stephen Diehl cef28ed3a0 Remove throw and assert exports. 2016-06-30 17:59:09 -04:00
Stephen Diehl 205643ea14 Callstack for GHC 8.x. 2016-06-30 17:45:39 -04:00
Stephen Diehl fa58c5452a Added changelog. 2016-06-30 11:14:47 -04:00
Stephen Diehl 22c0e743f9 Added changelog. 2016-06-30 11:09:58 -04:00
Stephen Diehl f4178f0472 FAQ section. 2016-06-30 11:04:51 -04:00
Stephen Diehl e2b886bb64 MOre specializers. 2016-06-30 10:59:15 -04:00
Stephen Diehl a7bc40452f Fix up bound documentation. 2016-06-30 10:49:13 -04:00
Stephen Diehl 0aa40b8b21 Don't support alternative Base. 2016-06-30 10:41:55 -04:00
Stephen Diehl dce9f0c9d5 github table formatting 2016-06-17 09:51:34 -04:00
Stephen Diehl b6805513f6 Dependencies note. 2016-06-17 09:49:49 -04:00
Stephen Diehl e0cace8a4d Symbols list. 2016-06-11 16:19:03 -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 30d0bbca93 Debug functions to use Text. 2016-06-08 20:08:21 -04:00
Stephen Diehl a9c8d300a5 Remove string-conv dependency. 2016-06-08 19:47:08 -04:00
Stephen Diehl 6edc320b69 DeriveTyepable pragma. 2016-06-08 19:45:33 -04:00
Stephen Diehl 6ae19be4b7 Explicit Typeable for older GHC. 2016-06-08 19:38:45 -04:00
Stephen Diehl 6df421ad72 Panic module. 2016-06-08 19:32:03 -04:00
Stephen Diehl 1e690a9e78 bump version 2016-06-08 19:15:03 -04:00
Stephen Diehl f05079bf98 Add 8.0.1 support to Travis. 2016-06-08 19:05:43 -04:00
Stephen Diehl d39e014533 unsafeFromJust 2016-06-06 08:50:12 -04:00
Stephen Diehl 75f5f4d88f pull Conv into core 2016-05-09 14:22:13 -04:00
Stephen Diehl a70f6e2d84 bump version 2016-05-07 09:43:20 -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 fba329438f bump version 2016-04-19 09:13:06 -04:00
Stephen Diehl c0b161602d export generics 2016-04-18 18:09:50 -04:00
Stephen Diehl 2c83d2dbf6 data.records still in flux upstream 2016-04-18 14:02:58 -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 8756b6507b unbreak functor/monad issue in old ghc vers 2016-04-18 11:17:02 -04:00
Stephen Diehl 4b3caa5c18 bring 7.10 type-level equality into scope 2016-04-18 11:09:03 -04:00
Stephen Diehl da7da2fe75 mask fail function 2016-04-18 10:51:02 -04:00
Stephen Diehl e442b31203 polymorphic show func 2016-04-18 10:35:34 -04:00
Stephen Diehl ed6d680c70 bump version 2016-04-16 11:08:30 -04:00
Stephen Diehl ea709c2945 Squashed commit of the following:
commit 416dc35d5a6ead5ce62063b56539d899e91bfd36
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Thu Apr 14 14:00:23 2016 -0400

    fix readme formatting

commit 8bf3029d01
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Apr 13 18:39:39 2016 -0400

    design points in readme

commit 76bc617db9
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Apr 13 17:09:10 2016 -0400

    functor include

commit cbaa117b8a
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Apr 13 16:39:47 2016 -0400

    brenden's list function

commit ef52c8d507
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Apr 13 16:36:42 2016 -0400

    gracefully handle 7.10 modules if present

commit f6fca1059d
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Apr 13 16:28:37 2016 -0400

    not worth backporting void

commit 26d679e257
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Apr 13 16:12:55 2016 -0400

    explicit base types, IsString export, Proxy

commit a14ad9bdd6
Author: Stephen Diehl <stephen.m.diehl@gmail.com>
Date:   Wed Apr 13 15:20:15 2016 -0400

    all non-partial list functions
2016-04-14 14:02:20 -04:00
Stephen Diehl e7debe1a2c Merge pull request #7 from sdiehl/list-extras
all non-partial list functions
2016-04-13 18:56:58 -04:00
Stephen Diehl 8bf3029d01 design points in readme 2016-04-13 18:39:39 -04:00
Stephen Diehl 76bc617db9 functor include 2016-04-13 17:09:10 -04:00
Stephen Diehl cbaa117b8a brenden's list function 2016-04-13 16:39:47 -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
Stephen Diehl 99427e741c Merge pull request #5 from mitchellwrosen/master
Fix some re-exports
2016-04-13 11:42:26 -04:00