Skip to content

Commit

Permalink
stack: lts-18.10 (ghc 8.10.7), docopt with updated bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Sep 17, 2021
1 parent 2f3735b commit 7a37e9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions quickbench.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: quickbench
version: 1.0
version: 1.0.1
synopsis: quick & easy benchmarking of command-line programs
description:
quickbench produces very simple output (elapsed seconds),
Expand Down Expand Up @@ -46,7 +46,7 @@ executable quickbench
hs-source-dirs: app
main-is: Main.hs
build-depends:
quickbench == 1.0
quickbench == 1.0.1
,base
,process
default-language: Haskell2010
Expand Down
13 changes: 8 additions & 5 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
resolver: lts-17.15
resolver: lts-18.10

packages:
- '.'

extra-deps:
# This is https://github.com/docopt/docopt.hs/pull/34 supporting MonadFail.
# More context at https://github.com/docopt/docopt.hs/issues/33.
- git: https://github.com/gelisam/docopt.hs
commit: 16dc7bc596c0ea4fa4466b12f474b1abfa72c885
# 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

0 comments on commit 7a37e9e

Please sign in to comment.