packages feed

keera-posture-0.1.3: src/Paths/CustomPaths.hs

{-# LANGUAGE CPP #-}
module Paths.CustomPaths
  (module Paths_keera_posture
#ifndef linux_HOST_OS
  , module Paths.CustomPaths
#endif
  )
 where

import Paths_keera_posture

#ifndef linux_HOST_OS
vendorKey :: String
vendorKey = "Keera Studios"

programKey :: String
programKey = "Keera Posture"
#endif