[Hackage] #312: Allow ${arch} var in install paths

Hackage trac at galois.com
Tue Jul 29 12:31:22 EDT 2008


#312: Allow ${arch} var in install paths
----------------------------+-----------------------------------------------
  Reporter:  larsv          |        Owner:                     
      Type:  enhancement    |       Status:  closed             
  Priority:  normal         |    Milestone:  Cabal-1.4          
 Component:  Cabal library  |      Version:  1.2.3.0            
  Severity:  minor          |   Resolution:  fixed              
  Keywords:                 |   Difficulty:  very easy (<1 hour)
Ghcversion:  6.8.2          |     Platform:                     
----------------------------+-----------------------------------------------
Changes (by duncan):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 {{{
 Tue Jul 29 16:19:52 BST 2008  Duncan Coutts <duncan at haskell.org>
   * Allow $arch and $os in install paths.
   Fixes ticket #312. For example a user could use:
     cabal configure --libsubdir="$pkgid/$compiler/$arch"
   if they wanted to have packages for multiple architectures
   co-exist in the same filestore area.
 }}}

 Of course, for cabal-install this `libsubdir` setting could be saved in
 the cabal config file.

 {{{
 Tue Jul 29 16:56:54 BST 2008  Duncan Coutts <duncan at haskell.org>
   * Document the $os and $arch install path vars
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/312#comment:3>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects


More information about the cabal-devel mailing list