Version update

This commit is contained in:
Rene Vergara 2022-07-07 10:00:13 -05:00
parent 485ff5f526
commit e0235828e0
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2
2 changed files with 3 additions and 3 deletions

View file

@ -534,7 +534,7 @@ routes pipe db passkey nodeAddress nodeUser nodePwd = do
liftIO $ run (deleteOrder oId) liftIO $ run (deleteOrder oId)
status ok200 status ok200
-- |Make a Zcash RPC call -- | Make a Zcash RPC call
makeZcashCall :: makeZcashCall ::
(MonadIO m, FromJSON a) (MonadIO m, FromJSON a)
=> BS.ByteString => BS.ByteString

View file

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: zgo-backend name: zgo-backend
version: 0.1.0.1 version: 0.1.0.2
synopsis: Haskell Back-end for the ZGo point-of-sale application 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> description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zgo-backend#readme>
category: Web category: Web
@ -17,7 +17,7 @@ license-file: LICENSE
build-type: Simple build-type: Simple
extra-source-files: extra-source-files:
README.md README.md
ChangeLog.md CHANGELOG.md
zgo.cfg zgo.cfg
source-repository head source-repository head