Fix up bound documentation.
This commit is contained in:
@@ -53,24 +53,26 @@ Dependencies
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
Protolude tries to be light on dependencies and only pulls in *essential*
|
Protolude tries to be light on dependencies and only pulls in *essential*
|
||||||
libraries that are universally common across most real-world projects.
|
libraries that are universally common across most real-world projects. Lower and
|
||||||
|
upper bounds are fully specified and compatible with both vanilla Cabal tracks
|
||||||
|
Stack LTS resolver.
|
||||||
|
|
||||||
| Dependencies | Bound |
|
| Dependencies | Lower | Upper |
|
||||||
| ----------- | -------- |
|
| ----------- | -------- | -------- |
|
||||||
| array | 0.5.1.0 |
|
| array | | 0.5 |
|
||||||
| async | 2.1.0 |
|
| async | 2.1 | 2.2 |
|
||||||
| base | 4.8.2.0 |
|
| base | 4.6 | 4.10 |
|
||||||
| binary | 0.7.5.0 |
|
| binary | | 0.7 |
|
||||||
| bytestring | 0.10.6.0 |
|
| bytestring | 0.10 | 0.11 |
|
||||||
| containers | 0.5.6.2 |
|
| containers | 0.5 | 0.6 |
|
||||||
| deepseq | 1.4.1.1 |
|
| deepseq | 1.3 | 1.5 |
|
||||||
| ghc-prim | 0.4.0.0 |
|
| ghc-prim | 0.3 | 0.6 |
|
||||||
| integer-gmp | 1.0.0.0 |
|
| integer-gmp | 1.0 | 1.0 |
|
||||||
| mtl | 2.2.1 |
|
| mtl | 2.1 | 2.3 |
|
||||||
| safe | 0.3.9 |
|
| safe | 0.3 | 0.4 |
|
||||||
| stm | 2.4.4.1 |
|
| stm | 2.4 | 2.5 |
|
||||||
| text | 1.2.2.1 |
|
| text | 1.2 | 1.3 |
|
||||||
| transformers | 0.4.2.0 |
|
| transformers | 0.4 | 0.6 |
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|||||||
+2
-2
@@ -65,10 +65,10 @@ library
|
|||||||
ghc-prim >= 0.3 && <0.6,
|
ghc-prim >= 0.3 && <0.6,
|
||||||
safe >= 0.3 && <0.4,
|
safe >= 0.3 && <0.4,
|
||||||
async >= 2.1 && <2.2,
|
async >= 2.1 && <2.2,
|
||||||
deepseq >= 1.3 && <= 1.5,
|
deepseq >= 1.3 && <1.5,
|
||||||
containers >= 0.5 && <0.6,
|
containers >= 0.5 && <0.6,
|
||||||
mtl >= 2.1 && <2.3,
|
mtl >= 2.1 && <2.3,
|
||||||
transformers >= 0.4 && < 0.6,
|
transformers >= 0.4 && <0.6,
|
||||||
text >= 1.2 && <1.3,
|
text >= 1.2 && <1.3,
|
||||||
stm >= 2.4 && <2.5,
|
stm >= 2.4 && <2.5,
|
||||||
bytestring >= 0.10 && <0.11
|
bytestring >= 0.10 && <0.11
|
||||||
|
|||||||
Reference in New Issue
Block a user