packages feed

store-0.1.0.0: test/Data/StoreSpec/TH.hs

{-# LANGUAGE CPP #-}

-- Just exists due to TH stage restriction... The actual testing TH code
-- is in "Data.Store.TH".
module Data.StoreSpec.TH where

verbose :: Bool
verbose =
#if VERBOSE_TEST
    True
#else
    False
#endif