bkerby

cabal sdist

May 21st, 2012
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. $> cabal sdist
  2. Distribution quality warnings:
  3. No 'category' field.
  4. No 'synopsis' field.
  5. Building source dist for Hach-0.0.0...
  6. Preprocessing library Hach-0.0.0...
  7. Preprocessing executable 'hach-server' for Hach-0.0.0...
  8. Preprocessing executable 'hach-nclient' for Hach-0.0.0...
  9. Preprocessing executable 'hach-client' for Hach-0.0.0...
  10. Source tarball created: dist/Hach-0.0.0.tar.gz
  11.  
  12. $> tar --list --file dist/Hach-0.0.0.tar.gz
  13. Hach-0.0.0/
  14. Hach-0.0.0/LICENSE
  15. Hach-0.0.0/hach.cabal
  16. Hach-0.0.0/Setup.hs
  17. Hach-0.0.0/libhach/
  18. Hach-0.0.0/libhach/Hach/
  19. Hach-0.0.0/libhach/Hach/Types.hs
  20. Hach-0.0.0/nclient/
  21. Hach-0.0.0/nclient/Client.hs
  22. Hach-0.0.0/client/
  23. Hach-0.0.0/client/Client.hs
  24. Hach-0.0.0/server/
  25. Hach-0.0.0/server/Server.hs
Advertisement
Add Comment
Please, Sign In to add comment