Michael Snoyman
cdc6c8ae04
Version bumps/changelog updates
2017-02-08 11:20:31 +02:00
Michael Snoyman
86411d25f2
Silly typo
2017-02-08 09:08:10 +02:00
Michael Snoyman
305931f322
Not pedantic on OS X (since it applies to deps too)
2017-02-08 08:13:35 +02:00
Michael Snoyman
e83d018002
Add missing --install-ghc
2017-02-08 07:01:17 +02:00
Michael Snoyman
fc9d45aa33
Nightly: use solver --update-config
2017-02-07 21:05:44 +02:00
Michael Snoyman
58119d90cc
Another build speed-up attempt
...
* Don't do the pre-build
* Apply --fast to dependencies on OS X
2017-02-07 21:02:26 +02:00
Michael Snoyman
b55b919800
Revert "Allow latest nightly"
...
This reverts commit 9ee3c37074 .
2017-02-07 20:48:43 +02:00
Michael Snoyman
16924f6603
Merge branch 'allow-latest-nightly'
2017-02-07 20:48:12 +02:00
Michael Snoyman
a53d2cecf5
Try using cabal-head to work around haskell/cabal#4298
2017-02-07 19:00:48 +02:00
Michael Snoyman
9ee3c37074
Allow latest nightly
2017-02-07 17:18:21 +02:00
Michael Snoyman
4920ca11eb
Merge pull request #1342 from yesodweb/appveyor
...
Add appveyor.yml
2017-02-07 17:17:20 +02:00
Michael Snoyman
1bc1ef5a35
Fix a CR test failure
2017-02-07 16:19:08 +02:00
Michael Snoyman
954f813569
Fix route parsing for CRLF line endings
2017-02-07 15:49:23 +02:00
Michael Snoyman
e90b31bb4a
Add appveyor.yml
2017-02-07 15:49:23 +02:00
Michael Snoyman
958bc58153
Merge pull request #1345 from psibi/export-pid
...
Export plugin identifier for GoogleEmail2 module
2017-02-07 14:21:59 +02:00
Sibi Prabakaran
d1ec382fc6
Better haddock rendering: Since -> @since
2017-02-07 01:01:05 +05:30
Sibi Prabakaran
854e0e45e7
Update relevant changelog
2017-02-07 01:00:19 +05:30
Sibi Prabakaran
dddae24786
Export plugin identifier for GoogleEmail2 module
2017-02-07 01:00:00 +05:30
Michael Snoyman
01378311f8
Merge pull request #1343 from psibi/show-creds
...
Add Show Instance For Creds type
2017-02-06 10:14:57 +02:00
Sibi Prabakaran
6f1356f2a1
Update changelog
2017-02-05 20:27:00 +05:30
Sibi Prabakaran
0c3e1d2299
Derive Show for Creds type
...
Useful for doing liftIO $ print inside Yesod handlers like
authenticate.
2017-02-05 20:25:23 +05:30
Michael Snoyman
52f67fb04b
Merge pull request #1341 from yesodweb/pedantic
...
Compile with -Wall -Werror
2017-02-05 14:37:19 +02:00
Michael Snoyman
aefd074efa
Cleanup GHC 8 redundant constraints
2017-02-05 13:35:12 +02:00
Michael Snoyman
3dc2d10b30
Compile with -Wall -Werror
2017-02-05 12:09:18 +02:00
Michael Snoyman
07147f42c2
Try to speed up OS X builds
2017-02-03 13:05:06 +02:00
Michael Snoyman
1920604d67
Merge pull request #1340 from jprider63/master
...
Fix for bug in identifyForm with empty forms.
2017-02-02 09:49:04 +02:00
James Parker
d59344b78b
housekeeping
2017-02-02 01:55:00 -05:00
Michael Snoyman
64ed0792bc
Check mime-type for JSON bodies #1330
2017-02-02 08:10:19 +02:00
Michael Snoyman
db883f19b8
Fix some whitespace
2017-02-02 07:43:55 +02:00
James Parker
ef22b131f1
Fix for bug in identifyForm with empty forms. #1072
2017-01-31 16:06:40 -05:00
Michael Snoyman
5e84a6c063
Merge pull request #1338 from tolysz/websockets-options
...
yesod-websockets: add `webSocketsOptions` `webSocketsOptionsWith`
2017-01-19 15:54:21 +02:00
Marcin Tolysz
e7e2caeacf
yesod-websockets: add webSocketsOptions webSocketsOptionsWith
2017-01-19 11:13:34 +00:00
Michael Snoyman
6d03e6beed
Merge pull request #1336 from LightAndLight/master
...
Fixed misspelling of 'utilities'
2017-01-15 11:06:03 +02:00
Isaac Elliott
2d98587cce
Fixed misspelling of 'utilities'
2017-01-15 18:34:16 +10:00
Michael Snoyman
33f58e2bd1
Allow vector 0.12
2017-01-09 00:10:45 +02:00
Michael Snoyman
42e0e9aab9
Merge pull request #1329 from ocharles/master
...
yesod-core: Build with template-haskell-2.12.0
2017-01-04 16:18:13 +02:00
Ollie Charles
57a9420d99
yesod-core: Build with template-haskell-2.12.0
2017-01-04 13:08:09 +00:00
Michael Snoyman
5469e38d43
Travis: switch language to generic
2017-01-03 20:46:34 +02:00
Michael Snoyman
38fec7f8b8
Reduce dependencies
2017-01-03 12:45:11 +02:00
Michael Snoyman
6d3c530ab8
Merge pull request #1326 from psibi/verkey
...
Change the type signature from Text to Verkey
2017-01-02 09:40:56 +02:00
Sibi Prabakaran
4330461033
Change the type signature from Text to Verkey
...
Since the other type signatures of the typeclass has VerKey instead of
Text, it would be better to use VerKey here also to maintain
consistency. Also, IMO this signature is more easy to follow ( I had to
look at source to see how the verification key was generated. )
2016-12-30 18:06:40 +05:30
Michael Snoyman
705b52f7eb
Add --host option to yesod devel ( fixes #975 )
2016-12-21 14:27:52 +02:00
Michael Snoyman
9dbbe030de
Fix compatibility with older persistent #1324
2016-12-20 15:21:36 +02:00
Michael Snoyman
8d85ad1ab5
Merge pull request #1321 from whittle/insert400
...
Add insert400 and insert400_
2016-12-12 19:06:54 +02:00
Jason Whittle
2e284bbe64
Add notes to changelog for yesod-persistent 1.4.1.0.
2016-12-12 08:23:16 -05:00
Jason Whittle
d526658c7b
Implement the changes requested by @snoyberg.
2016-12-12 08:18:25 -05:00
Jason Whittle
c573f02d9d
Add insert400 and insert400_, which check for violated uniqueness constraints.
2016-12-12 01:54:27 -05:00
Michael Snoyman
b9ece6f242
Merge pull request #1319 from psibi/auth-json-doc
...
Add documentation for JSON endpoints for Yesod.Auth.Email module
2016-12-08 07:00:08 -05:00
Sibi Prabakaran
08f994103a
Add documentation for JSON endpoints for Yesod.Auth.Email module
2016-12-08 14:25:08 +05:30
Michael Snoyman
9a484f9163
defaultMessageWidget
2016-12-07 20:08:47 -05:00