Skip to content

Commit

Permalink
Merge pull request elm-lang#130 from ilovezfs/bump-optparse-applicative
Browse files Browse the repository at this point in the history
elm-make.cabal: bump optparse-applicative to < 0.14
  • Loading branch information
evancz authored Nov 16, 2016
2 parents 1a55483 + 3ee1cb8 commit 26f458f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elm-make.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Executable elm-make
elm-package,
filepath,
mtl >= 2.2.1 && < 3,
optparse-applicative >=0.11 && <0.12,
optparse-applicative >= 0.11 && < 0.14,
raw-strings-qq,
time,
text

0 comments on commit 26f458f

Please sign in to comment.