Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PR/issue templates #284

Merged
merged 2 commits into from
May 28, 2024

Add issue templates

08679d7
Select commit
Loading
Failed to load commit list.
Merged

Add PR/issue templates #284

Add issue templates
08679d7
Select commit
Loading
Failed to load commit list.
Garnix CI / check haskell-project [x86_64-linux] succeeded May 28, 2024 in 14s

Run results

Build succeeded

Details

Last 100 lines of logs:

https://cache.nixos.org/32zz48kwdrh9fql4wgn2pzj2h9him9z8.narinfo
https://cache.garnix.io/32zz48kwdrh9fql4wgn2pzj2h9him9z8.narinfo
@nix {"action":"setPhase","phase":"unpackPhase"}
Running phase: unpackPhase
unpacking source archive /nix/store/318y94cvh0pjxyfy8qxwiiph50h9jc5i-source
source root is source/tests/data/simple
@nix {"action":"setPhase","phase":"checkPhase"}
Running phase: checkPhase
hpack .
generated ./my-simple-package.cabal
cabal  --with-compiler=ghc-9.6.5  --ghc-options='-fwrite-interface ' build lib:test-dev
Warning: No remote package servers have been specified. Usually you would have
one specified in the config file.
Resolving dependencies...
Build profile: -w ghc-9.6.5 -O1
In order, the following will be built (use -v for more details):
 - my-simple-package-0.1.0.0 (lib:test-dev) (first run)
Configuring library 'test-dev' for my-simple-package-0.1.0.0..
Preprocessing library 'test-dev' for my-simple-package-0.1.0.0..
Building library 'test-dev' for my-simple-package-0.1.0.0..
[1 of 3] Compiling MyLib            ( src/MyLib.hs, /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/l/test-dev/build/test-dev/MyLib.o, /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/l/test-dev/build/test-dev/MyLib.dyn_o )
[2 of 3] Compiling MyModule         ( src/MyModule.hs, /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/l/test-dev/build/test-dev/MyModule.o, /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/l/test-dev/build/test-dev/MyModule.dyn_o )
[3 of 3] Compiling TestMain         ( test/TestMain.hs, /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/l/test-dev/build/test-dev/TestMain.o, /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/l/test-dev/build/test-dev/TestMain.dyn_o )
cabal  --with-compiler=ghc-9.6.5  test
Build profile: -w ghc-9.6.5 -O1
In order, the following will be built (use -v for more details):
 - my-simple-package-0.1.0.0 (lib:test-dev) (configuration changed)
 - my-simple-package-0.1.0.0 (test:test) (first run)
Configuring library 'test-dev' for my-simple-package-0.1.0.0..
Preprocessing library 'test-dev' for my-simple-package-0.1.0.0..
Building library 'test-dev' for my-simple-package-0.1.0.0..
Configuring test suite 'test' for my-simple-package-0.1.0.0..
Preprocessing test suite 'test' for my-simple-package-0.1.0.0..
Building test suite 'test' for my-simple-package-0.1.0.0..
[1 of 1] Compiling Main             ( test-main/Main.hs, /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/t/test/build/test/test-tmp/Main.o )
[2 of 2] Linking /build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/t/test/build/test/test
Running 1 test suites...
Test suite test: RUNNING...
Test suite test: PASS
Test suite logged to:
/build/source/tests/data/simple/dist-newstyle/build/x86_64-linux/ghc-9.6.5/my-simple-package-0.1.0.0/t/test/test/my-simple-package-0.1.0.0-test.log
1 of 1 test suites (1 of 1 test cases) passed.
echo ":quit" | cabal  --with-compiler=ghc-9.6.5  --repl-options='-fwrite-interface  -hisuf ghci_hi' v2-repl lib:test-dev
Build profile: -w ghc-9.6.5 -O1
In order, the following will be built (use -v for more details):
 - my-simple-package-0.1.0.0 (lib:test-dev) (ephemeral targets)
Preprocessing library 'test-dev' for my-simple-package-0.1.0.0..
GHCi, version 9.6.5: https://www.haskell.org/ghc/  :? for help
[1 of 3] Compiling MyLib            ( src/MyLib.hs, interpreted )
[2 of 3] Compiling MyModule         ( src/MyModule.hs, interpreted )
[3 of 3] Compiling TestMain         ( test/TestMain.hs, interpreted )
Ok, three modules loaded.
ghci> Leaving GHCi.
@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase