qualified imports, PVP and so on (Was: add new Data.Bits.Bits(bitZero) method)
Henning Thielemann
schlepptop at henning-thielemann.de
Mon Feb 24 21:43:44 UTC 2014
Am 24.02.2014 21:30, schrieb Henning Thielemann:
> For an example let me look at your lens package. You use unqualified and
> implicit imports. That is according to the PVP you would need to use
> tight version bounds like "containers >=0.4.0 && <0.5.0.1", but you
> don't.
Sorry, it must be "containers >=0.4.0 && <0.5.1", but it is "containers
>=0.4.0 && <0.6".
More information about the Libraries
mailing list