Browse Source

Export robocom_gitrev

stable
Denis Tereshkin 6 years ago
parent
commit
356bc279b5
  1. 1
      robocom-zero.cabal
  2. 1
      src/ATrade/RoboCom.hs

1
robocom-zero.cabal

@ -65,6 +65,7 @@ library @@ -65,6 +65,7 @@ library
, signal
, random
, hedis
, gitrev
default-language: Haskell2010
other-modules: ATrade.Exceptions

1
src/ATrade/RoboCom.hs

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
module ATrade.RoboCom
(
robocom_version
, robocom_gitrev
) where
import Data.Version

Loading…
Cancel
Save