Skip to content

Commit

Permalink
dev: WIP check package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Dec 15, 2023
1 parent cb04e0f commit 9d9f283
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hledger/test/timedot.test
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ $ hledger -ftimedot:- print

>=

# ** 5. XXX check this
$ hledger --version
# ** 5. XXX and this
$ stack --stack-yaml stack9.4.yaml exec -- ghc-pkg list megaparsec


# ** 6. XXX and this
$ stack exec -- ghc-pkg list megaparsec parser-combinators
$ stack --stack-yaml stack9.4.yaml exec -- ghc-pkg list parser-combinators

0 comments on commit 9d9f283

Please sign in to comment.