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

Add helpers for common optparse-applicative backend command line. #135

Merged
merged 19 commits into from
Nov 18, 2013

Commits on Nov 10, 2013

  1. Configuration menu
    Copy the full SHA
    9f0945e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1a664e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2013

  1. Configuration menu
    Copy the full SHA
    1faaa90 View commit details
    Browse the repository at this point in the history
  2. Fix warnings from -Wall.

    fryguybob committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    5570cfb View commit details
    Browse the repository at this point in the history
  3. Depend on safe for readMay.

    fryguybob committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    4fb03f7 View commit details
    Browse the repository at this point in the history
  4. Fix haddock error.

    fryguybob committed Nov 11, 2013
    Configuration menu
    Copy the full SHA
    fc3e061 View commit details
    Browse the repository at this point in the history
  5. 1 Configuration menu
    Copy the full SHA
    0b388be View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2013

  1. Update Haddocks a bit.

    fryguybob committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    c22f62c View commit details
    Browse the repository at this point in the history
  2. Added loop options.

    fryguybob committed Nov 12, 2013
    Configuration menu
    Copy the full SHA
    fb95f27 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Configuration menu
    Copy the full SHA
    1c3a4d8 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    a515e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9d9be5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    699f0a4 View commit details
    Browse the repository at this point in the history
  5. Add link to tutorial.

    fryguybob committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    998e32d View commit details
    Browse the repository at this point in the history
  6. Typo in link.

    fryguybob committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    82ef306 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    333fb44 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edc01ff View commit details
    Browse the repository at this point in the history
  9. Typo in haddocks.

    fryguybob committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    913a34c View commit details
    Browse the repository at this point in the history
  10. Parameterize defaultAnimMainRender to take a lens for output.

    We need to know how to modify the base case options to put a new file
    name in place.  Another approach could have been classy lenses, but
    this is simpler for now.
    fryguybob committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    3ddd3bd View commit details
    Browse the repository at this point in the history