Joe Nelson
88aad4b1b6
Reload schema definition on SIGHUP ( #570 )
2016-04-26 07:50:23 -07: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
Joe Nelson
5aadfba84b
Use read-only transaction mode for read requests ( #561 )
...
* Make middleware use ApiRequest rather than Request
* Fix outdated comments
* Use read-only transaction mode for read requests
This allows API requests against read replicas
2016-04-15 12:26:40 -07:00
Joe Nelson
eae5857d0e
Set role only once, and set it before other GUC vars ( #560 )
...
* Set role only once, and set it before other GUC vars
Fixes #559
* Unify role/claim logic in claimsToSQL
Suggested by @diogob
2016-04-15 07:30:36 -07: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
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
Joe Nelson
c32d13c8f1
Avoid slow PL/pgSQL exception handling in example ( #543 )
2016-04-10 15:36:32 -07: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
1a6ce9436f
include either module
2016-04-09 20:02:11 -04:00
Stephen Diehl
1f0a5a9576
backport bifunctor
2016-04-09 19:57:02 -04:00
Stephen Diehl
806939605a
better readme
2016-04-09 19:35:23 -04:00
Stephen Diehl
bd5f8f1b23
fix backwards compart for ($!)
2016-04-09 19:25:55 -04:00
Joe Nelson
0401a8eb13
Add Docker Hub badge
2016-04-09 15:34:46 -07: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
1c8fc29c4a
bring flip into scope
2016-04-09 15:18: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
7a62c5d489
functor module
2016-04-09 15:13:13 -04:00
Stephen Diehl
959cd272f7
fix typo in fun name
2016-04-09 14:56:55 -04:00
Stephen Diehl
8cd2b4ffd3
build status
2016-04-09 14:50:45 -04:00
Stephen Diehl
d5bdaf0c88
use in module traceM
2016-04-09 14:49:16 -04:00
Stephen Diehl
8f6e97633c
backwards compat for traceM
2016-04-09 14:25:20 -04:00
Stephen Diehl
4bd0ed3e83
modern ghc only
2016-04-09 13:20:05 -04:00
Stephen Diehl
6ede03c8ce
travis build
2016-04-09 13:07:45 -04:00
Stephen Diehl
dd6a97adfa
hackage package
2016-04-08 11:25:58 -04:00
Stephen Diehl
ccf89378f8
fix import formatting
2016-04-07 17:33:20 -04:00