File: WrapPaths.hs

package info (click to toggle)
carettah 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 320 kB
  • sloc: haskell: 608; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
module WrapPaths (wrapGetDataFileName, wrapVersion) where
import Data.Version
import Paths_carettah (getDataFileName, version)

wrapGetDataFileName :: FilePath -> IO FilePath
wrapGetDataFileName = getDataFileName

wrapVersion :: Version
wrapVersion = version