Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weaken constraint from Monoid to Semigroup #26

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 23, 2020

  1. Weaken constraint from Monoid to Semigroup

    This breaks a bunch of stuff:
    
        * startUpdateNetwork and startUpdateNetworkWithValue now return
          'Maybe a' instead of 'a' if no change has happened since the last
          sample.
    
        * 'Update' no longer has an Applicative instance. An Applicative
          instance isn't possible (nicely) with only a Semigroup constraint.
    
    I've also removed IOMonoid since, as of base 4.9.0.0, IO has an
    identical Monoid instance.
    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    b20c0ea View commit details
    Browse the repository at this point in the history
  2. Change license to BSD3

    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f195fdb View commit details
    Browse the repository at this point in the history
  3. Remove travis CI

    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    10d7dee View commit details
    Browse the repository at this point in the history
  4. Clean up cabal file

    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    418a62c View commit details
    Browse the repository at this point in the history
  5. Use enummaps

    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a82d7b2 View commit details
    Browse the repository at this point in the history
  6. Move tests to tasty

    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    dbda563 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    b035da0 View commit details
    Browse the repository at this point in the history
  8. Add Github actions

    leifmetcalf committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    cdab2ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d40544a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    821ef82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3972b1e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. CI: Disable optimisation

    leifmetcalf committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    f46201a View commit details
    Browse the repository at this point in the history