git-annex/BuildInfo.hs

17 lines
388 B
Haskell
Raw Normal View History

{- git-annex build info
2013-03-09 18:57:23 +00:00
-
- Copyright 2013-2017 Joey Hess <id@joeyh.name>
2013-03-09 18:57:23 +00:00
-
- Licensed under the GNU AGPL version 3 or higher.
2013-03-09 18:57:23 +00:00
-}
{-# LANGUAGE CPP #-}
module BuildInfo where
-- This file is generated by the configure program with the results of its
-- probing.
#include "Build/SysConfig"
-- This file is automatically generated from the CHANGELOG version
#include "Build/Version"