Skip to content

Instantly share code, notes, and snippets.

@chrisdone
Created May 28, 2019 14:30
Show Gist options
  • Save chrisdone/df0eca1c98ea9313b2a311b4960fc63a to your computer and use it in GitHub Desktop.
Save chrisdone/df0eca1c98ea9313b2a311b4960fc63a to your computer and use it in GitHub Desktop.
prana building a regular project with stack
chris@precision:~/Work/chrisdone/prana/test-project$ stack build
array-0.5.2.0: configure
array-0.5.2.0: build
array-0.5.2.0: copy/register
test-project-0: configure (lib)
Configuring test-project-0...
test-project-0: build (lib)
Preprocessing library for test-project-0..
Building library for test-project-0..
[1 of 1] Compiling Test ( Test.hs, .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/Test.o )
[1 of 1] Compiling Test
[1 of 1] Converting Test
Updating index ...
Writing library test-project ...
Wrote library to /home/chris/.stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/prana/packages/test-project.prana
ignoring (possibly broken) abi-depends field for packages
test-project-0: copy/register
Installing library in /home/chris/Work/chrisdone/prana/test-project/.stack-work/install/x86_64-linux/custom-prana-8.4.3-wyoZGuqbZwvn/8.4.3/lib/x86_64-linux-ghc-8.4.3/test-project-0-8Yqp4KD2xWSE20ia1PDBwR
Registering library for test-project-0..
Completed 2 action(s).
chris@precision:~/Work/chrisdone/prana/test-project$ ls /home/chris/.stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/prana/packages/
array.prana base.prana ghc-prim.prana integer-gmp.prana test-project.prana
chris@precision:~/Work/chrisdone/prana/test-project$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment