splitting GHC base package
I got to know efforts on splitting GHC's base package: http://hackage.haskell.org/trac/ghc/wiki/SplitBase Wouldn't it be great if packages become so small that JHC can eventually implement the portions that it supports? I would like it if JHC would get something more modern than base-2.
Hi Henning.
On Tue, May 21, 2013 at 8:00 PM, Henning Thielemann
I got to know efforts on splitting GHC's base package: http://hackage.haskell.org/trac/ghc/wiki/SplitBase
Wouldn't it be great if packages become so small that JHC can eventually implement the portions that it supports? I would like it if JHC would get something more modern than base-2.
I think John is the best architect on jhc domain. But I have a question. Which existed module is equivalent for the base-2? * jhc-1.0.hl * jhc-prim-1.0.hl * haskell2010-0.8.1.hl * haskell98-1.0.hl Or the base-2 should be a wrapper module for above? Best regards, -- Kiwamu Okabe
On Tue, 21 May 2013, Kiwamu Okabe wrote:
I think John is the best architect on jhc domain. But I have a question. Which existed module is equivalent for the base-2?
* jhc-1.0.hl * jhc-prim-1.0.hl * haskell2010-0.8.1.hl * haskell98-1.0.hl
Or the base-2 should be a wrapper module for above?
Last time I used JHC, it had a package named 'base' with version 2 which was somehow related to 'base' version 2 that was shipped with GHC.
Hi.
On Tue, May 21, 2013 at 8:20 PM, Henning Thielemann
* jhc-1.0.hl * jhc-prim-1.0.hl * haskell2010-0.8.1.hl * haskell98-1.0.hl
Or the base-2 should be a wrapper module for above?
Last time I used JHC, it had a package named 'base' with version 2 which was somehow related to 'base' version 2 that was shipped with GHC.
Umm... I am confused. Now jhc 0.8.0 on darcs repo only supports the follow libraries. Diff-0.2.0.hl HUnit-1.2.5.1.hl QuickCheck-1.2.0.1.hl applicative-1.0.hl containers-0.3.0.0.hl deepseq-1.2.0.1.hl filepath-1.3.0.1.hl flat-foreign-1.0.hl haskell-extras-0.8.1.hl haskell2010-0.8.1.hl haskell98-1.0.hl html-1.0.1.2.hl jhc-1.0.hl jhc-prim-1.0.hl parsec-2.1.0.1.hl pretty-1.0.1.2.hl safe-0.3.3.hl smallcheck-0.6.1.hl transformers-0.2.1.0.hl xhtml-3000.2.1.hl Where is the library named "base"? Best regards, -- Kiwamu Okabe
participants (2)
-
Henning Thielemann -
Kiwamu Okabe