summaryrefslogtreecommitdiff
path: root/BuildInfo.hs
blob: e54bdca2497acb53b34857414eaca03de42b99e3 (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 AGPL version 3 or higher.
 -}

{-# LANGUAGE CPP #-}

module BuildInfo where

#include "Build/SysConfig"