Skip to content

Commit 7a37e9e

Browse files
committed
stack: lts-18.10 (ghc 8.10.7), docopt with updated bounds
1 parent 2f3735b commit 7a37e9e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

quickbench.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: quickbench
2-
version: 1.0
2+
version: 1.0.1
33
synopsis: quick & easy benchmarking of command-line programs
44
description:
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

stack.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
resolver: lts-17.15
1+
resolver: lts-18.10
22

33
packages:
44
- '.'
55

66
extra-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

0 commit comments

Comments
 (0)