Use consistent spacing for all my package version constraints
This commit is contained in:
parent
67b61227de
commit
9f015a2bc0
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ dependencies:
|
||||||
- wai
|
- wai
|
||||||
|
|
||||||
- blaze-markup >=0.8 && <0.9
|
- blaze-markup >=0.8 && <0.9
|
||||||
- conduit-combinators >= 1.1 && < 1.2
|
- conduit-combinators >= 1.1 && <1.2
|
||||||
- friendly-time >=0.4 && < 0.5
|
- friendly-time >=0.4 && <0.5
|
||||||
- foreign-store >=0.2 && <0.3
|
- foreign-store >=0.2 && <0.3
|
||||||
- libravatar >=0.4 && <0.5
|
- libravatar >=0.4 && <0.5
|
||||||
- slug >=0.1 && <0.2
|
- slug >=0.1 && <0.2
|
||||||
|
|
Loading…
Reference in a new issue