-- | Installation path information for Tock. -- This module is auto-generated by Makefile.am from Paths.hs.in. -- (It can't be generated by autoconf, because you can't expand paths in a -- configure script.) module Paths where pkgIncludeDir :: String pkgIncludeDir = "@@pkgincludedir@@" tockDir :: String tockDir = "@@tockdir@@" tockModuleDir :: String tockModuleDir = "@@tockmoddir@@" tockIncludeDir :: String tockIncludeDir = "@@tockincdir@@" tockLibDir :: String tockLibDir = "@@tocklibdir@@"