Version update
This commit is contained in:
parent
485ff5f526
commit
e0235828e0
2 changed files with 3 additions and 3 deletions
|
@ -534,7 +534,7 @@ routes pipe db passkey nodeAddress nodeUser nodePwd = do
|
|||
liftIO $ run (deleteOrder oId)
|
||||
status ok200
|
||||
|
||||
-- |Make a Zcash RPC call
|
||||
-- | Make a Zcash RPC call
|
||||
makeZcashCall ::
|
||||
(MonadIO m, FromJSON a)
|
||||
=> BS.ByteString
|
||||
|
|
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
|||
-- see: https://github.com/sol/hpack
|
||||
|
||||
name: zgo-backend
|
||||
version: 0.1.0.1
|
||||
version: 0.1.0.2
|
||||
synopsis: Haskell Back-end for the ZGo point-of-sale application
|
||||
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zgo-backend#readme>
|
||||
category: Web
|
||||
|
@ -17,7 +17,7 @@ license-file: LICENSE
|
|||
build-type: Simple
|
||||
extra-source-files:
|
||||
README.md
|
||||
ChangeLog.md
|
||||
CHANGELOG.md
|
||||
zgo.cfg
|
||||
|
||||
source-repository head
|
||||
|
|
Loading…
Reference in a new issue