------------------------------------------------------------------
-- |
-- Program     :  jsmw-lib
-- Copyright   :  (c) Dmitry Golubovsky, 2009
-- License     :  BSD-style
-- 
-- Maintainer  :  golubovsky@gmail.com
-- Stability   :  experimental
-- Portability :  portable
-- 
--
--
-- Prints out the install location of the JSMW helper library.
------------------------------------------------------------------

module Main where

import Paths_jsmw

main = getDataDir >>= putStr

