dhall-lang / dhall-json

This repository has moved to https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-json
BSD 3-Clause "New" or "Revised" License
65 stars 6 forks source link

Switch to `optparse-applicative` #28

Closed Gabriella439 closed 6 years ago

Gabriella439 commented 6 years ago

This switches to using the lower-level optparse-applicative for command-line option parsing. The main motivation for this is to support more complex command-line option parsing that may be necessary for https://github.com/dhall-lang/dhall-json/issues/27