Re: [Haskell-cafe] cabal specify a "tested version", ghci target?

2006-08-20 Thread Isaac Jones
Duncan Coutts <[EMAIL PROTECTED]> writes: > On Sat, 2006-08-12 at 03:52 +0200, Marc Weber wrote: >> 1.) >> I know I can use >> Build-Depends: lib == , lib2 < version, lib3 >= >> version >> and so on. >> >> Do you think it would be useful to introducue some notation

Re: [Haskell-cafe] cabal specify a "tested version", ghci target?

2006-08-12 Thread Duncan Coutts
On Sat, 2006-08-12 at 03:52 +0200, Marc Weber wrote: > 1.) > I know I can use > Build-Depends: lib == , lib2 < version, lib3 >= > version > and so on. > > Do you think it would be useful to introducue some notation to indicate > a "tested with" ? > >

[Haskell-cafe] cabal specify a "tested version", ghci target?

2006-08-11 Thread Marc Weber
1.) I know I can use Build-Depends: lib == , lib2 < version, lib3 >= version and so on. Do you think it would be useful to introducue some notation to indicate a "tested with" ? Reason, purpose: I think its sometimes the case that a autho