Commit Graph

1208 Commits

Author SHA1 Message Date
John Ericson
3bdcb73b02 Add cabal project and various CI files to nix filtering 2020-01-06 16:42:13 -05:00
John Ericson
89e0f41f32 Only do old these before with GHC pre-8.8 2020-01-06 16:39:56 -05:00
Hamish Mackenzie
7c3253d501
Use Data.Type.Equality.Refl 2019-12-31 20:05:56 -07:00
Hamish Mackenzie
51b6399d1b
Only include MonadFail where needed 2019-12-31 20:05:32 -07:00
John Ericson
8f460ca86a Quantify Control.Monad.fail in MonadFail instances
Pre 8.8, we ought to be clear which fail we intend to use here, even
though they do the same thing.
2019-12-30 17:05:03 -05:00
John Ericson
0cbcdde5c0 Change to a MonadFail BehaviorM instance as intended 2019-12-30 17:03:32 -05:00
John Ericson
3dc85b1cab Import the MonadFail class itself unqualified 2019-12-30 14:12:53 -05:00
John Ericson
58e30807fb Travis do 8.8.1 too 2019-12-30 14:07:10 -05:00
John Ericson
13af1376d4 Add GHC 8.8.1 to tested-with stanza 2019-12-30 14:05:06 -05:00
John Ericson
4c2f164312 Define MonadFail before 8.8.
Make a smoother transition
2019-12-30 14:02:15 -05:00
John Ericson
c2346ca70a
Add back fail method for before base 4.13 2019-12-30 13:51:26 -05:00
Hamish Mackenzie
8a9789c733
Fixes for ghc 8.8.1 2019-12-26 17:27:20 -07:00
John Ericson
261045218f
Merge pull request #240 from jappeace/develop
Add eventjoin
2019-12-23 09:58:22 -08:00
John Ericson
d919a23540
Update haddock formatting
I think I did this correctly...
2019-12-23 10:20:59 -05:00
John Ericson
632c55c0db
Merge branch 'develop' into develop 2019-12-22 13:01:29 -08:00
Jappie Klooster
822a3c3954 Never is also a function 2019-12-20 23:25:14 +01:00
Jappie Klooster
5eeb5d0db5 Remove helper function in favor of updating docs 2019-12-20 23:22:27 +01:00
John Ericson
4b04fc4f5a Fix version number for release 2019-12-20 15:09:39 -05:00
John Ericson
f9d514fe43
Merge pull request #313 from alexfmpe/no-hlint-exceptions
Remove hlint filepath exceptions
2019-12-15 13:11:18 -05:00
John Ericson
595054576d
Merge branch 'develop' into no-hlint-exceptions 2019-12-14 15:54:18 -05:00
John Ericson
6c98ad872b
Merge pull request #370 from reflex-frp/je-clean-up-changelog-traverse
Clean up wording and markdown in changelog
2019-12-14 15:53:50 -05:00
John Ericson
bf739a7285
Remove unneeded hiding of Prelude.map
`hlint` is complaining. I don't really care either way, so appeasing it.
2019-12-14 14:59:20 -05:00
John Ericson
f61a68d7a5
Merge branch 'develop' into no-hlint-exceptions 2019-12-14 13:55:24 -05:00
John Ericson
cd85893ce0
Merge branch 'develop' into je-clean-up-changelog-traverse 2019-12-14 13:54:48 -05:00
John Ericson
ba7efb1000
Merge pull request #312 from endgame/hlint
Clean up hlints
2019-12-13 16:32:07 -05:00
John Ericson
a4afe215e3 Merge remote-tracking branch 'origin/develop' into cleanup-debug 2019-12-13 16:31:27 -05:00
leon.smith@obsidian.systems
83146c0c32 Fix up previous commit 2019-12-13 16:05:50 -05:00
John Ericson
c1e65c66bc
Fix markdown in change log
missing opening back-tick
2019-12-13 15:59:50 -05:00
John Ericson
5300af13cd
Merge branch 'develop' into hlint 2019-12-13 15:43:41 -05:00
John Ericson
11e47dacf6
Remove extra blank link in change log 2019-12-13 15:07:18 -05:00
John Ericson
2503323867
Merge branch 'develop' into je-clean-up-changelog-traverse 2019-12-13 15:06:54 -05:00
John Ericson
a190592473
Merge pull request #376 from reflex-frp/cleanup-whitespace-2019-12
Cleanup trailing whitespace
2019-12-13 15:04:14 -05:00
John Ericson
225bcb8cc3
Merge branch 'develop' into hlint 2019-12-13 13:08:45 -05:00
John Ericson
292b81f872
Merge branch 'develop' into cleanup-whitespace-2019-12 2019-12-13 13:03:21 -05:00
John Ericson
fa938ac138
Merge branch 'develop' into je-clean-up-changelog-traverse 2019-12-13 13:00:52 -05:00
John Ericson
9bb37d528f
Merge pull request #362 from alexfmpe/duplicate-package
Remove duplicate dependency on profunctors
2019-12-13 12:58:57 -05:00
leon.smith@obsidian.systems
fa5c17f19f Cleanup trailing whitespace 2019-12-13 11:59:16 -05:00
leon.smith@obsidian.systems
ccb2bb1a20 Merge remote-tracking branch 'origin/cleanup-whitespace-2019-12' into ls-cleanup-debug 2019-12-13 11:58:02 -05:00
John Ericson
881f6b1773 Cleanup trailing whitespace 2019-12-13 11:56:41 -05:00
leon.smith@obsidian.systems
194ba06780 Merge branch 'develop' into ls-cleanup-debug 2019-12-13 11:53:30 -05:00
John Ericson
9a2aa06288
Merge branch 'develop' into hlint 2019-12-13 10:43:33 -05:00
John Ericson
55e582455e
Merge branch 'develop' into je-clean-up-changelog-traverse 2019-12-13 10:42:48 -05:00
John Ericson
8584af0623
Merge branch 'develop' into duplicate-package 2019-12-13 10:41:10 -05:00
John Ericson
41b9eaa169
Merge pull request #366 from alexfmpe/quickref-runwithreplace
Mention 'runWithReplace' in quickref
2019-12-13 10:40:48 -05:00
John Ericson
d98b4feb9b
Merge branch 'develop' into duplicate-package 2019-12-12 19:21:51 -05:00
John Ericson
494af2b20c
Merge branch 'develop' into je-clean-up-changelog-traverse 2019-12-12 19:21:05 -05:00
John Ericson
a2b284d5f4
Merge branch 'develop' into quickref-runwithreplace 2019-12-12 19:11:49 -05:00
John Ericson
2a0499c312
Fix ChangeLog order and spacing 2019-12-12 19:11:15 -05:00
John Ericson
3dbe56c014
Merge branch 'develop' into extra-query-instances 2019-12-12 19:08:24 -05:00
John Ericson
5bbfe7d8f1
Merge pull request #373 from reflex-frp/add-notready-instances
Add NotReady instances for SpiderTimeline + SpiderHost
2019-12-12 19:07:10 -05:00