hjugement-cli 0.0.0.20191028 → 0.0.0.20191031
raw patch · 2 files changed
+4/−5 lines, 2 filesdep ~hjugement-protocol
Dependency ranges changed: hjugement-protocol
Files
- hjugement-cli.cabal +2/−2
- src/Hjugement/CLI/Utils.hs +2/−3
hjugement-cli.cabal view
@@ -2,7 +2,7 @@ -- PVP: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.0.0.20191028+version: 0.0.0.20191031 category: Politic synopsis: Majority Judgment and Helios-C command line tool description:@@ -74,7 +74,7 @@ -- -fhide-source-paths build-depends: hjugement >= 2.0.2- , hjugement-protocol >= 0.0.8+ , hjugement-protocol >= 0.0.9 , aeson >= 1.3 , base >= 4.6 && < 5 , base64-bytestring >= 1.0
src/Hjugement/CLI/Utils.hs view
@@ -95,7 +95,7 @@ fromSegment = return . left show . VP.readCredential . Text.pack instance IOType (VP.DecryptionShare VP.FFC () ()) instance Outputable (VP.DecryptionShare VP.FFC () ()) where- output decShare = output $ JSON.encode decShare<>"\n"+ output decShare = output $ JSON.encode (decShare)<>"\n" api_help full = if full@@ -305,8 +305,7 @@ IO.FilePath -> (forall v c. VP.Reifies v VP.Version =>- VP.Reifies c crypto =>- VP.FieldElementConstraints crypto c =>+ VP.GroupParams crypto c => VP.Election crypto v c -> MaybeT m r) -> MaybeT m r loadElection glob filePath k =