aboutsummaryrefslogtreecommitdiff
path: root/BuildInfo.hs
blob: 40aa2fdfb42b24586608fe8c2b0c7cacce037440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{- git-annex build info
 -
 - Copyright 2013-2017 Joey Hess <id@joeyh.name>
 -
 - Licensed under the GNU GPL 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"