About

Metadata

  • Last updated , by KeiHibino
  • License BSD-3-Clause
  • Maintained by: ex8k.hibino@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.0.1
  2. 8.10.4
  3. 8.10.3
  4. 8.10.2
  5. 8.10.1
  6. 8.8.4
  7. 8.8.3
  8. 8.8.2
  9. 8.8.1
  10. 8.6.5
  11. 8.6.4
  12. 8.6.3
  13. 8.6.2
  14. 8.6.1
  15. 8.4.4
  16. 8.4.3
  17. 8.4.2
  18. 8.4.1
  19. 8.2.2
  20. 8.0.2
  21. 7.10.3

Readme

odebuild command

This package includes on-the-fly build command 'odebuild'.

Usage: odebuild clean
       odebuild prepare [options] [-- [cabal-debian-options]]
       odebuild source [options] [-- [cabal-debian-options [-- [debuild-options]]]
       odebuild build [options] [-- [cabal-debian-options [-- [debuild-options]]]
       odebuild install [options] [-- [cabal-debian-options [-- [debuild-options]]]
       odebuild reinstall [options] [-- [cabal-debian-options [-- [debuild-options]]]
         reinstall (Remove and install) support only for Haskell library packages

      --revision=DEBIAN_REVISION      debian package revision to pass to cabal-debian
                                      revision string may use on auto-generating debian directory
      --install-deps                  install build depends before running build
      --mode={All|Bin|Src|Dep|Indep}  add build-mode to build-mode list to specify
  -R  --reuse-source                  not clean generated source directory, and build operation will reuse it