summaryrefslogtreecommitdiff
path: root/BuildInfo.hs
blob: f0a61cb242e76378f5a00c0d9f5298b892a7c3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{- git-annex build info
 -
 - Copyright 2013-2017 Joey Hess <id@joeyh.name>
 -
 - Licensed under the GNU AGPL version 3 or higher.
 -}

{-# 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"