File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 11name : quickbench
2- version : 1.0
2+ version : 1.0.1
33synopsis : quick & easy benchmarking of command-line programs
44description :
55 quickbench produces very simple output (elapsed seconds),
@@ -46,7 +46,7 @@ executable quickbench
4646 hs-source-dirs : app
4747 main-is : Main.hs
4848 build-depends :
49- quickbench == 1.0
49+ quickbench == 1.0.1
5050 ,base
5151 ,process
5252 default-language : Haskell2010
Original file line number Diff line number Diff line change 1- resolver : lts-17.15
1+ resolver : lts-18.10
22
33packages :
44- ' .'
55
66extra-deps :
7- # This is https://github.com/docopt/docopt.hs/pull/34 supporting MonadFail.
8- # More context at https://github.com/docopt/docopt.hs/issues/33.
9- - git : https://github.com/gelisam/docopt.hs
10- commit : 16dc7bc596c0ea4fa4466b12f474b1abfa72c885
7+ # 0.7.0.6 supporting MonadFail, not yet on hackage
8+ # https://github.com/docopt/docopt.hs/issues/33
9+ # - git: https://github.com/docopt/docopt.hs
10+ # commit: ec166a330fe00ed8f518b1079ac315e23b0d1f8d
11+ # 0.7.0.6+ with updated bounds
12+ - git : https://github.com/simonmichael/docopt.hs
13+ commit : f22e60f936aeb6e83f774ee3abd370dff2815c94
You can’t perform that action at this time.
0 commit comments