
I'm not sure why building of my recently uploaded version of dataenc fails to build on Hackage[1]. Where can I find out what version of base is available on Hackage? /M [1]: http://hackage.haskell.org/packages/archive/dataenc/0.12.1.0/logs/failure/gh... -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe Haskell is an even 'redder' pill than Lisp or Scheme. -- PaulPotts

Hello Magnus, Thursday, April 23, 2009, 8:47:23 PM, you wrote: base is built-in into ghc/hugs/... it never can be on hackage
I'm not sure why building of my recently uploaded version of dataenc fails to build on Hackage[1]. Where can I find out what version of base is available on Hackage?
/M
[1]: http://hackage.haskell.org/packages/archive/dataenc/0.12.1.0/logs/failure/gh...
-- Best regards, Bulat mailto:Bulat.Ziganshin@gmail.com

Bulat Ziganshin wrote:
Hello Magnus,
Thursday, April 23, 2009, 8:47:23 PM, you wrote:
base is built-in into ghc/hugs/... it never can be on hackage
I don't mean "downloadable from Hackage" I mean "used when compiling packages on Hackage". Follow the link and you'll see what I mean :-)
I'm not sure why building of my recently uploaded version of dataenc fails to build on Hackage[1]. Where can I find out what version of base is available on Hackage?
/M
[1]: http://hackage.haskell.org/packages/archive/dataenc/0.12.1.0/logs/failure/gh...
-- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe Haskell is an even 'redder' pill than Lisp or Scheme. -- PaulPotts

On Thu, Apr 23, 2009 at 05:47:23PM +0100, Magnus Therning wrote:
I'm not sure why building of my recently uploaded version of dataenc fails to build on Hackage[1]. Where can I find out what version of base is available on Hackage?
The build client uses ghc 6.10.2 (including base 4.1.0.0). I'm not sure why base went up a major version number between minor releases of GHC.

On Thu, Apr 23, 2009 at 6:02 PM, Ross Paterson
On Thu, Apr 23, 2009 at 05:47:23PM +0100, Magnus Therning wrote:
I'm not sure why building of my recently uploaded version of dataenc fails to build on Hackage[1]. Where can I find out what version of base is available on Hackage?
The build client uses ghc 6.10.2 (including base 4.1.0.0). I'm not sure why base went up a major version number between minor releases of GHC.
Ah, that explains the failure to build. Does your second comment mean that it's safe to put the version limits to ">= 4.0.0 && < 4.2"? /M -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe

On Thu, Apr 23, 2009 at 06:46:24PM +0100, Magnus Therning wrote:
On Thu, Apr 23, 2009 at 6:02 PM, Ross Paterson
wrote: On Thu, Apr 23, 2009 at 05:47:23PM +0100, Magnus Therning wrote:
I'm not sure why building of my recently uploaded version of dataenc fails to build on Hackage[1]. Where can I find out what version of base is available on Hackage?
The build client uses ghc 6.10.2 (including base 4.1.0.0). I'm not sure why base went up a major version number between minor releases of GHC.
Ah, that explains the failure to build.
Does your second comment mean that it's safe to put the version limits to ">= 4.0.0 && < 4.2"?
The upper bound will be fine now, but I don't know what version of base will be released with GHC 6.10.3. Shouldn't the lower bound be 4.0.0.0?

Ross Paterson wrote:
On Thu, Apr 23, 2009 at 06:46:24PM +0100, Magnus Therning wrote:
On Thu, Apr 23, 2009 at 6:02 PM, Ross Paterson
wrote: On Thu, Apr 23, 2009 at 05:47:23PM +0100, Magnus Therning wrote:
I'm not sure why building of my recently uploaded version of dataenc fails to build on Hackage[1]. Where can I find out what version of base is available on Hackage? The build client uses ghc 6.10.2 (including base 4.1.0.0). I'm not sure why base went up a major version number between minor releases of GHC. Ah, that explains the failure to build.
Does your second comment mean that it's safe to put the version limits to ">= 4.0.0 && < 4.2"?
The upper bound will be fine now, but I don't know what version of base will be released with GHC 6.10.3. Shouldn't the lower bound be 4.0.0.0?
I'll put it as <4.2 then, for now. Well, if I understand the proposed package versioning policy[1], then A.B.C is equivalent to a specific API. /M [1]: http://haskell.org/haskellwiki/Package_versioning_policy -- Magnus Therning (OpenPGP: 0xAB4DFBA4) magnus@therning.org Jabber: magnus@therning.org http://therning.org/magnus identi.ca|twitter: magthe Haskell is an even 'redder' pill than Lisp or Scheme. -- PaulPotts
participants (3)
-
Bulat Ziganshin
-
Magnus Therning
-
Ross Paterson