Browse Source

Export robocom_gitrev

stable
Denis Tereshkin 6 years ago
parent
commit
356bc279b5
  1. 1
      robocom-zero.cabal
  2. 3
      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

3
src/ATrade/RoboCom.hs

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

Loading…
Cancel
Save