module Yesod.Auth.JsPath where import System.IO.Unsafe (unsafePerformIO) import Paths_yesod_auth_hmac_keccak (getDataFileName) jsPath :: FilePath -- jsPath = unsafePerformIO (getDataFileName "static/js/auth.js") jsPath = "static/js/auth.js"