mirror of
https://github.com/graninas/Hydra.git
synced 2024-11-27 17:25:21 +03:00
Small fixes.
This commit is contained in:
parent
058123de61
commit
9e6739956f
@ -47,7 +47,7 @@ Command line options:
|
||||
--approach ARG DI approach, one of:
|
||||
[SH,RT,FM,FT,FT2,CEFM,GADT] (default: SH)
|
||||
--channel ARG channel: http or tcp (default: HttpChannel)
|
||||
-h,--help Show this help text,ExitSuccess,80))
|
||||
-h,--help Show this help
|
||||
```
|
||||
|
||||
Legend:
|
||||
|
@ -4,7 +4,7 @@ cabal-version: 1.12
|
||||
--
|
||||
-- see: https://github.com/sol/hpack
|
||||
--
|
||||
-- hash: ab77fa1dc97ecc81a9223e5036df9c46bb5a1e4275cc1e1d298aaa0ddaaf7225
|
||||
-- hash: 8bcaeaf5e03d8f8b4829eae784fa718af54c34b82cce9764e2eb1c95432dc040
|
||||
|
||||
name: hydra-free
|
||||
version: 1.1.0.0
|
||||
@ -185,6 +185,7 @@ library
|
||||
, universum
|
||||
, unliftio
|
||||
, unliftio-core
|
||||
, unordered-containers
|
||||
, uuid
|
||||
, validation
|
||||
, vector
|
||||
@ -309,6 +310,7 @@ test-suite functional-tests
|
||||
, universum
|
||||
, unliftio
|
||||
, unliftio-core
|
||||
, unordered-containers
|
||||
, uuid
|
||||
, validation
|
||||
, vector
|
||||
|
Loading…
Reference in New Issue
Block a user