Go to file
2022-03-14 20:12:24 +01:00
app Init 2022-03-14 20:12:24 +01:00
deps Init 2022-03-14 20:12:24 +01:00
src Init 2022-03-14 20:12:24 +01:00
test Init 2022-03-14 20:12:24 +01:00
.gitignore Init 2022-03-14 20:12:24 +01:00
.gitmodules Init 2022-03-14 20:12:24 +01:00
.hlint.yaml Init 2022-03-14 20:12:24 +01:00
ChangeLog.md Init 2022-03-14 20:12:24 +01:00
ibhelper.cabal Init 2022-03-14 20:12:24 +01:00
LICENSE Init 2022-03-14 20:12:24 +01:00
package.yaml Init 2022-03-14 20:12:24 +01:00
README.md Init 2022-03-14 20:12:24 +01:00
Setup.hs Init 2022-03-14 20:12:24 +01:00
stack.yaml Init 2022-03-14 20:12:24 +01:00

ibhelper

Execute

  • Run stack exec -- ibhelper-exe to see "We're inside the application!"
  • With stack exec -- ibhelper-exe --verbose you will see the same message, with more logging.

Run tests

stack test