Skip to content

Commit

Permalink
Merge pull request #6 from passy/optparse-text
Browse files Browse the repository at this point in the history
Use optparse-text package
  • Loading branch information
passy authored Jun 27, 2016
2 parents d44ac86 + 20cd7d2 commit e7fce71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ library:
- optparse-applicative
exposed-modules:
- Console
- Options.Applicative.Text

tests:
spec:
Expand Down Expand Up @@ -61,6 +60,7 @@ executables:
- givegif
- giphy-api
- optparse-applicative
- optparse-text
- bytestring
- lens
- wreq
Expand Down
17 changes: 0 additions & 17 deletions src/Options/Applicative/Text.hs

This file was deleted.

3 changes: 2 additions & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ flags: {}
extra-package-dbs: []
packages:
- '.'
extra-deps: []
extra-deps:
- optparse-text-0.1.0.0
resolver: lts-6.0

0 comments on commit e7fce71

Please sign in to comment.