Re: [GHC] #7191: hsc2hs can't treat absolute path correctly on Windows.

2012-11-06 Thread GHC
#7191: hsc2hs can't treat absolute path correctly on Windows.
---+
  Reporter:  shelarcy  |  Owner:  igloo   
  Type:  bug   | Status:  closed  
  Priority:  normal|  Milestone:  7.6.2   
 Component:  hsc2hs|Version:  7.4.1   
Resolution:  fixed |   Keywords:  
Os:  Windows   |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  | Difficulty:  Unknown 
  Testcase:|  Blockedby:  
  Blocking:|Related:  
---+
Changes (by pcapriotti):

  * status:  merge = closed
  * resolution:  = fixed


Comment:

 Merged as 67b8c663216690150b6f762e09b32ebbe6334ddd.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7191#comment:6
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7191: hsc2hs can't treat absolute path correctly on Windows.

2012-10-22 Thread GHC
#7191: hsc2hs can't treat absolute path correctly on Windows.
-+--
Reporter:  shelarcy  |   Owner:  igloo   
Type:  bug   |  Status:  merge   
Priority:  normal|   Milestone:  7.6.2   
   Component:  hsc2hs| Version:  7.4.1   
Keywords:|  Os:  Windows 
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
Changes (by igloo):

  * status:  patch = merge


Comment:

 Applied, thanks.

 Please merge to 7.6.

 commit 2f1d9d3009d6193cc664d85ec24de20ce0380db4
 {{{
 Author: shelarcy shela...@gmail.com
 Date:   Wed Oct 3 13:33:48 2012 +0900

 Use filepath's function instead of own (fixes #7191)
 }}}

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7191#comment:5
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7191: hsc2hs can't treat absolute path correctly on Windows.

2012-10-20 Thread GHC
#7191: hsc2hs can't treat absolute path correctly on Windows.
-+--
Reporter:  shelarcy  |   Owner:  igloo   
Type:  bug   |  Status:  patch   
Priority:  normal|   Milestone:  7.6.2   
   Component:  hsc2hs| Version:  7.4.1   
Keywords:|  Os:  Windows 
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
  Difficulty:  Unknown   |Testcase:  
   Blockedby:|Blocking:  
 Related:|  
-+--
Changes (by igloo):

  * owner:  = igloo
  * difficulty:  = Unknown
  * milestone:  = 7.6.2


Comment:

 Thanks for the report and patches. I'll take a look.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7191#comment:4
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7191: hsc2hs can't treat absolute path correctly on Windows.

2012-10-02 Thread GHC
#7191: hsc2hs can't treat absolute path correctly on Windows.
--+-
 Reporter:  shelarcy  |  Owner:  
 Type:  bug   | Status:  patch   
 Priority:  normal|  Component:  hsc2hs  
  Version:  7.4.1 |   Keywords:  
   Os:  Windows   |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-
Changes (by shelarcy):

 * cc: shelarcy@… (added)
  * status:  new = patch


Comment:

 Use filepath's function instead of Common.hs' function to fix this
 problem.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7191#comment:2
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #7191: hsc2hs can't treat absolute path correctly on Windows.

2012-10-02 Thread GHC
#7191: hsc2hs can't treat absolute path correctly on Windows.
--+-
 Reporter:  shelarcy  |  Owner:  
 Type:  bug   | Status:  patch   
 Priority:  normal|  Component:  hsc2hs  
  Version:  7.4.1 |   Keywords:  
   Os:  Windows   |   Architecture:  Unknown/Multiple
  Failure:  None/Unknown  |   Testcase:  
Blockedby:|   Blocking:  
  Related:|  
--+-

Comment(by shelarcy):

 Previous patch imports System.FilePath before System.Exit. I made newer
 patch that imports System.FilePath after System.Exit.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7191#comment:3
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs