Go to file
2022-07-19 23:48:20 +02:00
app compiles and works again. 2022-07-19 23:07:01 +02:00
deps updated deps 2022-07-19 23:48:20 +02:00
src compiles and works again. 2022-07-19 23:07:01 +02:00
test Init 2022-03-14 20:12:24 +01:00
.gitignore current state 2022-07-18 17:50:28 +02:00
.gitmodules Init 2022-03-14 20:12:24 +01:00
.hlint.yaml Init 2022-03-14 20:12:24 +01:00
build_depends.md added build-depends help-file 2022-07-19 18:43:38 +02:00
cabal.project compiles and works again. 2022-07-19 23:07:01 +02:00
ChangeLog.md Init 2022-03-14 20:12:24 +01:00
dependency-licenses.md current state 2022-07-18 18:33:18 +02:00
ibhelper.cabal compiles and works again. 2022-07-19 23:07:01 +02:00
LICENSE Init 2022-03-14 20:12:24 +01:00
package.yaml compiles and works again. 2022-07-19 23:07:01 +02: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 current state 2022-07-18 17:50:28 +02:00
update-dependency-licenses.fish current state 2022-07-18 18:33:18 +02: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