summaryrefslogtreecommitdiff
path: root/BuildInfo.hs
blob: 812402c7e17950061ee1e592f04d76b195574295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{- build info
 -
 - Copyright 2017 Joey Hess <id@joeyh.name>
 -
 - Licensed under the GNU GPL version 3 or higher.
 -}

{-# LANGUAGE CPP #-}

module BuildInfo where

#include "Build/SysConfig"