lhc | 28 Oct 19:01
Favicon

#30: tables

#30: tables
--------------------------+-------------------------------------------------
 Reporter:  anonymous     |        Type:  task       
   Status:  new           |    Priority:  trivial    
Milestone:  _|_           |   Component:  unspecified
  Version:  0.6.20090126  |    Keywords:  tables     
--------------------------+-------------------------------------------------
 [http://www.newscola.com/user/cammyknerrqzk/history/ tables]

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/30>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
lhc | 28 Oct 18:58
Favicon

#29: hotel

#29: hotel
--------------------------+-------------------------------------------------
 Reporter:  anonymous     |        Type:  task       
   Status:  new           |    Priority:  trivial    
Milestone:  _|_           |   Component:  unspecified
  Version:  0.6.20090126  |    Keywords:  hotel      
--------------------------+-------------------------------------------------
 [http://www.ikeepbookmarks.com/browse.asp?folder=2582162&refresh=true?refresh=true&t=10/26/2009
 4:11:21 AM hotel]

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/29>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
lhc | 28 Oct 18:11
Favicon

#28: seating

#28: seating
--------------------------+-------------------------------------------------
 Reporter:  anonymous     |        Type:  task       
   Status:  new           |    Priority:  trivial    
Milestone:  _|_           |   Component:  unspecified
  Version:  0.6.20090126  |    Keywords:  seating    
--------------------------+-------------------------------------------------
 [http://ee.twitchfilm.net/site/forums/member/14799/ seating]

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/28>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
lhc | 20 Sep 11:56
Favicon

#27: LHC doesn't build with the latest Cabal HEAD (1.7.4)

#27: LHC doesn't build with the latest Cabal HEAD (1.7.4)
--------------------------+-------------------------------------------------
 Reporter:  alexShpilkin  |       Owner:      
     Type:  defect        |      Status:  new 
 Priority:  normal        |   Milestone:      
Component:  unspecified   |     Version:  HEAD
 Keywords:                |    Testcase:      
--------------------------+-------------------------------------------------
 LHC (as of September 19) doesn't build with the latest Cabal.

 {{{
 $ runhaskell Setup build
 Preprocessing executables for lhc-0.9...
 Building lhc-0.9...
 <lines omitted>
 [2 of 2] Compiling Main             ( lhc-pkg/Main.hs, dist/build/lhc-pkg
 /lhc-pkg-tmp/Main.o )

 lhc-pkg/Main.hs:612:36: Not in scope: `package'

 lhc-pkg/Main.hs:612:50: Not in scope: `package'

 lhc-pkg/Main.hs:626:30: Not in scope: `package'
 <etc. About 20 similar errors total>
 }}}

 Simply replacing 'package' with 'sourcePackageId' doesn't work: Cabal
 seems to have changed package dependency handing a bit:

 {{{
(Continue reading)

lhc | 12 Jun 05:20
Favicon

Re: #2: Test coverage

#2: Test coverage
--------------------------+-------------------------------------------------
  Reporter:  Lemmih       |       Owner:  somebody
      Type:  enhancement  |      Status:  closed  
  Priority:  major        |   Milestone:          
 Component:  test suite   |     Version:          
Resolution:  fixed        |    Keywords:          
  Testcase:               |  
--------------------------+-------------------------------------------------
Changes (by thoughtpolice):

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

Comment:

 we now have lhc-regress.

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/2#comment:3>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
lhc | 12 Jun 05:19
Favicon

Re: #4: region inference is broken

#4: region inference is broken
----------------------------+-----------------------------------------------
  Reporter:  thoughtpolice  |       Owner:  somebody
      Type:  defect         |      Status:  closed  
  Priority:  major          |   Milestone:          
 Component:  Grin           |     Version:          
Resolution:  invalid        |    Keywords:          
  Testcase:                 |  
----------------------------+-----------------------------------------------
Changes (by thoughtpolice):

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

Comment:

 doesn't apply to new codebase

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/4#comment:2>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
austin s | 21 May 10:46
Gravatar

patches for building lhc/derive on GHC HEAD

Hello all,

I just made the lhc 0.8 release. It should work with any of the GHC
6.10.2 or above releases.

I however, am doing a lot of work with GHC HEAD (testing things out,)
so I have compiled my LHC using GHC HEAD:

  $ lhc --version
  The Luxurious LHC Haskell Optimization System, version 0.8
  Using frontend: The Glorious Glasgow Haskell Compilation System, version 6.11.20090520

In order to build LHC with GHC HEAD, you must apply a (trivial) patch
to LHC, and a patch to Neil Mitchell's derive library, which can be
downloaded with darcs from here: http://community.haskell.org/~ndm/darcs/derive

Please note that the patch for derive is INCOMPLETE and does NOT make
it fully work with GHC HEAD - there are a few modules which are cut
out of the build in order to make things compile. I'll fix this as
soon as I can, but these patches won't be sent to Neil until 6.12 is
out (due to template-haskell changes.)

Apply the attached patch to derive and build it, and the attached
patch to lhc and build it, and everything should be fine.

If anybody has trouble, let me know.

Austin
Attachment (lhc-ghc-head.dpatch): application/octet-stream, 1533 bytes
(Continue reading)

lhc | 20 May 08:06
Favicon

#26: The external-core parser is slow.

#26: The external-core parser is slow.
-------------------------+--------------------------------------------------
 Reporter:  Lemmih       |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:     
Component:  unspecified  |     Version:     
 Keywords:               |    Testcase:     
-------------------------+--------------------------------------------------
 The core parser would be faster if it used happy instead of parsec.
 Alternatively, figure out how hard it is to get the external core directly
 with the ghc-api.

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/26>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
lhc | 20 May 07:54
Favicon

Re: #10: Restore control-flow analysis

#10: Restore control-flow analysis
--------------------------+-------------------------------------------------
  Reporter:  SamB         |       Owner:        
      Type:  enhancement  |      Status:  closed
  Priority:  major        |   Milestone:  0.7   
 Component:  Grin         |     Version:        
Resolution:  fixed        |    Keywords:        
  Testcase:               |  
--------------------------+-------------------------------------------------
Changes (by Lemmih):

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

Comment:

 Fixed in 0.7.

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/10#comment:1>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
lhc | 20 May 07:54
Favicon

Re: #13: Implement "unused imports" warnings

#13: Implement "unused imports" warnings
--------------------------+-------------------------------------------------
  Reporter:  SamB         |       Owner:        
      Type:  enhancement  |      Status:  closed
  Priority:  major        |   Milestone:        
 Component:  frontend     |     Version:        
Resolution:  invalid      |    Keywords:        
  Testcase:               |  
--------------------------+-------------------------------------------------
Changes (by Lemmih):

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

Comment:

 Doesn't apply to the new code base.

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/13#comment:2>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler
lhc | 20 May 07:53
Favicon

Re: #14: Integrate scripts into the build system

#14: Integrate scripts into the build system
--------------------------+-------------------------------------------------
  Reporter:  SamB         |       Owner:        
      Type:  defect       |      Status:  closed
  Priority:  major        |   Milestone:        
 Component:  unspecified  |     Version:        
Resolution:  invalid      |    Keywords:        
  Testcase:               |  
--------------------------+-------------------------------------------------
Changes (by Lemmih):

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

Comment:

 Doesn't apply to the new code base.

--

-- 
Ticket URL: <http://trac.haskell.org/lhc/ticket/14#comment:1>
lhc <http://lhc.seize.it>
the LHC Haskell Compiler

Gmane