Skip to content

Commit

Permalink
Merge branch 'fix-dependencies'. Update optparse-applicative dependen…
Browse files Browse the repository at this point in the history
…cy version for newer base versions. Closes Copilot-Language#61.

The dependency optparse-applicative-0.14 is limited to base (>=4 && <4.13).
Updating the version to 0.15 solves this issue.
  • Loading branch information
fdedden committed Jul 1, 2020
2 parents 0f9a1ec + 39b68a8 commit cf85577
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2020-07-01
* Update optparse-applicative dependency version for newer base
versions. (#61).

2019-11-22 Ivan Perez <[email protected]>
* Version bump (3.1).
* Update multiple examples (#41).
Expand Down
2 changes: 1 addition & 1 deletion copilot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ library
-fno-warn-orphans
build-depends:
base >= 4.9 && < 5
, optparse-applicative >= 0.14 && < 0.15
, optparse-applicative >= 0.14 && < 0.16
, directory >= 1.3 && < 1.4
, filepath >= 1.4 && < 1.5

Expand Down

0 comments on commit cf85577

Please sign in to comment.