Commit Graph

51 Commits (4d63df6eb35a3d6fe02a19a0d33e195c3b8862f5)

Author SHA1 Message Date
Rob Rix 4d63df6eb3
Add the stylish-haskell config. 2020-07-03 13:39:05 -04:00
Rob Rix bce1613a2d
Depend on fused-effects@master. 2020-07-03 13:38:20 -04:00
Patrick Thomson 82abf48863
Merge pull request #12 from fused-effects/version-1.0.0.0
Track fused-effects-1.0 from Hackage.
2019-11-12 14:12:54 -05:00
Patrick Thomson 3fd26eadf6 Track fused-effects-1.0 from Hackage. 2019-11-12 11:21:33 -05:00
Patrick Thomson 8d3d9c9eaf
Merge pull request #11 from fused-effects/we-want-the-functor
Adjust IORef carrier to handle new handleCoercible idiom.
2019-11-07 16:06:42 -05:00
Patrick Thomson 4bc96a21ae Adjust IORef carrier to handle new handleCoercible idiom.
This brings us up to parity with what we expect the 1.0 interface to
look like.
2019-11-07 15:57:47 -05:00
Patrick Thomson 31c9b7cdee
Merge pull request #10 from fused-effects/from-readme-to-compileme
Compile the README.
2019-11-01 12:15:02 -04:00
Patrick Thomson 83bd118d79 Compile the README.
As per https://github.com/fused-effects/fused-effects/pull/310.
2019-11-01 11:30:36 -04:00
Patrick Thomson 4b77ba2f15 Symlink the README. 2019-11-01 11:23:13 -04:00
Patrick Thomson 6a6e2e5baf
Merge pull request #9 from fused-effects/test-imony
Add test suite.
2019-10-31 16:06:30 -04:00
Patrick Thomson f168d094d3 Run the tests in CI now that we have them. 2019-10-31 16:00:58 -04:00
Patrick Thomson 18df1a752f
Merge pull request #8 from fused-effects/new-glorious-exceptions
Remove Resource and Catch and introduce Control.Effect.Exception.
2019-10-31 15:59:39 -04:00
Patrick Thomson 0ca568cbce No need for a runM. 2019-10-31 15:40:29 -04:00
Patrick Thomson aff3177b53 Merge branch 'new-glorious-exceptions' into test-imony 2019-10-31 15:39:21 -04:00
Patrick Thomson 36fdef6a68 We never shipped a version that contained Resource. 2019-10-31 15:37:43 -04:00
Patrick Thomson 56b9169cd9 Forgot a language clause. 2019-10-29 14:56:11 -04:00
Patrick Thomson 3191eadf9b Adjust example in the README. 2019-10-29 14:50:52 -04:00
Patrick Thomson a685909638 Test `finally` in the presence of State.Strict and State.IORef. 2019-10-29 14:47:13 -04:00
Patrick Thomson db2ddf6d7f Add a skeleton test suite. 2019-10-29 14:17:35 -04:00
Patrick Thomson 22ef821297 consistent export lists 2019-10-29 12:53:24 -04:00
Patrick Thomson 54fd176097 Shorter versions. 2019-10-29 12:53:04 -04:00
Patrick Thomson b38a6846f1 Merge remote-tracking branch 'origin/master' into new-glorious-exceptions 2019-10-29 12:52:09 -04:00
Patrick Thomson 1852690582 Reorganize .cabal file. 2019-10-29 12:49:18 -04:00
Patrick Thomson bb1bc9c407 Update changelog. 2019-10-29 12:46:57 -04:00
Patrick Thomson fca52034b3 Rework README. 2019-10-29 12:42:00 -04:00
Patrick Thomson c15f016a49 Add Actions-based CI. 2019-10-29 12:41:52 -04:00
Patrick Thomson d672693b27 Excise basically the whole project in favor of Control.Effect.Exc. 2019-10-29 12:27:02 -04:00
Patrick Thomson a39a61861d Add Control.Effect.Exception. 2019-10-29 12:22:20 -04:00
Patrick Thomson 031544d4b7
Merge pull request #7 from iand675/master
Rename catchSync to catch, catch to catchAsync.
2019-10-23 17:27:55 -04:00
Ian Duncan acb517b68a Update changelog 2019-10-23 10:21:00 +09:00
Ian Duncan be5a29cc19 Rename catchSync to catch, catch to catchAsync. 2019-10-20 20:34:34 +09:00
Patrick Thomson e9c75732ac
Merge pull request #5 from fused-effects/port-resource-effect-for-1.0
Add Resource effect and port to fused-effects 1.0.
2019-10-16 17:41:09 -04:00
Patrick Thomson 65fa041be3 Update Resource effect to what's in FE now. 2019-10-15 17:00:36 -04:00
Patrick Thomson 8d2101ae5c Travis is in a separate PR now. 2019-10-15 16:58:52 -04:00
Patrick Thomson 7a1d2b0705 Use the fused-effects Travis. 2019-10-15 16:25:37 -04:00
Patrick Thomson 1d1ca697af Fix documentation and merge fallout. 2019-10-14 13:28:21 -04:00
Patrick Thomson ff03bb24bd Add travis stuff since this is now a more prominent part of the ecosystem. 2019-10-14 13:24:55 -04:00
Patrick Thomson 3a0f52f4b1 Merge remote-tracking branch 'origin/master' into port-resource-effect-for-1.0 2019-10-14 13:24:28 -04:00
Patrick Thomson 8a3c6e3baf Add Resource effect and port to fused-effects 1.0. 2019-10-14 13:22:38 -04:00
Rob Rix c900f59f8f
Merge pull request #2 from fused-effects/upgrade-to-0.5
Upgrade to fused-effects 0.5.
2019-07-15 15:03:22 -05:00
Rob Rix 073f8199dc
Rename withCatch to runCatch. 2019-07-15 16:02:23 -04:00
Rob Rix 06a867679d
Rename runCatch to unliftCatch. 2019-07-15 16:02:09 -04:00
Rob Rix 44ff4aeb25
Fix a URL. 2019-07-15 15:58:06 -04:00
Patrick Thomson 57b1dc8b5d Clean up Cabal detritus. 2019-07-06 10:39:03 -04:00
Patrick Thomson b2d59dc0d6 Upgrade to fused-effects 0.5. 2019-07-06 10:31:33 -04:00
Patrick Thomson 5533982d40 It helps to export functions. 2019-05-15 18:11:02 -04:00
Patrick Thomson afa25d5562 Add withCatch. 2019-05-15 18:09:01 -04:00
Patrick Thomson bfffc12e67 Update authors field. 2019-04-12 15:49:57 -04:00
Patrick Thomson 6e7f270240 Add real version bound. 2019-04-08 13:14:38 -04:00
Patrick Thomson 610116e9ba Extract from parent project. 2019-03-19 10:24:57 -04:00