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: tweag/haskell-training
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: tweag/haskell-training
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chapter4.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 39 files changed
  • 1 contributor

Commits on Oct 23, 2022

  1. remove all code

    Marco Perone committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    79c23c5 View commit details
    Browse the repository at this point in the history
  2. use 19.30 stakcage snapshot

    Marco Perone committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    fa58315 View commit details
    Browse the repository at this point in the history
  3. remove dependencies

    Marco Perone committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    999f437 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. rename answer set to submission

    Marco Perone committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    037109a View commit details
    Browse the repository at this point in the history
  2. basics section

    Marco Perone committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8492b2e View commit details
    Browse the repository at this point in the history
  3. create first executable

    Marco Perone committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    112a3f8 View commit details
    Browse the repository at this point in the history
  4. beginning of chapter 2

    Marco Perone committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    00b22d0 View commit details
    Browse the repository at this point in the history
  5. define domain

    Marco Perone committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    4d4daf3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. servant API definition

    Marco Perone committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    5727ed6 View commit details
    Browse the repository at this point in the history
  2. aeson instances for domain entities

    Marco Perone committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f8c76b9 View commit details
    Browse the repository at this point in the history
  3. implement forms server with repositories

    Marco Perone committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    26b6280 View commit details
    Browse the repository at this point in the history
  4. generate openapi specification

    Marco Perone committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    e8b12e2 View commit details
    Browse the repository at this point in the history
  5. rel8 schema definitions

    Marco Perone committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    94bd552 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. add queries

    Marco Perone committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    3ac737e View commit details
    Browse the repository at this point in the history
  2. add serializer

    Marco Perone committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    7c42ba0 View commit details
    Browse the repository at this point in the history
  3. implement repositories

    Marco Perone committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    bbcc3f6 View commit details
    Browse the repository at this point in the history
  4. hoist repositories

    Marco Perone committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    1986d70 View commit details
    Browse the repository at this point in the history
  5. setup executable

    Marco Perone committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    b620152 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. setup unit tests

    Marco Perone committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    d2226d6 View commit details
    Browse the repository at this point in the history
  2. setup doctests

    Marco Perone committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    fdacc56 View commit details
    Browse the repository at this point in the history
Loading