[Haskell-cafe] Re: Sifflet dependencies
Anthony Cowley
acowley at seas.upenn.edu
Tue Aug 17 15:04:03 EDT 2010
On Tue, Aug 17, 2010 at 2:54 PM, Andrew Coppin
<andrewcoppin at btinternet.com> wrote:
> While we're on the subject... Suppose I have a package, which I know works
> with foo-8.7.2. What should the Cabal dependents field say? We have a choice
> of
>
> foo == 8.7.2
> foo >= 8.7.2
> foo >= 8.7
> foo >= 8.7 && < 8.8
> foo == 8.7.*
I'd like to add another option since it's the one I use,
foo >= 8.7.2 && < 8.8
Anthony
More information about the Haskell-Cafe
mailing list