repo.or.cz
/
git-darcs-import.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Follow upstream changes -- Bytestring updates
[git-darcs-import.git]
/
src
/
ThisVersion.lhs.in
blob
d3fa1ca9d822c724f207ee92d36d5d85e3de68c9
1
%
2
% Version information created at compile time by make.
3
%
4
\begin{code}
5
module ThisVersion ( darcs_version ) where
6
7
{-# NOINLINE darcs_version #-}
8
darcs_version :: String
9
darcs_version = "@DARCS_VERSION@ (@DARCS_VERSION_STATE@)"
10
\end{code}
11