Skip to content

Commit

Permalink
use newer docopt, build cleanly again
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Oct 7, 2021
1 parent 25caa43 commit 0a29868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion quickbench.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ library
base >= 4.7 && < 5
,containers
,directory
,docopt >= 0.7.0.4
,docopt >= 0.7.0.7
,pretty-show
,process
,safe
Expand Down
8 changes: 1 addition & 7 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,4 @@ packages:
- '.'

extra-deps:
# 0.7.0.6 supporting MonadFail, not yet on hackage
# https://github.com/docopt/docopt.hs/issues/33
# - git: https://github.com/docopt/docopt.hs
# commit: ec166a330fe00ed8f518b1079ac315e23b0d1f8d
# 0.7.0.6+ with updated bounds
- git: https://github.com/simonmichael/docopt.hs
commit: f22e60f936aeb6e83f774ee3abd370dff2815c94
- docopt-0.7.0.7

0 comments on commit 0a29868

Please sign in to comment.