File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,20 @@ you can find these as the file names of the files created in
129129`signed.roles.root.keyids`). An example `cabal` client configuration might look 
130130something like 
131131
132-     remote-repo  my-private-hackage 
132+     repository  my-private-hackage 
133133      url: http://example.com:8080/ 
134134      secure: True 
135135      root-keys: 865cc6ce84231ccc990885b1addc92646b7377dd8bb920bdfe3be4d20c707796 
136136                 dd86074061a8a6570348e489aae306b997ed3ccdf87d567260c4568f8ac2cbee 
137137                 e4182227adac4f3d0f60c9e9392d720e07a8586e6f271ddcc1697e1eeab73390 
138138      key-threshold: 2 
139139
140+ Note that if you elect to not use a secure client, the hackage server will not 
141+ provide your client the most recent versions of packages from its index. The 
142+ cabal-version:2.0 format packages are thus only available in the newer secure 
143+ repository mode. See [Issue #4625](https://github.com/haskell/cabal/issues/4624) 
144+ for further information. 
145+ 
140146## Running 
141147
142148    cabal install 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments