File tree Expand file tree Collapse file tree 9 files changed +14
-16
lines changed Expand file tree Collapse file tree 9 files changed +14
-16
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ about: Report a bug in Stack
55
66Please follow the steps below for reporting a bug:
77
8- Make sure that you are using the latest release (currently stack-2.7.3 ).
8+ Make sure that you are using the latest release (currently stack-2.7.5 ).
99See the [ upgrade instructions] ( http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade )  to upgrade.
1010
1111Please use the following schema for your bug report:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Feature Request
33about : Request a feature be added to Stack, or discuss such a feature 
44--- 
55
6- Make sure that you are using the latest release (currently stack-2.7.3 ).
6+ Make sure that you are using the latest release (currently stack-2.7.5 ).
77See the [ upgrade instructions] ( http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade )  to upgrade.
88
99Please state as clearly as possible what feature you are recommending,
Original file line number Diff line number Diff line change 11# Changelog  
22
33
4- ## Unreleased changes  
5- 
6- Release notes:
4+ ## v2.7.5  
75
86** Changes since v2.7.3:** 
97
10- Major changes:
11- 
128Behavior changes:
139
14- *  cloning git repositories isn't per sub-directory anymore, see [ #5411  ] ( https://github.com/commercialhaskell/stack/issues/5411 ) 
10+ *  Cloning git repositories isn't per sub-directory anymore, see
11+   [ #5411  ] ( https://github.com/commercialhaskell/stack/issues/5411 ) 
1512
1613Other enhancements:
1714
@@ -28,6 +25,9 @@ Bug fixes:
2825  [ #5597  ] ( https://github.com/commercialhaskell/stack/pull/5597 ) 
2926*  Fix failure to find package when a dependency is shared between projects.
3027  [ #5680  ] ( https://github.com/commercialhaskell/stack/issues/5680 ) 
28+ *  ` stack ghci `  now uses package flags in ` stack.yaml ` 
29+   [ #5434  ] ( https://github.com/commercialhaskell/stack/issues/5434 ) 
30+ 
3131
3232## v2.7.3  
3333
@@ -60,8 +60,6 @@ Bug fixes:
6060  [ GHC issue 20074] ( https://gitlab.haskell.org/ghc/ghc/-/issues/20074 ) 
6161*  Track changes to ` setup-config `  properly to avoid reconfiguring on every change.
6262  See [ #5578  ] ( https://github.com/commercialhaskell/stack/issues/5578 ) 
63- *  ` stack ghci `  now uses package flags in ` stack.yaml ` 
64-   [ #5434  ] ( https://github.com/commercialhaskell/stack/issues/5434 ) 
6563
6664
6765## v2.7.1  
Original file line number Diff line number Diff line change 1- Copyright (c) 2015-2021 , Stack contributors
1+ Copyright (c) 2015-2022 , Stack contributors
22All rights reserved.
33
44Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ templates:
937937    author-name: Your Name 
938938939939    category: Your Projects Category 
940-     copyright: 'Copyright (c) 2021  Your Name' 
940+     copyright: 'Copyright (c) 2022  Your Name' 
941941    github-username: yourusername 
942942` ` ` 
943943
Original file line number Diff line number Diff line change 1- Copyright (c) 2015-2021 , Stack contributors
1+ Copyright (c) 2015-2022 , Stack contributors
22
33All rights reserved.
44
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ site_description: The Haskell Tool Stack
33site_author : Stack contributors 
44repo_url : https://github.com/commercialhaskell/stack/ 
55edit_uri : edit/stable/doc/ 
6- copyright : Copyright (c) 2015-2021 , Stack contributors 
6+ copyright : Copyright (c) 2015-2022 , Stack contributors 
77docs_dir : doc 
88site_dir : _site 
99theme : readthedocs 
Original file line number Diff line number Diff line change 11name : stack 
2- version : ' 2.7.4 ' 
2+ version : ' 2.7.5 ' 
33synopsis : The Haskell Tool Stack 
44description : | 
55  Please see the documentation at <https://docs.haskellstack.org> 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.0
55-- see: https://github.com/sol/hpack 
66
77name :           stack
8- version :        2.7.4  
8+ version :        2.7.5  
99synopsis :       The Haskell Tool Stack
1010description :    Please see the documentation at <https://docs.haskellstack.org>
1111                for usage information.
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments