Skip to content
  • Duncan Coutts's avatar
    Wire up extra-packages to be included in the plan · b59d1f7b
    Duncan Coutts authored and Francesco Gazzetta's avatar Francesco Gazzetta committed
    So you can now add `extra-packages: foo` to the cabal.projct file and
    then `cabal (new-)build foo`. The extra packages are included into the
    install plan and they are also resolved as build targets.
    
    Currently this only uses the "any valid package name" target syntax
    which means you can use `foo` but not `foo:tests` or any of the other
    variations.
    b59d1f7b