Commit Graph

141 Commits

Author SHA1 Message Date
Peter Trsko
6948809c5c Updated ChangeLog regarding issue #23
Addresses #23
2017-03-15 11:18:44 +01:00
Peter Trsko
200281205c Coding style; updated ChangeLog 2017-03-15 11:18:29 +01:00
Sandy Maguire
f4a4adb527 Add replaceRelay and friend 2017-03-15 11:18:29 +01:00
Peter Trsko
fe1c7fa323 Resolving missing type signature (failing on -Wall)
Addresses #23
2017-03-15 10:48:22 +01:00
Schell Scivally
ed3d45b069 fixes #23 (<<loop>>) 2017-03-15 10:48:22 +01:00
Schell Scivally
9840e483da minimal loop example and test 2017-03-15 10:48:22 +01:00
Schell Scivally
7094f57bcd loop example 2017-03-15 10:48:22 +01:00
Schell Scivally
07ee1289bc minimal example of <<loop>> 2017-03-15 10:48:22 +01:00
Peter Trško
cd5c078398 Stackage badges; better link for checking dependencies 2017-03-12 22:29:02 +01:00
Peter Trško
ad22a48389 Minor stylistic cleanup 2017-03-12 22:24:35 +01:00
Peter Trško
816e2eb842 Merge pull request #19 from 'fosskers/master'
Addresses #5
2017-03-12 22:19:17 +01:00
Colin Woodbury
176204a7b6
Add back HTTP bench 2017-03-12 13:14:29 -07:00
Colin Woodbury
4d8b70a9ca
Add benchmarks to compare extensible-effects 2017-03-12 13:02:28 -07:00
Peter Trško
49364a217d Correcting Data.OpenUnion module documentation 2017-03-06 01:36:41 +01:00
Peter Trško
a19b788b36 Package release process documentation 2017-03-06 01:31:25 +01:00
Peter Trško
5e6270eed8 Recreated section for unreleased changes in ChangeLog 2017-03-06 01:21:00 +01:00
Peter Trško
3b1cce27b3 Correcting markup in package description 2017-03-06 01:11:45 +01:00
Peter Trško
dfbb9bfac9 Updated changelog for 0.3.0.0 release 2017-03-06 00:59:56 +01:00
Peter Trško
419a42d90e Minor correction in documentation 2017-03-06 00:44:39 +01:00
Peter Trško
3f7d8a4521 Explicitly specifying branch in source-repository clause 2017-03-06 00:42:00 +01:00
Peter Trško
98ff11deb9 Clarified documentation and better resources for Stack
Most important changes:

* Changed style of the examples to something that is more friendly to
  newcomers.
* Description of Stack-based developer setup is more comprehensive, and
  it references Stack documentation.
2017-03-06 00:31:44 +01:00
Peter Trško
5b03013b81 Merge pull request #17 from 'xkollar/teletype-to-console' 2017-03-04 16:20:22 +01:00
Tomas Janousek
84e7497231 Update README and changelog regarding OpenUnion51
Closes #14
2017-03-04 16:00:37 +01:00
Peter Trško
50d9beb492 Removed "instance Member t '[t]" since it was breaking tests
While the test example may have been modified to work with this
instance, it has a potential to be unnecessary breaking change for other
code.

We may reconsider using this based on benchmarking data.

Addresses #14
2017-03-04 15:59:57 +01:00
Peter Trško
97f6368189 Port of OpenUnion51
Addresses #14
2017-03-04 15:55:54 +01:00
Matej Kollar
85614f823f HLint 2017-03-03 17:26:24 +01:00
Matej Kollar
c7170f2f89 Indentation 2017-03-03 17:13:40 +01:00
Matej Kollar
f21080d0ca Over-engineering? 2017-03-03 17:13:40 +01:00
Matej Kollar
ce1e579100 Rename Teletype in examples to Console 2017-03-03 16:23:51 +01:00
Matej Kollar
c3548460a2 Update Main example
Also make Teletype example more useful
(= show how to make evaluators more composable).
2017-03-03 16:05:52 +01:00
Matej Kollar
fd1d406dbe Capitalization effect example
Purpose of this effect is to create very simple example that would
be easy to compose in a very obvious way.
2017-03-03 16:05:52 +01:00
Tomas Janousek
2affe8b612 Fix HLint suggestions 2017-03-02 21:40:27 +01:00
Tomas Janousek
d72412caac Enable HLint on Travis 2017-03-02 21:40:27 +01:00
Tomas Janousek
13a2adfb67 Use NoImplicitPrelude to avoid some CPP in bench/Core.hs 2017-03-02 21:40:27 +01:00
Tomas Janousek
810a137ac4 Drop duplicate changelog entry 2017-03-02 21:31:22 +01:00
Peter Trško
9767126b88 Correct link name pointing to Eff1.hs 2017-03-02 20:23:38 +01:00
Matej Kollar
adb48d5921 Issue #11 Separate and rename NonDetEff 2017-02-17 16:19:24 +01:00
Peter Trsko
e210f8dad3 Portability: GHC specific language extensions.
Resolves #12
2017-02-12 12:34:31 +01:00
Peter Trško
3ba9638021 Corrected links to badges (cont.)
Some links weren't updated in previous commit.
2017-02-12 00:35:26 +01:00
Peter Trško
8a990fe40c Correcting value of allow_failures 2017-02-12 00:17:59 +01:00
Peter Trško
ae3d347f3a Bumped version to 0.3.0.0
Addresses #9
2017-02-12 00:08:31 +01:00
Peter Trško
0aa0dac642 Turning on -fwarn-{implicit-prelude,missing-import-lists}
There is a small potential for a breaking change, since Data.OpenUnion
no longer re-exports Functor class. Anyway, what was that about?
2017-02-12 00:04:44 +01:00
Peter Trško
721cb9c834 Noting that this package works on GHC 8.0.2 2017-02-12 00:01:32 +01:00
Peter Trško
1e3a4621f8 Corrected links to GitHub repository 2017-02-12 00:01:00 +01:00
Peter Trško
749b6160dc Build on GHC 8.0.2 and head 2017-02-11 23:38:54 +01:00
Peter Trško
5bdf49c676 Corrected links to badges
Some of the links are invalid at the moment, since we aren't on Hackage,
yet.
2017-02-11 23:20:57 +01:00
Peter Trško
36bb813d4d Benchmark of one MTL.State.get for comparison 2017-02-11 08:55:34 +01:00
Peter Trško
a872d81981 Coding style and documentation for runNat{,S} 2017-02-11 08:55:34 +01:00
Tomas Janousek
5eaff723a0 Fix gitlab refs in changelog
gitlab really does have separate number series for merge requests and
issues.
2017-02-06 12:28:32 +01:00
Peter Trško
3652b210e7 Renamed modules Data.Open.Union.* to Data.OpenUnion.*
Each hierarchical part of module name should be significant, in its own
right. In case of Data.Open.Union the Open part doesn't make much sense
on its own.

Resolves #8
2017-02-02 21:31:24 +01:00