Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jhaindev/learn4haskell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kowainik/learn4haskell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 11 files changed
  • 7 contributors

Commits on Oct 12, 2021

  1. Fix for Applicative Maybe (<*>) type signature (kowainik#446)

    I believe that since Just is not a type constructor and is just a data constructor, it cannot be used in the type signature
    alexkassil authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f5bc09e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adb5cdd View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    76b7d42 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. GA(deps): Bump actions/checkout from 2.3.4 to 2.3.5 (kowainik#466)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.3.4...v2.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    431f930 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. CI: use major version and add workflow_dispatch (kowainik#453)

    * Update ci.yml
    
    * Update ci.yml
    
    Co-authored-by: Veronika Romashkina <[email protected]>
    imba-tjd and vrom911 authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    e2d30d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Try to add Gitpod (kowainik#452)

    * Create .gitpod.yml
    
    * Readme: add Gitpod
    
    * Update README.md
    
    * Update .gitpod.yml
    
    * Update README.md
    
    * Update README.md
    
    * Update .gitpod.yml
    
    * Update .gitpod.yml
    
    * Update README.md
    
    * add button
    
    Co-authored-by: Geoffrey Huntley <[email protected]>
    
    * Update README.md
    
    Co-authored-by: Geoffrey Huntley <[email protected]>
    imba-tjd and ghuntley authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    c6d212f View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. GA(deps): Bump actions/checkout from 2 to 3 (kowainik#515)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    ae6adef View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    b2b513e View commit details
    Browse the repository at this point in the history
  2. GA(deps): Bump haskell/actions from 1 to 2 (kowainik#525)

    Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2.
    - [Release notes](https://github.com/haskell/actions/releases)
    - [Commits](haskell/actions@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: haskell/actions
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 9, 2022
    Configuration menu
    Copy the full SHA
    e87824d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. GA(deps): Bump actions/cache from 2 to 3.0.1 (kowainik#518)

    Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    86f38ee View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    b570f7f View commit details
    Browse the repository at this point in the history
  2. Update CODEOWNERS

    vrom911 authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c02586a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    671952c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    cfc69fa View commit details
    Browse the repository at this point in the history
Loading