git-annex/BuildInfo.hs
Joey Hess 75366d3c34
split BuildInfo and BuildFlags
The problem with combining these is that Build.Standalone etc need only
the BuildInfo, and since not built with cabal, the BuildFlags ifdefs
were causing bogus warnings.
2018-01-02 13:47:51 -04:00

14 lines
295 B
Haskell

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